playnfrontierAI
A shippable skeleton of an agent memory + operating system for OMP β built on one idea: facts are the truth, the card is the window, close-out is one command. Watch it being made: the first boot of this folder β a brand-new agent waking up blind, verifying its machine, fixing a bug in its own gates, all green in ONE SHOT β was recorded live: playnfrontierAI β first boot
This folder is not an app. It is a structure your OMP agent wakes up inside, reads, and builds itself around. Everything here is protocol and structure β you bring the hardware, the model, and the mission.
Boot (the agent's first move)
Open OMP in this folder. The agent's ritual is printed in every load-bearing file:
read core/card.mdβ one screen: live facts, protocols, decisions, watch items.- The card shows candidate facts (
hardware,engines) β the agent verifies its own machine and promotes them tolive. That is the first act of ownership. - Work. Capture mid-session into the owning file. Finish with
core/tools/close.shβ health β gates β card rebuild β briefing β git snapshot. Zero drift possible.
Quick start (the human)
cd playnfrontierAI
omp # continue an existing agent identity
omp --profile me # isolated profile: blank memory, own sessions/caches (fresh start)
No engine is required to start. If you run a local engine later, point the close-out
health gate at it: export OMN_ENGINE_URL=http://127.0.0.1:PORT/health.
What is inside
playnfrontierAI/
βββ README.md this file β the entry point
βββ core/ the OMN memory system β canon
β βββ card.md generated window β never hand-edit
β βββ facts/ verified truth (status: live) + candidates to verify
β βββ decisions/ ADRs β proposed β accepted β superseded
β βββ projects/ active only; done β archive/
β βββ sessions/ one daily briefing per day
β βββ watch.md candidates & gates, one table
β βββ learnings.md append-only SUCCESS log, newest first
β βββ backlog.md open work
β βββ inbox.md drained by close-out
β βββ archive/ tombstones β move, never delete
β βββ tools/ build Β· check Β· doctor Β· close Β· recall Β· graph (the gates)
βββ .omp/skills/ the operating skills (see below)
The skills
| Skill | Origin | Role |
|---|---|---|
omn-memory |
this project | the memory ritual β open card, look-up, capture, close-out |
partnership |
this project | charter + collaboration conventions |
test-driven-development, verification-before-completion, systematic-debugging, receiving-code-review, requesting-code-review, writing-skills, dispatching-parallel-agents |
obra/superpowers (MIT) | the working discipline |
Principles baked into the gates
- Facts are the only prose. Edit fact/decision/project files; README and card are pointers.
- The card is the window. Regenerated by
tools/build.sh; staleness shows as β STALE. - Two freshness gates.
check.sh(schema, staleness, dead links) +doctor.sh(reality drift: referenced paths, providers, role pins must exist). - Trash-principle. Never delete irreversibly β move to
archive/. - Current system is top priority. New artifacts are candidates until 100% verified.
What this is not
No model weights, no API keys, no one's private memory or business data. The gates
(check.sh, doctor.sh) will tell you if the structure drifts β trust them before
you trust the prose.