First public release. The bolt-on agentic team layer for Plane + Mattermost is feature-complete against the README §CLI Reference surface and verified end-to-end.
.claude/agents/*.md
(ADR-001). genasis detach
removes everything cleanly.genasis bootstrap (or
genasis init --bootstrap) scaffolds a 10-role default team and
injects the protocol overlay in one shot
(ADR-010, M14).genasis init --trial boots a hosted-equivalent
workflow against the trial-app simulator so first-time users can
exercise every command without installing Plane / Mattermost.trial-app/ (Next.js 15) ships at
trial.realstory.blog with a scripted 8-step sprint, signup form,
status page, and a fully wired live-bridge mode.genasis agents {list,install,installed,
remove,browse} against a versioned tarball published from
agents-pool/ (ADR-011).genasis design swap <slug|--from path> with
pristine/external mode + restore + override accumulation
(ADR-009).genasis db {query,migrate} with read-only SQL
guard and Atlas / Drizzle Kit / DuckDB raw-runner auto-detect
(ADR-004).--lang en|ko selector;
genasis lang switch rewrites the agent context atomically
(ADR-008).genasis debug {status,collect,
submit} lets users contribute anonymised field patches via PR-only
flow; /debug-review skill clusters them and proposes template fixes
(ADR-012).Every command listed in README.md §CLI Reference is exercised by an
automated test:
tests/e2e/ (Rust integration via assert_cmd, default backend = trial
flavor + mock catalog): 23 tests across lifecycle, agents,
supporting, debug.trial-app/e2e/ (Playwright against the production build): 14
tests covering US-001..US-022 (1 skipped: admin webhook gated on
TRIAL_ADMIN_TOKEN secret).crates/*/tests/ + crate-internal unit tests: 199 tests covering
marker fence, env round-trip, role inference, SQL guard, frontmatter,
i18n, manifest/drift, design swap, EPIC plan, bootstrap, etc.Total: 222 Rust tests + 14 Playwright = 236 automated checks at v0.1.0 cut.
CI surface:
.github/workflows/ci.yml: fmt + clippy + test + coverage on every PR..github/workflows/nightly-e2e.yml: real Plane + Mattermost via
servers/docker-compose.yml..github/workflows/release.yml: cross-compiled release artefacts +
i18n drift hard fail..github/workflows/debug-history-pr.yml: schema validation +
executable-content rejection on contributor PRs..github/workflows/debug-review.yml: weekly clustering + draft PR.None — this is the first public release.
genasis migrate-from-genesis is documentation-only for v0.1.0; full
migration tooling lands post-release once we have real Genesis bash
team operational data (progress.md M11 [s]).genasis agents status invokes reqwest::blocking inside
#[tokio::main] and panics at runtime shutdown. README does not list
it; tracked as a v0.2.0 follow-up.genasis debug submit’s actual gh pr create invocation is gated
behind --dry-run for v0.1.0; the canonical contract is asserted in
E2E. Wired to the agents-pool repo plumbing in a v0.1.1 follow-up.v0.1.x → v0.2.x will keep the marker fence v1.0 contract; users may
run genasis upgrade --fence-version 1.0 at any point and expect a
no-op result.
See CREDITS.md for the full list of upstream projects and contributor agents. Special thanks to the maintainers of ECC, knowledge-work-plugins, claude-code-templates, awesome-design-md, and the wshobson / VoltAgent / dl-ezo agent collections that seed the catalog.