# Cadet-Agent Setup This repository packages Cadet-Agent as a cross-IDE framework with a shared core and thin IDE adapters. ## Layout - `core/` contains the shared Cadet-Agent framework. - The repository root contains the authored IDE-specific files at `AGENTS.md`, `.github/`, `.cursor/`, `.continue/`, and `.claude/`. - `docs/` contains setup guides for each supported IDE. ## Package Output Running `package-agent.ps1` produces `cadet-agent.zip` with these install paths: - `.cadet/agent/core/` - `AGENTS.md` - `.github/prompts/cadet.prompt.md` - `.cursor/rules/cadet-agent.md` - `.continue/rules/cadet-agent.md` - `.claude/skills/cadet-agent.md` ## Setup Guides - [GitHub Copilot](docs/github-copilot.md) - [Cursor](docs/cursor.md) - [Continue](docs/continue.md) ## Shared Conventions - Repository-specific policy overlays belong in `.cadet/agent/policies`. - Planning artifacts belong in `.cadet/agent/project-plans` unless an active policy says otherwise. - `.cadet/agent/core/FrameworkManifest.json` is the packaging and sync contract.