- Rust workspace with stemedb-core crate - Full .claude/ configuration (agents, skills, commands, guides) - ai-lookup/ for token-efficient fact storage - Quality gates: clippy, fmt, jscpd duplication detection - Pre-commit hook with 5-phase quality checks - CLAUDE.md router and CODING_GUIDELINES.md standards Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# AI Lookup Index
|
|
|
|
Token-efficient fact storage for StemeDB. Query these for quick context without loading full docs.
|
|
|
|
## Services
|
|
|
|
| Topic | File | Confidence | Updated | Summary |
|
|
|-------|------|------------|---------|---------|
|
|
| Assertion | `services/assertion.md` | High | 2025-01-31 | Core data structure for all claims |
|
|
| Lens | `services/lens.md` | High | 2025-01-31 | Read-time resolution strategies |
|
|
| Storage | `services/storage.md` | High | 2025-01-31 | KV layout and write path |
|
|
|
|
## Patterns
|
|
|
|
| Topic | File | Confidence | Updated | Summary |
|
|
|-------|------|------------|---------|---------|
|
|
| Content-Addressing | `patterns/content-addressing.md` | High | 2025-01-31 | BLAKE3 hashing for immutability |
|
|
| Error Handling | `patterns/error-handling.md` | High | 2025-01-31 | thiserror + context pattern |
|
|
|
|
## Features
|
|
|
|
| Topic | File | Confidence | Updated | Summary |
|
|
|-------|------|------------|---------|---------|
|
|
| Branching | `features/branching.md` | Medium | 2025-01-31 | "Fork Reality" overlay graphs |
|
|
| TrustRank | `features/trustrank.md` | Medium | 2025-01-31 | Agent reputation system |
|