Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AIXCL Documentation

Documentation organized by audience. Keep it lean -- if something can be regenerated or is operator-only, it belongs in the wiki, not the repo.

This file is the complete index of docs/. Every file under docs/ must be listed here -- update this index in the same PR that adds, moves, or removes a doc.

User Guides (user/)

Developer Guides (developer/)

Architecture (architecture/)

Governance (architecture/governance/)

Decision Records (architecture/decisions/)

Security (security/)

Operations (operations/)

Reference (reference/)

Root-Level Contracts

These files are canonical and loaded by all agents:

  • AGENTS.md -- Operating contract
  • DEVELOPMENT.md -- Workflow rules
  • CONTRIBUTING.md -- External contributor guide
  • SECURITY.md -- Security policy

Multi-Agent CLI Support

This repository supports both OpenCode and Claude Code agentic CLIs. Tool-specific configuration lives in .opencode/ and .claude/ respectively. Both tools share the same governance rules (Issue-First workflow, platform invariants) defined in AGENTS.md and DEVELOPMENT.md.