| name | settings |
| description | Show and change adr-kit settings with the provenance of each value, routing team decisions and personal facts to their own files. |
| license | MIT |
Show or change a setting
Select adr-kit:settings from /skills, or ask Copilot to use the settings ADR Kit skill.
Resolve <plugin-root> from this installed skill. Use only bundled,
local ADR Kit tools and follow this canonical workflow:
- Run
python <plugin-root>/bin/adr-settings --adr-dir docs/adr and report every value with its provenance: project, machine-local, environment override, or code default.
- Name the environment override explicitly when one is present, because a config value that is not taking effect is the question a settings screen exists to answer.
- On a change, run
--set KEY=VALUE; the value is typed and validated against the schema before it lands, and a refused write leaves no file behind.
- State which file the write landed in: team decisions in the tracked config, personal or machine-specific facts in the gitignored local one.
- For backend selection prefer
adr-judge --set-backend, which validates the choice against the live registry; for hook installation defer to install-hooks, which needs its own consent.
- Never print a credential; report only whether the environment carries one.
Do not contact another model or mutate user-owned instructions.