diff --git a/docs/README.md b/docs/README.md index b6bb837b72..f4327fb91f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -59,6 +59,7 @@ For a full walkthrough (installation, onboarding, first task, and daily workflow | [DAG Architecture Deliverables](./dag/) | Milestone A DAG architecture documents plus Milestone B prototype scaffold docs (schema migration plan, DagCoordinator design, implementation checklist) | | [Dev Server Module Audit](./dev-server-modules.md) | Analysis of parallel dashboard dev-server module families, production wiring, and consolidation guidance | | [Shared Mesh Replication Protocol](./shared-mesh-protocol.md) | Canonical multi-leader replication/write-coordination contract (versioning, quorum, leases/fencing, queue/replay, reconciliation, and degraded-read semantics) | +| [Signals Connectors](./signals-connectors.md) | HMAC-signed external signal connectors for setup, payload mapping, and security notes across Sentry, Datadog, PagerDuty, and generic webhooks | | [Multi-Project Sequencing and Dependency Analysis](./multi-project-sequencing.md) | Sequencing guidance for FN-3448/FN-3449/FN-3503/FN-3182, including identity boundaries and recommended board dependency edges | | [Contributing](./contributing.md) | Local development setup, testing, release flow, and contributor conventions | | [Docker](./docker.md) | Container builds, deployment, and persistence configuration | @@ -89,9 +90,15 @@ For a full walkthrough (installation, onboarding, first task, and daily workflow | Report | Description | |---|---| +| [Test Feedback-Loop Baseline](./test-feedback-loop-baseline.md) | Weekly FN-6612 signal-per-second baseline for gate/test wall-time, slowest files, and quarantine trends | +| [Test Value Audit](./test-value-audit.md) | Heuristic test-value audit generated by scripts/test-value-audit.mjs to support human deletion and review decisions | +| [Test Velocity Baseline](./test-velocity-baseline.md) | Weekly feedback-loop velocity baseline for merge-gate, boot-smoke, changed-test, and quarantine metrics | | [UX Audit Report](./ux-audit-report.md) | Comprehensive UX audit with prioritized recommendations for dashboard improvements | | [Codebase Improvement Audit](./codebase-improvement-audit.md) | Evidence-based technical debt and reliability gap audit with prioritized recommendations | | [Gap Analysis](./gap-analysis.md) | System completeness analysis comparing Fusion to Paperclip feature set |