docs(docs): add frontmatter to test plans, test reports, and audits
Standardized YAML frontmatter on 7 files across docs/test-plans/, docs/test-reports/, and docs/audits/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
---
|
||||
title: "Architecture Audits"
|
||||
description: "Index and methodology reference for adversarial two-round architecture audits. Documents the review format, scope, reviewer roles, and audit history."
|
||||
type: audit
|
||||
status: active
|
||||
created: 2026-02-11
|
||||
updated: 2026-02-11
|
||||
---
|
||||
|
||||
# Architecture Audits
|
||||
|
||||
## Audit Pattern: Adversarial Two-Round Review with Code Review
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
---
|
||||
title: "Architecture Review — Sprint 1"
|
||||
description: "Full adversarial two-round architecture audit by Tyre and Troblum covering all 40 confirmed decisions, implementation, and risk profile. Architecture rated GREEN; knowledge graph and observer pipeline identified as underspecified critical systems."
|
||||
type: audit
|
||||
status: archived
|
||||
created: 2026-02-11
|
||||
updated: 2026-03-05
|
||||
---
|
||||
|
||||
# Architecture Review Audit — The Settled Reach
|
||||
|
||||
**Date:** 2026-02-11
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
title: "Sprint 11 Combine — #507 and #522"
|
||||
description: "Test plan for Sprint 11 combining WRONG button ring buffer (#507) and OQ-07 no-insert interaction behaviour (#522), covering happy paths, edge cases, integration, and performance tests."
|
||||
type: test-plan
|
||||
status: active
|
||||
ticket: "#507, #522"
|
||||
created: 2026-02-19
|
||||
updated: 2026-02-19
|
||||
---
|
||||
|
||||
# Test Plan: Sprint 11 Combine — #507 and #522
|
||||
|
||||
- **Date**: 2026-02-19
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
title: "Sprint 18 — Touch (Client)"
|
||||
description: "Test plan for Sprint 18 client scope covering minimap POI rendering (#151), dialogue UI hardening and examine result display (#174), and knowledge/journal panel (#264)."
|
||||
type: test-plan
|
||||
status: active
|
||||
ticket: "#151, #174, #264"
|
||||
created: 2026-02-25
|
||||
updated: 2026-02-25
|
||||
---
|
||||
|
||||
# Test Plan: Sprint 18 — Touch (Client)
|
||||
|
||||
- **Date**: 2026-02-25
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
title: "PR #4 Protocol Codec Review"
|
||||
description: "QA review of PR #4 implementing the MessagePack-based wire protocol for Rust-Godot IPC. Verdict: REQUEST_CHANGES — 5 critical issues and 8 warnings identified covering missing enum variant, type coercion, error handling, and negative test gaps."
|
||||
type: test-report
|
||||
status: archived
|
||||
ticket: "#4"
|
||||
created: 2026-02-11
|
||||
updated: 2026-02-26
|
||||
---
|
||||
|
||||
# Test Report: PR #4 Protocol Codec Review
|
||||
|
||||
- **Date**: 2026-02-11
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
title: "Sprint 11 #522 Preliminary Review"
|
||||
description: "Preliminary QA review of the OQ-07 no-insert interaction implementation (#522). Confirms option (a) cursor shape changes with verb labels suppressed. Approved pending final test run."
|
||||
type: test-report
|
||||
status: archived
|
||||
ticket: "#522"
|
||||
created: 2026-02-19
|
||||
updated: 2026-02-19
|
||||
---
|
||||
|
||||
# Preliminary Review: #522 OQ-07 Implementation
|
||||
|
||||
- **Date**: 2026-02-19
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
title: "Sprint 11 Combine Final Report"
|
||||
description: "Final QA test report for Sprint 11 covering #522 (OQ-07 no-insert interaction) and #507 (WRONG button ring buffer). Both approved with 2 bugs found and fixed during QA. All sprint-specific tests pass."
|
||||
type: test-report
|
||||
status: archived
|
||||
ticket: "#507, #522"
|
||||
created: 2026-02-19
|
||||
updated: 2026-02-19
|
||||
---
|
||||
|
||||
# Test Report: Sprint 11 — Combine (#522 + #507)
|
||||
|
||||
- **Date**: 2026-02-19
|
||||
|
||||
Reference in New Issue
Block a user