change(profile): default document naming to per-directory counter

Flip the naming default from `flat` (slug.md) to
`stable_per_directory_4digit` and seed `counter_dirs` with the four
document-producing directories (specs, plans, design contracts,
design models) so the counter policy is effective out of the box.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-04 17:11:18 +02:00
parent 9efba1ed9e
commit 9e8b9ec470
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ paths:
# fieldtest_examples: examples/fieldtest # where fieldtester writes fixtures
naming:
counter_dirs: []
policy: flat # stable_per_directory_4digit | date_prefix | flat
counter_dirs: [docs/specs, docs/plans, design/contracts, design/models]
policy: stable_per_directory_4digit # stable_per_directory_4digit | date_prefix | flat
slug_separator: "-"
commands: