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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user