Conversation
## Intent
Development choices (process, practices, architecture, backpressure) are
team-level decisions that belong in version control. Harness configuration
(autonomy profile, target agents, skills install) is developer/environment-level
and should be independently changeable without touching shared config files.
Previously everything was mixed into one `ade setup` wizard and persisted in
`config.yaml` / `config.lock.yaml`, making it impossible to adjust autonomy
without re-running the full setup flow.
## Key changes
- `ade setup` now only prompts for dev-choice facets (process, architecture,
practices, backpressure). Autonomy is excluded. Harness selection is gone.
Stages inline skill files to `.ade/skills/` (skipping locally modified ones),
then offers: "Would you like to configure your coding agent now?"
- New `ade configure` command (ephemeral — writes no config files):
1. Loads `config.lock.yaml` (requires setup to have run first)
2. Prompts for autonomy profile (rigid / sensible-defaults / max-autonomy / skip)
3. Prompts for harness selection
4. Installs to selected harnesses with the chosen permission policy merged in
5. Stages any new inline skills to `.ade/skills/` (skips modified ones), then
always installs all skills without a confirmation dialog
6. Prompts to initialise knowledge sources
- `ade install` outro now mentions `ade configure` so users know how to set
their autonomy profile after a fresh clone.
- README, CLI-design.md, and CLI-PRD.md updated to reflect the separation.
## Dependencies and side effects
- `config.yaml` and `config.lock.yaml` no longer contain `harnesses` or
`autonomy` keys — existing lock files with those keys remain readable
(`harnesses` is still used by `ade configure` as the default harness selection).
- All integration tests updated: setup calls no longer mock harness multiselect
or skills/knowledge confirmation prompts; `runConfigure` is mocked in setup tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.