CLAUDE.md · git:20260604.6f4a12a · 2026-06-04 · sha256 a92e0b2e685046ab

CLAUDE.md git:20260604.6f4a12aA

Immutable. This exact content is served forever at /api/v1/blob/a92e0b2e685046ab.

# Claude Code Adapter

This file adapts the Agentlas Core Engine Meta-Agent Team for Claude Code.
`AGENTS.md` is canonical; this file stays thin.

## Route

1. Read `AGENTS.md`.
2. Read `.agentlas/mode-map.json`.
3. Route to one core team member:
   - `agents/10-single-agent-builder/agent.md`;
   - `agents/20-multi-agent-team-builder/agent.md`;
   - `agents/30-agentlas-packager/agent.md`.
4. Load only matching `skills/*/SKILL.md`.
5. Keep runtime-specific files as adapters over the canonical core.

## Use When

- `/meta-agent`
- single agent builder
- agent team builder
- package an existing local or external agent
- Agentlas architecture packaging
- Codex, Claude Code, Gemini, Cursor, or AGENTS.md compatibility

## Verification

Run:

```bash
scripts/verify-package.sh
```