No description
- Python 95.9%
- Shell 1.3%
- Just 1.2%
- PowerShell 0.8%
- Dockerfile 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks are pending
gate / gate (ubuntu-latest) (push) Successful in 9m35s
gate / planted-violation (push) Has started running
gate / gate (macos-latest) (push) Successful in 9m36s
gate / gate (windows-latest) (push) Successful in 9m36s
gate / container-gate (push) Has started running
gate / container-dual-platform (push) Has started running
|
||
| .devcontainer | ||
| .github/workflows | ||
| hooks | ||
| registry | ||
| rules | ||
| system | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .mise.toml | ||
| AGENTS.md | ||
| bootstrap.ps1 | ||
| bootstrap.sh | ||
| CLAUDE.md | ||
| justfile | ||
| onboarding.md | ||
| README.md | ||
| template-manifest.toml | ||
os-template
The clean origin of every agent-os instance: a repo-native, LLM-agnostic, rule-based operating system for AI coding agents. Machinery and the default constitution only - zero accounts, zero secrets, zero company data by construction (the cleanliness meta-rule proves it on every gate).
- NEW HERE: read
onboarding.md- the layered guided install, from a bare machine (any OS) to a born, green instance: what you will need and when, every command with its expected output, a fast path for operators who know their way - Bare machine: run
bootstrap.sh(Linux/macOS) orbootstrap.ps1(Windows) with the instance's git URL - it installs git + mise, clones, installs the pinned toolchain, and runsjust setup, whose doctor walks everything else (Docker, secrets) to a green gate - Reference execution tier - OPTIONAL for a green gate; everything
above runs natively in your own shell (PowerShell on Windows). The
devcontainer (.devcontainer/) is the identical Linux container on
any host OS. WHEN: any time after
just setup, oncejust doctorshows Docker green (Windows: WSL2 then Docker Desktop - the doctor names both install commands). HOW: open the repo in VS Code with the Dev Containers extension and run "Dev Containers: Reopen in Container" - the first build takes a few minutes, then the integrated terminal is bash inside Ubuntu with the pinned toolchain ready; closing the window returns you to your native shell just doctorany time: checks every prerequisite in order and names the exact per-OS cure for anything still missing- Birth an instance:
python system/template/init_instance.py --company <slug> --out <dir> - Update an instance from here:
just os-update(inside the instance) - updates land as a gated three-way diff from the instance's recorded template version; a red gate rolls back, and instances may decline - The whole gate:
just check(fixtures, compiled-context verification, registry, gateway, cleanliness, self-checks)