fix(canon): qualify daily ad-hoc identifiers
This commit is contained in:
parent
0829edc8b4
commit
d113b5c0f1
6 changed files with 108 additions and 14 deletions
10
AGENTS.md
10
AGENTS.md
|
|
@ -180,9 +180,13 @@ read/cache/index layer that rebuilds from files.
|
|||
the completion/archive date; the frontmatter `id` does not change.
|
||||
|
||||
**Ad Hoc Tasks:** small opportunistic fixes discovered during a session use
|
||||
`workplans/ADHOC-YYYY-MM-DD.md` with task ids `ADHOC-YYYY-MM-DD-T01`, etc. Use
|
||||
this only for low-risk work completed directly; create a normal workplan for
|
||||
anything needing analysis, design, approval, dependencies, or multiple phases.
|
||||
`workplans/ADHOC-YYYY-MM-DD.md`, workplan id
|
||||
`{WP_PREFIX}-ADHOC-YYYY-MM-DD`, and task ids
|
||||
`{WP_PREFIX}-ADHOC-YYYY-MM-DD-T01`, etc. Here `{WP_PREFIX}` includes the final
|
||||
`-WP` token (for example `CUST-WP`). Use this only for low-risk work completed
|
||||
directly; create a normal workplan for anything needing analysis, design,
|
||||
approval, dependencies, or multiple phases. Unqualified historic `ADHOC-*` ids
|
||||
are grandfathered and must not be copied into new records.
|
||||
|
||||
**Frontmatter:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue