Central architectural specifications, RFCs, design docs, and master roadmap for the WatchLLM ecosystem.
Active documentation phase. Core documentation indexes are structured and baseline context docs are seeded.
The docs repository is the central point of truth for WatchLLM's system design and specification. It preserves the core philosophy:
Agents are probabilistic. Infrastructure cannot be.
It defines interfaces and guidelines to prevent architectural entropy, uncontrolled abstraction, and agent-induced system incoherence.
This repository is structured into distinct documentation namespaces:
- architecture/: High-level system design diagrams, runtime boundaries, and ecosystem data flows.
- specs/: Machine-level interface contracts (CLI arguments, reporting JSON structures, telemetry formats).
- RFCs/: Durable written reasoning for major design decisions (e.g. storage models, Wasm integration, event structures).
- roadmap/: The sequential product phases, timelines, and deliverables checklist.
- context/: Canonical mission, threat model, glossary, language support, and execution model.
- WatchLLM Documentation (Guidelines): Explains how components must behave, providing the rules and conventions.
- WatchLLM Kernel (Implementation): Follows the boundaries and CLI schemas specified in these documents.
- Executable Code: Contains only design documentation and specification markdown files. No executable runtime packages are stored here.