Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .claude/settings.local.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(cp:*)",
"Bash(gh:*)",
"Bash(git:*)",
"Bash(grep:*)",
"Bash(make:*)",
"Bash(python3:*)",
"Bash(which:*)",
"Bash(wc:*)",
"Bash(./sync.sh:*)",
"WebSearch"
]
}
}
4 changes: 2 additions & 2 deletions templates/AGENTS.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This project uses the **Lightweight / Standard / Governed** workflow profile. Se

`.codecannon.yaml` and the generated `.claude/commands/` files are committed to this repo. Every developer gets a consistent workflow on `git clone` + `git submodule update --init` — no further setup required.

To update skills: `git submodule update --remote CodeCanon && CodeCanon/sync.sh`
To reconfigure: edit `.codecannon.yaml` and re-run `CodeCanon/sync.sh`, then commit the changes.
To update skills: `git submodule update --remote CodeCannon && CodeCannon/sync.sh`
To reconfigure: edit `.codecannon.yaml` and re-run `CodeCannon/sync.sh`, then commit the changes.

## Agent Workflow

Expand Down