mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Address Greptile review on portability PR
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue