decapod 0.47.13

Decapod is the daemonless, local-first control plane that agents call on demand to align intent, enforce boundaries, and produce proof-backed completion across concurrent multi-agent work. 🦀
Documentation
# METHODOLOGY.md - Methodology Guides Registry

**Authority:** guidance (how-to guides and practice documents)
**Layer:** Guides
**Binding:** No
**Scope:** canonical index of methodology guidance
**Non-goals:** binding contracts and schema definitions

This registry lists guidance documents that teach execution practice.

---

## 1. Methodology Guides

| Document | Purpose |
|----------|---------|
| `methodology/ARCHITECTURE.md` | Architectural tradeoff and design workflow practice |
| `methodology/SOUL.md` | Agent identity and collaboration style |
| `methodology/KNOWLEDGE.md` | Knowledge curation practice |
| `methodology/MEMORY.md` | Memory hygiene and retrieval practice |
| `methodology/TESTING.md` | Testing workflow and quality assurance practice |
| `methodology/CI_CD.md` | CI/CD workflow and release hygiene practice |
| `architecture/UI.md` | UI architecture patterns and component design |

---

## 2. Boundary Rule

Methodology guides are non-binding.
Binding rules live in `specs/` and `interfaces/`.

---

## 3. Extraction Status

Dedicated files created for previously spliced contract content:
- `interfaces/TESTING.md`
- `core/EMERGENCY_PROTOCOL.md`
- `interfaces/KNOWLEDGE_SCHEMA.md`
- `interfaces/MEMORY_SCHEMA.md`
- `interfaces/DEMANDS_SCHEMA.md`

---

## Links

### Core Router
- `core/DECAPOD.md` - **Router and navigation charter (START HERE)**
- `core/ENGINEERING_EXCELLENCE.md` - **Oracle for Engineering Standards (CTO->Principal)**

### Authority (Constitution Layer)
- `specs/INTENT.md` - **Methodology contract (READ FIRST)**
- `specs/SYSTEM.md` - System definition and authority doctrine
- `specs/SECURITY.md` - Security contract
- `specs/GIT.md` - Git etiquette contract
- `specs/AMENDMENTS.md` - Change control

### Registry (Core Indices)
- `core/PLUGINS.md` - Subsystem registry
- `core/INTERFACES.md` - Interface contracts index
- `core/DEPRECATION.md` - Deprecation contract

### Contracts (Interfaces Layer)
- `interfaces/CONTROL_PLANE.md` - Sequencing patterns
- `interfaces/DOC_RULES.md` - Doc compilation rules
- `interfaces/CLAIMS.md` - Promises ledger
- `interfaces/GLOSSARY.md` - Term definitions

### Practice (Methodology Layer - This Registry)
- `methodology/SOUL.md` - Agent identity and behavioral style
- `methodology/ARCHITECTURE.md` - Architecture practice
- `methodology/KNOWLEDGE.md` - Knowledge curation
- `methodology/MEMORY.md` - Memory and learning
- `methodology/TESTING.md` - Testing practice and quality workflow
- `methodology/CI_CD.md` - CI/CD and release workflow practice

### Architecture Patterns (Domain Layer)
- `architecture/UI.md` - **UI architecture patterns and component design**
- `architecture/FRONTEND.md` - Frontend architecture patterns
- `architecture/WEB.md` - Web architecture patterns
- `architecture/SECURITY.md` - Security architecture

### Operations (Plugins Layer)
- `plugins/TODO.md` - Work tracking
- `plugins/VERIFY.md` - Validation subsystem