Skip to content

WatchLLM/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WatchLLM Documentation

Central architectural specifications, RFCs, design docs, and master roadmap for the WatchLLM ecosystem.

Current status

Active documentation phase. Core documentation indexes are structured and baseline context docs are seeded.

Overview

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.

Directory Structure

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.

Relationship to Kernel

  • 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.

Non-goals

  • Executable Code: Contains only design documentation and specification markdown files. No executable runtime packages are stored here.

Links

Releases

No releases published

Packages

 
 
 

Contributors