Agent Updates

This commit is contained in:
Raven Scott
2026-04-27 01:00:06 -04:00
parent aa81fbff5b
commit 6bc5accb66
63 changed files with 1372 additions and 46811 deletions
@@ -0,0 +1,22 @@
---
name: bareos-code-change
description: Generic Bare OS change — contract spine, docs, checks, parity before touching code.
tags: [bare-os, workflow, governance]
requires: [read_skill, read_proc_file, verification_hints]
---
# bareos-code-change
## Before edits
1. Identify contract spine: reference doc under docs/reference or developer-guide, generators in scripts/README.md, verifier names.
2. Run read_proc_file on /proc/bare_os/features and capabilities.json if behavior depends on runtime bits.
3. If working from a git checkout on the host, call verification_hints with paths you will touch.
## After edits (host checkout)
Run the smallest check that covers your change; escalate to npm run pretest before push.
## Never
Hand-edit *.generated.ts, posix-dashboard.md, or kernel-extensions-generated-toc without running generators.