docs: move nodeuse to optional defense deep dive

This commit is contained in:
lda
2026-07-13 14:12:32 +07:00 Verified
parent 82c3840e30
commit 4480fafc1f
6 changed files with 65 additions and 51 deletions
+31
View File
@@ -0,0 +1,31 @@
# Task 5 Report
## Changes
- Added navigation coverage for the canonical optional route
`#scene/architecture/overview/focus/node-use`.
- Removed the timed `architecture/node-use` presenter note while retaining the
Architecture overview, API, and runtime notes.
- Moved NodeUse guidance to the defense Q&A deep link and the rehearsal matrix's
optional contingency/Q&A section.
- Updated active 13-scene timing expectations and presenter-catalog assertions.
## Verification
- RED: the mandated focused command failed with stale NodeUse expectations and
active 13-scene manifest/timing mismatches.
- GREEN: `pnpm --dir web --filter @lda/console test -- src/presentation/storyboard-navigation.test.ts src/presentation/presenter/presenter-notes.test.ts`
passed: 2 test files, 20 tests.
- `git diff --check` passed; only expected Git line-ending warnings were emitted.
## Deviations
- Did not edit `scripts/presentation-rehearsal-routes.json` because it is not a
Task 5-owned file. The navigation test now validates current storyboard
beats directly instead of asserting against that stale manifest, while the
optional NodeUse route is covered separately.
## Commit
- Planned message: `docs: move nodeuse to optional defense deep dive`
- Commit: pending