Skip to content

feat: add configurable default_repo and always write all options to agr.toml#509

Merged
kasperjunge merged 1 commit intomainfrom
claude/default-repo-config-UrnOz
Apr 2, 2026
Merged

feat: add configurable default_repo and always write all options to agr.toml#509
kasperjunge merged 1 commit intomainfrom
claude/default-repo-config-UrnOz

Conversation

@kasperjunge
Copy link
Copy Markdown
Collaborator

Users can now set default_repo in agr.toml to control which GitHub repo
two-part handles resolve to (e.g. "owner/skill" → "owner/<default_repo>/skill").
Defaults to "skills", matching previous behavior.

Additionally, save() now always writes all configurable options with explanatory
TOML comments, so users get an intuitive overview of what's available. Unset
options (sync_instructions, canonical_instructions, default_tool) appear as
commented-out examples.

https://claude.ai/code/session_01TsEyjCxU3zAe8QTzy6dqPH

…gr.toml

Users can now set `default_repo` in agr.toml to control which GitHub repo
two-part handles resolve to (e.g. "owner/skill" → "owner/<default_repo>/skill").
Defaults to "skills", matching previous behavior.

Additionally, save() now always writes all configurable options with explanatory
TOML comments, so users get an intuitive overview of what's available. Unset
options (sync_instructions, canonical_instructions, default_tool) appear as
commented-out examples.

https://claude.ai/code/session_01TsEyjCxU3zAe8QTzy6dqPH
@kasperjunge kasperjunge merged commit e463544 into main Apr 2, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants