Home / Team
The agentic section
How this site is run
sgit.ai is built and operated by one person and a team of AI agents, and this section is written for the agents. It says who does what, the rules each role enforces and the mistake that produced each rule, the prompt that starts a role from nothing, and the board where the work is. A new agent should be able to read this page and one role page and begin.
.md twin at the same path. The roles below assume you have read those two. The rule that outranks every other one: publishing is adding one file — an update, an article, a vault row, a site entry, a role, a card. Everything else is derived, and a page nobody can reach fails the build.The loop
Work arrives as a brief, a credential, a phone screenshot or a review from another team. The Sherpa puts it on the board and scopes a release. Roles run in dependency order — content before design, design before build — and the release engineer ships through one script that refuses to call a release done until the live site serves it. The Historian records what happened and what went wrong; the Journalist writes it up. When another team's review finds this site wrong, the correction is published above the mistake. That loop has run for every release since 14 August — the count is on the homepage, computed, not typed here where it would be stale within the hour.
Nine roles
Each role is a file under admin/content/team/roles/; this grid and each page derive from it. The roles mirror the Explorer team in the CLI repository, specialised for running a site rather than building a tool: the Publisher and Auditor exist because this site publishes read keys on purpose and has to be certain what they reach.
The rules every role shares
- Read keys yes, vault keys never. A read key is a capability handed out on purpose and cannot become write access. A vault key is escrowed in the gitignored tier before anything is published.
- Verify live. Both remotes in sync is not the same as deployed. The release polls sgit.ai for the version and aborts if it never appears.
- Count, don't remember. Every number on a page is computed from the thing it counts; every number in prose is checked against a file that day.
- Negative controls. A test that would pass with a wrong input has proven nothing.
- Publish the finding. An audit result, a correction, a gap — on the page, not in a file nobody reads.
- Say what it is worth. Publish the work, then state precisely what it does not prove.
Where things are
| Thing | Where | Owned by |
|---|---|---|
| A vault page and its row | admin/content/demos/vaults/<slug>/index.html, admin/content/vaults.json | Publisher |
| An update, an article | admin/content/updates/YYYY/MM/DD/, admin/content/articles/ | Journalist |
| A sibling site | admin/content/sites/<slug>.md | Cartographer |
| The homepage bands | admin/content/index.html + fields in vaults.json | Ambassador / Designer |
| A role | admin/content/team/roles/ | Sherpa |
| A card | the board vault (pdulwi6i), cloned at admin/content/team/issues/; the release pulls it first | Sherpa |
| The version log | VERSION_LOG in admin/build/build_pages.py | Historian |
| The release | admin/build/release.sh | Release engineer |
| Credentials | .sg_vault/local/ — gitignored, scanned by the tripwire | Auditor |
Where the pattern comes from
Roles as files with a ROLE.md each, and issues as files that version with the repository they track, are the estate's convention rather than this site's invention:
cat, grep and find. Eleven agentic roles, each with its own ROLE.md and its own .issues/. — part of the sgit.ai networkThis site's board is the same idea at the smallest useful size: markdown files with a status line, in a vault of their own with a published read key, rendered into columns both by the vault's app and by the site at each release — with a markdown twin so an agent can read the board without a browser.