35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# Agents
|
|
|
|
Per-agent configuration, context, and notes for AI coding tools working in this environment.
|
|
|
|
Each file is tailored to a specific agent — workspace paths, behavioral rules, tool patterns, and environment-specific tips.
|
|
|
|
## Agents
|
|
|
|
| File | Agent | Status |
|
|
|------|-------|--------|
|
|
| [`claude.md`](./claude.md) | Anthropic Claude (Claude Code / API) | ✅ Filled |
|
|
| [`cursor.md`](./cursor.md) | Cursor IDE AI | 🔲 Blank |
|
|
| [`codex.md`](./codex.md) | OpenAI Codex / ChatGPT with code access | 🔲 Blank |
|
|
|
|
## How to Use
|
|
|
|
Point your agent at the relevant file at session start alongside the surface guides in `tools/` for full context:
|
|
|
|
```
|
|
tools/gitea.llm.md → local git access
|
|
tools/github.llm.md → GitHub access
|
|
tools/aws-cli.llm.md → AWS access
|
|
tools/tailscale.llm.md → network / machines
|
|
tools/vault.llm.md → secrets
|
|
tools/k8s.llm.md → local services
|
|
tools/local-llm.llm.md → local LLMs
|
|
tools/claude-cli.md → Claude Code CLI reference
|
|
tools/codex-cli.md → Codex CLI reference
|
|
tools/cursor-cli.md → Cursor reference
|
|
```
|
|
|
|
## Adding a New Agent
|
|
|
|
Create `<agent-slug>.md` in this folder, then update `agents/README.md` and `manifest.json`.
|