FN-7088: index unlinked documentation pages

Document the previously unlinked docs from the README index for easier discovery.

- Add Signals Connectors to the documentation guide section.
- Add testing baseline and audit reports to the audit reports index.
- Record the FN-7088 docs-index requirement in the existing FNXC DocsIndex note.

Files changed:
 docs/README.md | 7 +++++++
 1 file changed, 7 insertions(+)

Fusion-Task-Id: FN-7088

Fusion-Task-Lineage: df77fa9a-ba63-4df9-ac70-d144230eb8f3

Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
This commit is contained in:
gsxdsm
2026-06-26 18:53:08 -07:00
parent 5608bf555f
commit cc7917d9a1

View File

@@ -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
<!--
FNXC:DocsIndex 2026-06-15-01:35:
docs/upstream/ artifacts are indexed under Audit Reports for FN-6479 instead of treating docs/upstream/ as an intentional-orphan directory.
FNXC:DocsIndex 2026-06-26-18:42:
FN-7088 links previously-unlinked first-class testing and baseline docs here so the documentation index remains discoverable without changing intentional-orphan conventions such as docs/rfcs/.
-->
| 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 |