1.2 KiB
1.2 KiB
Agent OS Bootstrap
This directory owns the source for the generic Agent OS bootstrap bundle.
The Linux Server design docs are the source specification:
/home/nxm/Documents/NxM Linux Server/Services/Agents.mddefines the Agent OS foundation, the/opt/agent-osruntime root, and the agent output contract./home/nxm/Documents/NxM Linux Server/Operations/Git Workflow.mddefines the Gitea source-of-truth flow and says generated runtime state must stay out of commits./home/nxm/Documents/NxM Linux Server/Current Work.mdrecords the clone synchronization baseline for Agent OS.
Files
bundle-manifest.jsonlists the canonical files and directories in the generic bundle.export-rules.jsondefines which metadata is exported and which paths must verify.templates/generic/holds the canonical bootstrap templates.generate-export.pycreatesbootstrap/exports/genericfrom the manifest and rules.
Generate
From a checked-out Agent OS clone:
python3 bootstrap/generate-export.py
To generate the live runtime export requested by the server workflow:
sudo -n python3 bootstrap/generate-export.py --output /opt/agent-os/bootstrap/exports/generic
Generated exports are intentionally ignored by Git.