docs: update event reference (31 → 58) and cut 0.2.0 in CHANGELOG#70
Merged
Conversation
event-reference.md said NXD has 31 event types; the code has 58. The 27-event gap covers everything shipped since April: devdb lifecycle, controller (auto-recovery), Tech-Lead conflict resolver, integration build, stage timing, operator directives, requirement classifier + estimator + pause/resume, and the post-merge story-state events. Don't try to rewrite every section in this PR. Instead: - correct the headline count (31 → 58), - add an "Additional events (post-2026-04 ports)" section that lists the missing 26 with one-line summaries, grouped by subsystem, with a pointer to internal/state/events.go for the canonical list. CHANGELOG: cut the accreted [Unreleased] section as [0.2.0] — 2026-06-02, matching CLAUDE.md's "Production-readiness pass complete (2026-06-02)" marker. [Unreleased] now empty, ready for the next batch of changes. Surfaced by the 2026-06-11 architecture audit (ARCH-H7, ARCH-M7).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
event-reference.mdsaid NXD has 31 event types; the code has 58. The 27-event gap covers everything shipped since April: devdb lifecycle, controller auto-recovery, Tech-Lead conflict resolver, integration build, stage timing, operator directives, requirement classifier + estimator + pause/resume.CHANGELOG.md[Unreleased]had accreted ~12 features since0.1.0. Cut it as[0.2.0] — 2026-06-02, matching CLAUDE.md's "Production-readiness pass complete" marker.[Unreleased]is now empty, ready for the next batch.Changes
event-reference.md.internal/state/events.gofor the canonical list.[Unreleased]is the empty next-up section and[0.2.0]carries the merged work.Test plan
go build ./...still cleanAudit traceability
Architecture findings ARCH-H7, ARCH-M7 (2026-06-11 sweep).