1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

feat: establish read-only DocForge MCP foundation

This commit is contained in:
Andraxion 2026-07-22 01:29:32 -04:00
commit 9702ed1265
32 changed files with 3323 additions and 0 deletions

View file

@ -0,0 +1,12 @@
+++
schema_version = 1
id = "guide.foundation"
title = "Documentation foundation"
family = "guide"
authority = "authoritative"
status = "approved"
tags = ["foundation", "canonical"]
summary = "Defines which Alpha files own documentation facts."
+++
Alpha stores canonical facts in its content directory. Derived indexes may be deleted and rebuilt.

View file

@ -0,0 +1,11 @@
[[nodes]]
schema_version = 1
id = "proof.validation"
title = "Validation proof"
family = "proof"
authority = "derived"
status = "approved"
tags = ["proof", "validation"]
summary = "Records the fixture validation result."
content = "The fixture contains unique nodes, valid relationships, and confined source paths."
proves = ["guide.workflow"]

View file

@ -0,0 +1,13 @@
+++
schema_version = 1
id = "guide.workflow"
title = "Editing workflow"
family = "guide"
authority = "approved_plan"
status = "active"
tags = ["workflow", "editing"]
summary = "Requires validation before documentation changes are integrated."
depends_on = ["guide.foundation"]
+++
Editors change canonical nodes, validate relationships, inspect the diff, and rebuild derived output.