-
Notifications
You must be signed in to change notification settings - Fork 0
Add config file autodiscovery #48
Copy link
Copy link
Open
Labels
cli-roadmapCLI roadmap improvementsCLI roadmap improvementsworld-class-cliRoadmap work for making ClickClick a world-class non-AI image generation CLIRoadmap work for making ClickClick a world-class non-AI image generation CLI
Description
Activity
Metadata
Metadata
Assignees
Labels
cli-roadmapCLI roadmap improvementsCLI roadmap improvementsworld-class-cliRoadmap work for making ClickClick a world-class non-AI image generation CLIRoadmap work for making ClickClick a world-class non-AI image generation CLI
Problem
Config commands require users to pass the config path every time, even when working inside a project with a conventional
clickclick.config.json. This adds friction to common workflows.Proposal
Allow config commands to discover
clickclick.config.jsonfrom the current directory upward:clickclick config templates clickclick config recipe release clickclick config set socialExplicit config paths should continue to work.
Acceptance criteria
<config-file>when a config file is found in cwd or a parent directory.INVALID_INPUTerror with the searched filename.