Skip to content

Commit 44ffffb

Browse files
Jonathan D.A. Jewellclaude
andcommitted
docs: Add documentation system architecture
- Create DOCUMENTATION-SYSTEM-ARCHITECTURE.adoc describing the integration of formatrix-docs, recon-silly-ation, docubot, and docudactyl - Update ECOSYSTEM.scm with related project relationships The four components form a complete documentation lifecycle: - Formatrix Docs: Human editor - Recon-Silly-Ation: Machine reconciliation - Docubot: LLM-powered generation - Docudactyl: Orchestration layer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 26c7516 commit 44ffffb

2 files changed

Lines changed: 518 additions & 1 deletion

File tree

ECOSYSTEM.scm

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
(position-in-ecosystem . "core-application")
1212

1313
(related-projects
14-
((rhodium-standard . "sibling-standard")
14+
((recon-silly-ation . ((relationship . "consumer")
15+
(description . "Machine reconciliation of documents")))
16+
(docubot . ((relationship . "assistant")
17+
(description . "LLM-powered doc generation")))
18+
(docudactyl . ((relationship . "orchestrator")
19+
(description . "Workflow coordination")))
20+
(rhodium-standard . "sibling-standard")
1521
(gitvisor . "infrastructure")
1622
(mustfile . "build-system")
1723
(nickel . "configuration")))

0 commit comments

Comments
 (0)