Files
agent-os/bootstrap/bundle-manifest.json
T

139 lines
3.0 KiB
JSON

{
"schema_version": 1,
"bundle": {
"id": "agent-os-generic-bootstrap",
"name": "Agent OS Generic Bootstrap",
"version": "2026.07.02",
"description": "Canonical starter bundle for a plain-files Agent OS runtime.",
"runtime_root": "/opt/agent-os",
"export_id": "generic",
"export_root": "bootstrap/exports/generic"
},
"source_spec": [
{
"path": "/home/nxm/Documents/NxM Linux Server/Services/Agents.md",
"sections": [
"Agent Output Convention",
"Static Utility Pages",
"Agent OS Foundation"
]
},
{
"path": "/home/nxm/Documents/NxM Linux Server/Operations/Git Workflow.md",
"sections": [
"Source-to-Deployment Flow",
"Repository Layout",
"Files That Must Not Be Committed",
"Minimum Ignore Pattern"
]
},
{
"path": "/home/nxm/Documents/NxM Linux Server/Current Work.md",
"sections": [
"Current Baseline",
"Automated Continuity Controls"
]
}
],
"directories": [
{
"path": "context",
"keep": true
},
{
"path": "logs",
"keep": true,
"runtime_generated": true
},
{
"path": "memory",
"keep": false
},
{
"path": "skills",
"keep": false
},
{
"path": "skills/_template/context",
"keep": true
}
],
"templates": [
{
"source": ".gitignore",
"target": ".gitignore",
"mode": "0644"
},
{
"source": "README.md",
"target": "README.md",
"mode": "0644"
},
{
"source": "CLAUDE.md",
"target": "CLAUDE.md",
"mode": "0644"
},
{
"source": "identity.md",
"target": "identity.md",
"mode": "0644"
},
{
"source": "brain.md",
"target": "brain.md",
"mode": "0644"
},
{
"source": "context/.gitkeep",
"target": "context/.gitkeep",
"mode": "0644"
},
{
"source": "memory/active-projects.md",
"target": "memory/active-projects.md",
"mode": "0644"
},
{
"source": "memory/constraints.md",
"target": "memory/constraints.md",
"mode": "0644"
},
{
"source": "memory/notes-from-last-run.md",
"target": "memory/notes-from-last-run.md",
"mode": "0644"
},
{
"source": "memory/persistent.md",
"target": "memory/persistent.md",
"mode": "0644"
},
{
"source": "memory/recent-decisions.md",
"target": "memory/recent-decisions.md",
"mode": "0644"
},
{
"source": "skills/_template/skill.md",
"target": "skills/_template/skill.md",
"mode": "0644"
},
{
"source": "skills/_template/learnings.md",
"target": "skills/_template/learnings.md",
"mode": "0644"
},
{
"source": "skills/_template/eval.json",
"target": "skills/_template/eval.json",
"mode": "0644"
},
{
"source": "skills/_template/context/handoff.md",
"target": "skills/_template/context/handoff.md",
"mode": "0644"
}
]
}