Skip to content

v0.1.0

Choose a tag to compare

@Tradebaas Tradebaas released this 31 Jul 20:12

The first tagged release. Everything below already shipped; the version is what is new, so a copy
can now name what it holds.

What you get: one always-loaded rulebook in AGENTS.md on the open agents.md standard, with thin
adapters for the tools that need their own file. A skill library in .agents/skills/ on the Agent
Skills standard, loaded on demand, covering the route from first idea to delivered and maintained
software: scope, spec, architecture, stack choice, design and voice, verification, debugging, code
review, delivery, maintenance, compliance and handover. Project memory on disk in docs/, so a new
session, another tool or a reader a year later picks up state and decisions from files instead of
from chat history. Mechanical gates in checks/, dependency-free on Node 20 and tested against
themselves, wired into git hooks and CI, including a commit gate that makes every commit name the
scope item it serves. A read-only overview (node checks/progress.mjs) that derives what is done
and what is left from the brief, the specs and the handoff, and opens the same answer as a local
page with --serve. Decision records explaining why the system works the way it does.

Counts are deliberately absent here: index.html and node checks/progress.mjs read them from
the directories that own them, and a third typed copy would be the one that goes stale (SC-11).

Two entrances: a copy taken before the project exists, and a project that already exists with the
framework laid over it. Both go through begin.


Getting started: copy the repo (template or degit), then say begin. An existing project gets
Groundwork laid over it and goes through the same skill. Full notes and how to take a later
improvement into a copy you already made: CHANGELOG.md.