Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.69 KB

File metadata and controls

25 lines (18 loc) · 1.69 KB

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.

Structure

Directory Audience Key Files
user/ End users usage.md - Commands and service URLs, apps.md - App framework guide
developer/ Contributors development-workflow.md, opencode-setup.md, adding-services.md, adding-apps.md, app-builder-guide.md
architecture/governance/ Architects 00_invariants.md, 02_profiles.md, service_contracts/
operations/ Operators security-runbook.md, incident-response.md
reference/ All manpage.txt

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.