Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 10:45

What's Changed

  • chore(deps): bump lodash from 4.17.23 to 4.18.1 in /m1nd-ui by @dependabot[bot] in #56
  • Harden m1nd-viz against the remaining direct Vite alert by @maxkle1nz in #92
  • chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in /m1nd-demo by @dependabot[bot] in #85
  • chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /m1nd-ui by @dependabot[bot] in #87
  • Move the release workflow off deprecated Node 20 action lanes by @maxkle1nz in #94
  • Point repository docs links at the canonical wiki surface by @maxkle1nz in #95
  • Give the canonical wiki the m1nd visual identity by @maxkle1nz in #96
  • Rewrite the README around the agent-first product narrative by @maxkle1nz in #97
  • Curate the README into a coherent visual product surface by @maxkle1nz in #98
  • Promote the approved Downloads/m1nd images into the README by @maxkle1nz in #99
  • Align the landing with the new product narrative by @maxkle1nz in #100
  • Add multi-instance runtime registry and command-center backend by @maxkle1nz in #101
  • Add a multi-instance command center to the embedded m1nd UI by @maxkle1nz in #102
  • Repo hygiene cleanup by @maxkle1nz in #104
  • Add agent trust selftest and universal installer by @maxkle1nz in #108
  • npm: expose smoke command for install verification by @maxkle1nz in #110
  • npm: prepare 0.9 beta release by @maxkle1nz in #111
  • npm: publish beta under the m1nd package name by @maxkle1nz in #112
  • npm: publish beta under the maxkle1nz scope by @maxkle1nz in #113
  • runtime: align native crate versions with the 0.9 beta by @maxkle1nz in #114
  • runtime: recover cold Codex m1nd sessions by @maxkle1nz in #115
  • runtime: generalize workspace recovery across agent hosts by @maxkle1nz in #116
  • runtime: resolve host workspace hints for relative graph paths by @maxkle1nz in #117
  • skills: document transport-closed rebind recovery by @maxkle1nz in #118
  • npm: carry transport recovery in the universal agent pack by @maxkle1nz in #119
  • deps: clear the vite and esbuild advisories in m1nd-demo by @maxkle1nz in #123
  • Read-only attach, agent-first tools, and a shared-graph MCP-over-HTTP transport by @maxkle1nz in #122
  • test(core): make stress_taint_all_entry_points deterministic by @maxkle1nz in #129
  • docs/site: unify positioning, honest reproducible benchmark, current install by @maxkle1nz in #127
  • ci(release): publish the npm package on tags, alongside crates.io by @maxkle1nz in #130
  • feat(seek): optional local semantic embeddings (model2vec, off by default) by @maxkle1nz in #128
  • feat(embed): persist per-node embeddings in a content-addressed cache by @maxkle1nz in #131
  • feat(mcp): X-RAY verbs — bulk tag mutation, conformance ledger, atomic codemod by @maxkle1nz in #132
  • feat(xray): ratify MANIFESTO + audit ledger by @maxkle1nz in #133
  • fix(mcp): exclude audit ledger from xray_apply + bound xray_ledger reads by @maxkle1nz in #134
  • feat(mcp): AST-targeted xray_apply (annotate symbols via graph provenance) by @maxkle1nz in #135
  • feat(ingest): behavioral excerpt for code symbols (richer embeddings) by @maxkle1nz in #136
  • feat(ingest): fold doc comments into code-symbol excerpts by @maxkle1nz in #138
  • test(core): X-RAY conformance gate — enforce the ratified manifest in CI by @maxkle1nz in #137
  • feat(seek): principled semantic recall (zero-token-overlap matches) by @maxkle1nz in #139
  • feat(seek): explain why an empty result is empty (filtering_reason) by @maxkle1nz in #140
  • test(core): cover binary graph snapshot round-trip (snapshot_bin) by @maxkle1nz in #141
  • test(seek): end-to-end proof of the doc-comment -> embedding -> recall arc by @maxkle1nz in #142
  • test(core): cover plasticity-state persistence round-trip + NaN firewall by @maxkle1nz in #143
  • docs(operator): document seek semantic recall + filtering_reason by @maxkle1nz in #144
  • test(core): cover 8 load-bearing under-tested m1nd-core modules by @maxkle1nz in #145
  • test(mcp): cover the fuzzy tool-name suggestion matchers by @maxkle1nz in #146
  • fix(core): avoid u32 overflow in community density for huge communities by @maxkle1nz in #147
  • test(mcp): cover lock access-control + perspective OCC/lifecycle via dispatch_tool by @maxkle1nz in #148
  • test(mcp): cover antibody lifecycle, why, counterfactual, trail via dispatch_tool by @maxkle1nz in #149
  • test(mcp): cover type_trace, taint_trace, metrics via dispatch_tool by @maxkle1nz in #150
  • fix(core): standing wave must transmit along a chain, not reflect at hop 2 by @maxkle1nz in #151
  • fix(core): taint boundary that is an entry seed is a hit, not a miss by @maxkle1nz in #152
  • fix(core): include seed taint in TaintSummary max (Codex P2 on #152) by @maxkle1nz in #153
  • feat(release): enable embed (semantic recall) by default in the shipped server by @maxkle1nz in #154
  • chore(release): 1.0.0 prep — drop dead stubs, bump to 1.0.0 by @maxkle1nz in #155

Full Changelog: v0.8.0...v1.0.0