Address Greptile review on portability PR

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta
2026-03-23 17:23:59 -05:00
parent a3f568dec7
commit 92c29f27c3
7 changed files with 129 additions and 185 deletions
@@ -13,8 +13,8 @@ Exported packages follow the [Agent Companies specification](/companies/companie
my-company/
├── COMPANY.md # Company metadata
├── agents/
│ ├── ceo/AGENTS.md # Agent instructions + frontmatter
│ └── cto/AGENTS.md
│ ├── ceo/AGENT.md # Agent instructions + frontmatter
│ └── cto/AGENT.md
├── projects/
│ └── main/PROJECT.md
├── skills/
@@ -25,7 +25,7 @@ my-company/
```
- **COMPANY.md** defines company name, description, and metadata.
- **AGENTS.md** files contain agent identity, role, and instructions.
- **AGENT.md** files contain agent identity, role, and instructions.
- **SKILL.md** files are compatible with the Agent Skills ecosystem.
- **.paperclip.yaml** holds Paperclip-specific config (adapter types, env inputs, budgets) as an optional sidecar.