Repair stale Shared Context Engineering context files to match code truth.
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
context/ and verify it matches the implemented system.context/tmp/ as the primary input for fixes.context/ is missing, ask once whether to bootstrap SCE baseline.
context/.context/tmp/ for drift-analysis-*.md.sce-drift-analyzer by invoking the sce-drift-analyzer skill before continuing.context/context-map.md when relevant.Finding from context/tmp/drift-analysis-2024-11-01.md:
context/architecture.mdline 12 states the auth module uses JWT tokens, butsrc/auth/handler.tswas refactored to use session cookies in commita3f92c1.
Before (context/architecture.md):
## Auth
The auth module issues JWT tokens on login and validates them on each request.After (context/architecture.md):
## Auth
The auth module uses session cookies on login and validates the session on each request.context/tmp/drift-analysis-*.md.context/ that resolve selected drift items.