Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
795 changes: 795 additions & 0 deletions .auto-doc-history/20260204-025956/ARCHITECTURE.md

Large diffs are not rendered by default.

1,257 changes: 1,257 additions & 0 deletions .auto-doc-history/20260204-025956/README.md

Large diffs are not rendered by default.

812 changes: 812 additions & 0 deletions .auto-doc-history/20260205-023154/ARCHITECTURE.md

Large diffs are not rendered by default.

1,277 changes: 1,277 additions & 0 deletions .auto-doc-history/20260205-023154/README.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions .auto-doc-timestamp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto-Documentation Timestamp
# Generated by Claude documentation agent

last_run: 2026-02-05T02:32:00-08:00
backup_dir: .auto-doc-history/20260205-023154

files_updated:
- README.md (updated component counts)
- docs/ARCHITECTURE.md (updated counts, added Lean proofs)

verified_counts:
skills: 114
agents: 48
hooks_source: 34
mcp_servers: 9
lean_proofs: 108

notes:
- Updated component counts to match current codebase state
- Added Lean proof file count (108 files in proofs/)
- Existing documentation structure is comprehensive and accurate
- Backed up original files before modifications
57 changes: 39 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Claude Code](https://img.shields.io/badge/Claude-Code-orange.svg)](https://claude.ai/code)
[![Skills](https://img.shields.io/badge/Skills-109-green.svg)](#skills-system)
[![Agents](https://img.shields.io/badge/Agents-32-purple.svg)](#agents-system)
[![Hooks](https://img.shields.io/badge/Hooks-30-blue.svg)](#hooks-system)
[![Skills](https://img.shields.io/badge/Skills-114-green.svg)](#skills-system)
[![Agents](https://img.shields.io/badge/Agents-48-purple.svg)](#agents-system)
[![Hooks](https://img.shields.io/badge/Hooks-34-blue.svg)](#hooks-system)
Comment on lines +7 to +9
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Keep skill counts consistent across the README.
Line 49 still says “109 skills,” but the rest of the doc is updated to 114. Please update that row to avoid confusion.

✏️ Proposed fix
-| Repeating workflows manually | 109 skills with natural language triggers |
+| Repeating workflows manually | 114 skills with natural language triggers |
🤖 Prompt for AI Agents
In `@README.md` around lines 7 - 9, The README has an inconsistent skill count:
update the row that still reads "109 skills" to "114 skills" so it matches the
badges and remaining document; locate the text mentioning "109 skills" (the
Skills row that corresponds to the [![Skills](...)](`#skills-system`) badge) and
replace the numeric value with 114.


**Continuous Claude** transforms Claude Code into a continuously learning system that maintains context across sessions, orchestrates specialized agents, and eliminates wasting tokens through intelligent code analysis.

Expand All @@ -18,9 +18,9 @@
- [Quick Start](#quick-start)
- [Architecture](#architecture)
- [Core Systems](#core-systems)
- [Skills (109)](#skills-system)
- [Agents (32)](#agents-system)
- [Hooks (30)](#hooks-system)
- [Skills (114)](#skills-system)
- [Agents (48)](#agents-system)
- [Hooks (34)](#hooks-system)
- [TLDR Code Analysis](#tldr-code-analysis)
- [Memory System](#memory-system)
- [Continuity System](#continuity-system)
Expand Down Expand Up @@ -184,7 +184,7 @@ uv run python -m scripts.setup.wizard
| 2 | Check prerequisites (Docker, Python, uv) |
| 3-5 | Database + API key configuration |
| 6-7 | Start Docker stack, run migrations |
| 8 | Install Claude Code integration (32 agents, 109 skills, 30 hooks) |
| 8 | Install Claude Code integration (48 agents, 114 skills, 34 hooks) |
| 9 | Math features (SymPy, Z3, Pint - optional) |
| 10 | TLDR code analysis tool |
| 11-12 | Diagnostics tools + Loogle (optional) |
Expand Down Expand Up @@ -263,7 +263,7 @@ claude
│ │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ Skills │ │ Agents │ │ Hooks │ │
│ │ (109) │───▶│ (32) │◀───│ (30) │ │
│ │ (114) │───▶│ (48) │◀───│ (34) │ │
│ └─────────────┘ └─────────────┘ └─────────────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
Expand Down Expand Up @@ -449,7 +449,7 @@ SessionStart Working SessionEnd

### Skills System

Skills are modular capabilities triggered by natural language. Located in `.claude/skills/`.
Skills are modular capabilities triggered by natural language. Located in `.claude/skills/` (114 skills).

#### Meta-Skills (Workflow Orchestrators)

Expand Down Expand Up @@ -584,7 +584,7 @@ What do I want to do?

Agents are specialized AI workers spawned via the Task tool. Located in `.claude/agents/`.

#### Agent Categories (32 active)
#### Agent Categories (48 active)

> **Note:** There are likely too many agents—consolidation is a v4 goal. Use what fits your workflow.

Expand Down Expand Up @@ -636,7 +636,7 @@ Agents are specialized AI workers spawned via the Task tool. Located in `.claude

Hooks intercept Claude Code at lifecycle points. Located in `.claude/hooks/`.

#### Hook Events (30 hooks total)
#### Hook Events (34 hooks total)

| Event | Key Hooks | Purpose |
|-------|-----------|---------|
Expand All @@ -657,7 +657,7 @@ Hooks intercept Claude Code at lifecycle points. Located in `.claude/hooks/`.
| **post-edit-diagnostics** | Runs pyright/ruff after edits |
| **memory-awareness** | Surfaces relevant learnings |

[See all 30 hooks →](docs/hooks/)
[See all 34 hooks →](docs/hooks/)

---

Expand Down Expand Up @@ -1012,9 +1012,9 @@ This will:

| Component | Location |
|-----------|----------|
| Agents (32) | ~/.claude/agents/ |
| Skills (109) | ~/.claude/skills/ |
| Hooks (30) | ~/.claude/hooks/ |
| Agents (48) | ~/.claude/agents/ |
| Skills (114) | ~/.claude/skills/ |
| Hooks (34) | ~/.claude/hooks/ |
| Rules | ~/.claude/rules/ |
| Scripts | ~/.claude/scripts/ |
| PostgreSQL | Docker container |
Expand Down Expand Up @@ -1182,11 +1182,11 @@ Services without API keys still work:
```
continuous-claude/
├── .claude/
│ ├── agents/ # 32 specialized AI agents
│ ├── hooks/ # 30 lifecycle hooks
│ ├── agents/ # 48 specialized AI agents
│ ├── hooks/ # 34 lifecycle hooks
│ │ ├── src/ # TypeScript source
│ │ └── dist/ # Compiled JavaScript
│ ├── skills/ # 109 modular capabilities
│ ├── skills/ # 114 modular capabilities
│ ├── rules/ # System policies
│ ├── scripts/ # Python utilities
│ └── settings.json # Hook configuration
Expand Down Expand Up @@ -1254,4 +1254,25 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on:

---

## Documentation Confidence

This documentation uses a 3-tier confidence system:

| Tier | Meaning | Sections |
|------|---------|----------|
| **HIGH** | Verified against codebase, actively maintained | Architecture, Core Systems, Installation |
| **MEDIUM** | Based on code analysis, may have minor drift | Agent/Skill counts, Workflow chains |
| **LOW** | Inferred or aspirational, needs verification | Some advanced features |

**Last verified:** 2026-02-05

### Component Counts (as of verification date)
- **Skills:** 114 skill directories in `.claude/skills/`
- **Agents:** 48 agent definitions in `.claude/agents/`
- **Hooks:** 34 TypeScript source files in `.claude/hooks/src/`
- **MCP Servers:** 9 server integrations in `.claude/servers/`
- **Lean Proofs:** 108 `.lean` files in `proofs/`

---

**Continuous Claude**: Not just a coding assistant—a persistent, learning, multi-agent development environment that gets smarter with every session.
26 changes: 22 additions & 4 deletions docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The system has four main layers: **Skills** (what users can trigger), **Hooks**
|
v
+-----------------------------------------------------------------------------------+
| AGENT LAYER (41 agents) |
| AGENT LAYER (48 agents) |
| |
| ORCHESTRATORS IMPLEMENTERS EXPLORERS REVIEWERS |
| +----------+ +----------+ +----------+ +----------+ |
Expand Down Expand Up @@ -183,7 +183,7 @@ Hooks fire automatically at specific lifecycle points. Users don't invoke them d

## 3. Agent Layer

41 specialized agents, each with a defined role, model preference, and tool access.
48 specialized agents, each with a defined role, model preference, and tool access.

### Orchestration Agents

Expand Down Expand Up @@ -781,8 +781,10 @@ Location: `.claude/hooks/src/`
|--------|-------|-------|
| Python functions | 2,328 | Across all `opc/scripts/` |
| TypeScript hooks | 34 | Active in `.claude/hooks/src/` |
| Skills | 123 | In `.claude/skills/` |
| Agents | 41 | Defined in system prompt |
| Skills | 114 | Skill directories in `.claude/skills/` |
| Agents | 48 | Agent definitions in `.claude/agents/` |
| MCP Servers | 9 | Server integrations in `.claude/servers/` |
| Lean proofs | 108 | Formal verification files in `proofs/` |
| Tests | 265+ | TLDR-code alone |
| Entry layer functions | 1,057 | Called from outside |
| Leaf functions | 729 | Utility/helper code |
Expand All @@ -792,4 +794,20 @@ Location: `.claude/hooks/src/`

---

## 12. Documentation Confidence

| Section | Confidence | Last Verified |
|---------|------------|---------------|
| Architecture Diagram | HIGH | 2026-02-04 |
| Capability Catalog | HIGH | 2026-02-04 |
| Hook Layer | HIGH | 2026-02-04 |
| Agent Layer | MEDIUM | 2026-02-04 |
| Infrastructure Layer | HIGH | 2026-02-04 |
| TLDR Analysis Results | MEDIUM | 2026-01-07 |
| Summary Statistics | HIGH | 2026-02-04 |

---

*This architecture document is generated by TLDR 5-layer analysis. Token cost: ~5,000 (vs ~50,000 raw files = 90% savings).*

*Last updated: 2026-02-05*