Releases: TeFuirnever/oh-my-matrix
Release list
instinct 0.1.0
New package: cross-session context memory. after_tool_call observes scrubbed tool-call summaries; session_start recalls them. Closes the autopilot context-memory gap (third gap).
dynamic-workflows 1.2.0
Deterministic task prescreen (agent_turn_prepare hook: fan-out signal words EN+ZH + size threshold + small-task suppressors, non-blocking nudge, main sessions only) + skill trigger words (use proactively + general-scenario terms).
dynamic-workflows 1.1.0
Role library: 14 hand-adapted roles → 19 agent prompts ported verbatim from oh-my-claudecode (OMC-only references stripped); patterns/templates/test-prompts updated to the new role set (REFUTED/SURVIVES vocabulary unified).
autopilot 4.3.0
task-size classifier: goal classified into trivial/small/standard/large at capture time; trivial tasks get low thinking effort for the first 3 continuuations then auto-escalate.
autopilot 4.2.0
AC-NNN goal predicates: goal carries an embedded acceptance-criteria block (Scenario/Action/Expected/Must-not/Verification/Priority); both injection sites render intent + compact AC list; backward compatible (free-text goal parses to []).
autopilot 4.1.0
Evidence gate fail-closed completion (timeout/missing/dropped required commands → blocked evidence_missing, resumable); resume hardening (pauseReason cleared, facade pre-check, no resume_run double-kick, retry chain preserved); completionUnverified only on done runs; S8 audit refcount balanced across all terminal paths.
permission-policy-v0.1.4
@oh-my-matrix/permission-policy 0.1.4
Extract shared structured logger (log/warn/error/logWithContext) consumed by autopilot + dynamic-workflows.
Changelog: https://github.com/TeFuirnever/oh-my-matrix/blob/master/packages/permission-policy/CHANGELOG.md
npm: https://www.npmjs.com/package/@oh-my-matrix/permission-policy
dynamic-workflows-v1.0.0
@oh-my-matrix/dynamic-workflows 1.0.0
First major: openclaw 2026.7.1-2 baseline (E9/E13 companion bump).
Changelog: https://github.com/TeFuirnever/oh-my-matrix/blob/master/packages/dynamic-workflows/CHANGELOG.md
npm: https://www.npmjs.com/package/@oh-my-matrix/dynamic-workflows
autopilot-v4.0.0
@oh-my-matrix/autopilot 4.0.0
Long-horizon autonomy E2-E13 (PR #134-#147): wallclock + cost hard caps, error-classification redo, progress ledger, stall detection (inflight guard + no_progress), midrun evidence gate, resume_run RPC (breaking), workspace.root removal (breaking).
Full changelog: https://github.com/TeFuirnever/oh-my-matrix/blob/master/packages/autopilot/CHANGELOG.md
npm: https://www.npmjs.com/package/@oh-my-matrix/autopilot
v0.8.0 — First public release
[0.8.0] — 2026-06-29
First public release + development harness. The repo's first GitHub Release, plus a multi-gate development harness (typecheck / eslint / markdownlint / commitlint / split CI / MCP / skills).
Added
- Development harness (#14) — per-package
typecheck(tsc --noEmit, closes the gap where CI never rantsc), ESLint flat config, markdownlint, commitlint (localcommit-msghook + CI), and a split CI (lint/typecheck/commitlint/testjobs with concurrency + job summaries).pnpm check/pnpm verifymirror CI locally;.mcp.jsondeclares codegraph; newwork-with-pr+harnessskills. Seedocs/design/dev-harness.md. - README + CONTRIBUTING sync (#15) — 「本地开发」 now documents
pnpm verify/pnpm check; new Repository Setup section documents.github/(CI / dependabot / CODEOWNERS / templates / branch protection). - Hand-drawn landing page — bilingual (zh/en) marketing site at the GitHub Pages root (
landing/), omo.dev-style with rough.js animations; VitePress docs moved under/docs/. Live at https://tefuirnever.github.io/oh-my-matrix/. - Host deploy runbook skeleton —
docs/runbooks/host-deploy.md: the build → pack/cp dist → refresh MA → restart gateway → deployed-dist smoke path. Repo-side steps executable; host-internal steps marked[TODO:host]. - Dependabot + CODEOWNERS —
.github/dependabot.yml(npm + github-actions, weekly, minor/patch grouped) and.github/CODEOWNERS.
Changed
- Docs served under
/docs/— VitePressbaseset to/oh-my-matrix/docs/; Pages CI assembleslanding/at the site root and VitePress output under/docs/. - Pages + CI actions bumped to Node 24 —
checkout@v7,setup-node@v6,upload-pages-artifact@v5,deploy-pages@v5,pnpm/action-setup@v6(clears the Node 20 deprecation warning).
Repository / Security
masterbranch protection — requires thetestCI check to pass, blocks force-push and deletions, enforces linear history; admin bypass retained for the solo maintainer.- Dependabot security updates + secret scanning push protection enabled; squash-only merges; auto-delete branch on merge.