feat(templates): add import/export system for agent systems
This commit is contained in:
parent
efbdbd82ed
commit
ea3ff53d2c
4 changed files with 372 additions and 0 deletions
29
scripts/templates/transfer/MANIFEST.md
Normal file
29
scripts/templates/transfer/MANIFEST.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Agent System Manifest
|
||||
Export name: {{EXPORT_NAME}}
|
||||
Export date: {{EXPORT_DATE}}
|
||||
Generated by: Agent Factory export-system.sh
|
||||
|
||||
## Components
|
||||
|
||||
| Type | File | Checksum (SHA256, first 16) |
|
||||
|------|------|---------------------------|
|
||||
| agent | .claude/agents/pipeline-runner.md | a1b2c3d4e5f6a7b8 |
|
||||
| skill | .claude/skills/my-pipeline/SKILL.md | b2c3d4e5f6a7b8c9 |
|
||||
| hook | .claude/hooks/pre-tool-use.sh | c3d4e5f6a7b8c9d0 |
|
||||
| settings | .claude/settings.json | d4e5f6a7b8c9d0e1 |
|
||||
| automation | automation/run-pipeline.sh | e5f6a7b8c9d0e1f2 |
|
||||
| context | CLAUDE.md | f6a7b8c9d0e1f2a3 |
|
||||
|
||||
## Requirements
|
||||
|
||||
| Requirement | Value |
|
||||
|-------------|-------|
|
||||
| Claude Code version | 1.x or later |
|
||||
| MCP servers | (list any required MCP servers, e.g. GitHub, Slack) |
|
||||
| Tools | Bash, Read, Write, Glob, Grep |
|
||||
| Environment | ANTHROPIC_API_KEY |
|
||||
|
||||
## Notes
|
||||
|
||||
Replace all `{{PLACEHOLDER}}` variables after import.
|
||||
See transfer/README.md for import instructions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue