Skip to content

Releases: tchivs/gsd-omp

gsd-omp v1.0.5

Choose a tag to compare

@tchivs tchivs released this 04 Aug 07:01
2940c61

What's Changed

  • #19 harden gsd-omp update: semantic-version comparison, no accidental downgrades, install through the active npm global environment, re-project with the freshly installed CLI, forward --root/--force, and report projection failures clearly.

Install / Upgrade

npm install --global https://github.com/tchivs/gsd-omp/archive/refs/tags/v1.0.5.tar.gz
gsd-omp install
# existing installs:
gsd-omp update

Verification

  • 24 unit tests passing
  • OMP 17.0.3 + latest host smoke green

gsd-omp v1.0.4

Choose a tag to compare

@tchivs tchivs released this 03 Aug 07:58
ea3b204

What's Changed\n\n- #15 feat: add gsd-omp update — one-step upgrade that checks GitHub for the latest release, npm-installs the tarball globally, and re-projects the managed extension/agents/skills\n\n## Install / Upgrade\n\nbash\nnpm install --global https://github.com/tchivs/gsd-omp/archive/refs/tags/v1.0.4.tar.gz\ngsd-omp install\n# or, from an existing install:\ngsd-omp update\n\n\n## Verification\n\n- 23 unit tests passing\n- OMP 17.0.3 + latest host smoke green

gsd-omp v1.0.3

Choose a tag to compare

@tchivs tchivs released this 03 Aug 07:44
b1cb7d2

What's Changed\n\n- #13 fix: point GSD_AGENTS_DIR at the OMP agents projection — the ⚠️ 未安装 GSD 专用 agents:研究与路线图代理不可用 warning was a false negative (gsd-core's agent check fell back to ~/.claude/agents because omp isn't a registered runtime; the plugin projects agents into ~/.omp/agent/agents)\n\n## Install\n\nbash\nnpm install --global https://github.com/tchivs/gsd-omp/archive/refs/tags/v1.0.3.tar.gz\ngsd-omp install\n\n\n## Verification\n\n- 22 unit tests passing\n- OMP 17.0.3 + latest host smoke green

gsd-omp v1.0.2

Choose a tag to compare

@tchivs tchivs released this 03 Aug 07:26
87d0d61

What's Changed

  • #8 fix: stop detached GSD tasks leaking into /gsd-next's active count
  • #10 fix: clean stale OMP task results on milestone completion — /gsd-complete-milestone now removes the completed milestone's entries from .planning/.omp-task-results.json, so the ⛔ N 个原生任务待恢复 prompt widget no longer shows archived-milestone residue
  • #11 chore: adapt EoS axes + execute contract for gsd-core 1.9 — declare dispatch.isolation: none + effortSurface: none (new 1.9 vocabulary), clarify the execute-phase isolation contract, bump @opengsd/gsd-core to ^1.9.1
  • #12 chore: release v1.0.2 — install/upgrade commands switch to the GitHub tarball URL (the github: git shorthand installs as a dangling symlink on npm 11, leaving gsd-omp: command not found)

Install

npm install --global https://github.com/tchivs/gsd-omp/archive/refs/tags/v1.0.2.tar.gz
gsd-omp install

Verification

  • 21 unit tests passing
  • OMP 17.0.3 + latest host smoke green
  • tarball install verified end-to-end (106 files, gsd-core 1.9.1)

gsd-omp v1.0.1

Choose a tag to compare

@tchivs tchivs released this 21 Jul 03:02
881b83a

Compatibility hardening for OMP 17.0.3–17.0.6: routes gsd_invoke progress updates through OMP-managed timers, verifies xd://gsd_invoke mounting in real RPC host smoke tests, and moves CI actions to the Node 24 runtime. Install: npm install --global github:tchivs/gsd-omp#v1.0.1 && gsd-omp install

gsd-omp v1.0.0

Choose a tag to compare

@tchivs tchivs released this 17 Jul 03:17

Initial independent EoS host plugin for Oh My Pi. Binds GSD protocol v1 through OMP native commands, tasks, lifecycle events, filesystem state, and managed agent/skill projection. Install: npm install --global github:tchivs/gsd-omp#v1.0.0 && gsd-omp install