feat: add agent-os bootstrap bundle

This commit is contained in:
2026-07-02 14:48:49 +00:00
parent d0a9a267fd
commit 5f9302abc5
20 changed files with 715 additions and 0 deletions
@@ -0,0 +1,21 @@
# Handoff
## Objective
-
## Completed
-
## Validation
-
## Risks
-
## Next Action
-
@@ -0,0 +1,17 @@
{
"schema_version": 1,
"criteria": [
{
"name": "correctness",
"description": "The skill produces the requested result without inventing facts."
},
{
"name": "safety",
"description": "The skill respects credentials, approvals, and operational limits."
},
{
"name": "handoff_quality",
"description": "The skill writes clear output and next steps for humans or other agents."
}
]
}
@@ -0,0 +1,5 @@
# Learnings
Append stable lessons from real runs. Keep this concise and actionable.
-
@@ -0,0 +1,26 @@
# Skill Name
## Purpose
Describe what this skill does and when an agent should use it.
## Inputs
-
## Workflow
1. Read the relevant context.
2. Perform the smallest safe action that satisfies the request.
3. Write outputs to the documented runtime paths.
4. Record useful learnings in `learnings.md`.
## Outputs
- `/opt/agent-os/logs/<agent>/last-run.json`
- `/opt/sites/<short-name>/last-output.md`
## Safety
- Do not expose secrets.
- Ask for approval before destructive or high-impact actions.