chore: prepare Truthmark 2.2.5 (#26)

Co-authored-by: MerlinH <merlinh221@gmail.com>
This commit is contained in:
Merlin's Cat
2026-06-22 03:28:02 +10:00
committed by GitHub
co-authored by MerlinH
parent 07cbf9b003
commit 7e60fbce68
69 changed files with 1088 additions and 636 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ For every checked claim, classify the result as supported | narrowed | removed |
Do not edit files, stage changes, or invent missing behavior.
Return JSON only with keys: scope, filesReviewed, claimsChecked, evidence, unsupportedClaims, confidence, recommendedWorkflow, notes.
Context boundary:
Do not preload AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, .cursor/rules, .antigravity/rules, or repo-wide policy docs unless the parent explicitly assigns them as evidence.
Do not preload AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, .cursor/skills, .antigravity/rules, or repo-wide policy docs unless the parent explicitly assigns them as evidence.
Use only the parent-assigned shard plus required checkout evidence files.
Return findings only; the parent workflow owns repository-policy interpretation, final decisions, and all writes.
+1 -1
View File
@@ -27,6 +27,6 @@ Do not edit files, stage changes, or rewrite docs.
Return JSON only with keys: scope, filesReviewed, findings, evidence, confidence, recommendedWorkflow, notes.
recommendedWorkflow must be one of: none, truthmark-document, truthmark-structure.
Context boundary:
Do not preload AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, .cursor/rules, .antigravity/rules, or repo-wide policy docs unless the parent explicitly assigns them as evidence.
Do not preload AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, .cursor/skills, .antigravity/rules, or repo-wide policy docs unless the parent explicitly assigns them as evidence.
Use only the parent-assigned shard plus required checkout evidence files.
Return findings only; the parent workflow owns repository-policy interpretation, final decisions, and all writes.
+1 -1
View File
@@ -35,6 +35,6 @@ Do not edit files, stage changes, or propose broad rewrites.
Return JSON only with keys: scope, filesReviewed, findings, evidence, confidence, recommendedWorkflow, notes.
recommendedWorkflow must be one of: none, truthmark-document, truthmark-structure.
Context boundary:
Do not preload AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, .cursor/rules, .antigravity/rules, or repo-wide policy docs unless the parent explicitly assigns them as evidence.
Do not preload AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, .cursor/skills, .antigravity/rules, or repo-wide policy docs unless the parent explicitly assigns them as evidence.
Use only the parent-assigned shard plus required checkout evidence files.
Return findings only; the parent workflow owns repository-policy interpretation, final decisions, and all writes.
@@ -11,26 +11,26 @@ Changed code reviewed:
Sync Intent:
- Changed code reviewed: src/auth/session.ts
- Affected route/truth owner: docs/truthmark/routes/areas.md
- Target truth docs: docs/truthmark/engineering/repository/bootstrap-routing.md
- Affected route/truth owner: docs/truthmark/routes/areas/authentication.md
- Target truth docs: docs/truthmark/engineering/behaviors/session-timeout.md
- Intended update: Update session timeout behavior.
- Evidence to verify: src/auth/session.ts:12 / docs/truthmark/routes/areas.md:11
- Evidence to verify: src/auth/session.ts:12 / docs/truthmark/routes/areas/authentication.md:11
- User-provided decisions/rationale: User rationale: session timeout behavior changed for internal implementation consistency
- No-update-needed rationale: not applicable; mapped truth is stale
- Blockers: none
Ownership reviewed:
- docs/truthmark/routes/areas.md
- docs/truthmark/routes/areas/authentication.md
Truth docs updated:
- docs/truthmark/engineering/repository/bootstrap-routing.md
- docs/truthmark/engineering/behaviors/session-timeout.md
Decision/rationale captured:
- Placed user rationale in the mapped engineering truth doc under Engineering Decisions/Rationale.
- Placed user rationale in the bounded authentication behavior truth doc under Engineering Decisions/Rationale.
Evidence checked:
- Claim: Session timeout behavior is documented in the mapped repository truth doc.
Evidence: src/auth/session.ts:12 / docs/truthmark/routes/areas.md:11
- Claim: Session timeout behavior is documented in the bounded authentication behavior truth doc.
Evidence: src/auth/session.ts:12 / docs/truthmark/routes/areas/authentication.md:11
Result: supported
Notes:
@@ -41,11 +41,12 @@ Blocked report example:
Truth Sync: blocked
Reason:
- routing repair is not allowed
- Changed code maps only to the provisional bootstrap route.
Files requiring manual review:
- docs/truthmark/routes/areas.md
- src/auth/**
- docs/truthmark/routes/areas/repository.md
Next action:
- update routing metadata and rerun Truth Sync
- Run Truth Structure for src/auth/** before updating behavior truth.
```