docs(work): close story 02 (root-only release-please as 8224247)

This commit is contained in:
2026-07-12 15:08:08 +02:00
parent 8224247009
commit 0db1c64d99
3 changed files with 11 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ depends-on:
]
blocks: []
created: 2026-07-12T10:22:00Z
updated: 2026-07-12T13:08:09.330Z
---
## Goal
@@ -38,6 +39,8 @@ Agent context is assembled from these files; today they describe a blog/CMS star
- CLAUDE.md: project overview, Read First, key conventions/versioning bullets, ports/DSN references, conformance-rule count.
- AGENTS.md: package map, boundary rules, per-package conventions sections.
- `.claude/hooks/prompt-context.sh`_added 2026-07-12 (story 02 follow-up flag)_: the hook still injects hybrid per-package versioning guidance ("root template + 5 feature packages version independently") into every agent prompt; update its Releases pointer (and any deleted-feature mentions) to the root-only policy in the CLAUDE.md slice.
- Note for the same slice: `turbo/generators/lib/release-please-utils.ts` registers new features as release-please components, which would collide with plain `v*` tags if ever invoked pre-npm-distribution (story 02 follow-up flag). Either leave a warning comment at its call site or note it in AGENTS.md's generator section — no functional generator changes (PRD keeps generators as-is).
## Out of scope