Documents
README
README
Type
External
Status
Published
Created
Jun 13, 2026
Updated
Jun 13, 2026
Source
View

docs/ — In-Repo Knowledge Base#

Accumulated lessons from real work on this repo.
Every agent working here should read the relevant file before starting.

→ Start with docs/SKILL.md to find the right file for your task.

When you fix a bug or discover a pattern, add a lesson here in the same PR as your change.
This is the feedback loop: lessons help every future agent and contributor.

Technical docs#

FileLoad when...
build.mdBuilding ISOs locally, disk space, BTRFS/XFS quirks, just variables
architecture.mdTwo-container pipeline, boot flow, squashfs, VFS containers-storage
ci.mdbuild-iso.yml, test-luks-install.yml, R2 uploads, smoke test
luks-testing.mdLUKS E2E test — local QEMU, libvirt, CI-equivalent flow
r2-promotion.mdPromoting ISOs to production, rclone, named releases
variants.mdAdding/modifying variants, payload_ref pattern

Process / agentic docs#

FileLoad when...
skills/onboarding.mdFirst-time setup, dev environment, build prerequisites
skills/label-workflow.mdIssue lifecycle, labels, finding work
skills/human-gates.mdWhen to stop and ask a human
skills/skill-improvement.mdWriting skill updates in the same PR

How to add a lesson#

  1. Open the relevant file (or create a new one in skills/ for process learnings)
  2. Add a section at the bottom: ### <what you learned> (YYYY-MM-DD)
  3. What failed → why → the fix → code example
  4. Commit it in the same PR as your change — never a follow-up
README | Dosu