Skip to content

v

Choose a tag to compare

@github-actions github-actions released this 11 Jun 22:56
  • sdk/lockfile: (dir, key) addressing; api: claim bin/locks/api/_
  • sdk/lockfile: correct release() docs — transfer consumes, so no post-transfer state exists
  • sdk/lockfile: LockClaim::release — drop the lock intentfully
  • sdk/lockfile: LockClaim ownership transfer to one specific child
  • sdk: new non-default lockfile feature hoisting the shared lock-file module
  • install: the cli installs to ~/.objectiveai/bin; PATH carries bin only
  • sdk+viewer+api+mcp: OBJECTIVEAI_DIR/STATE; cli binary lives in bin/
  • objectiveai-db: pg-bin shared in /bin, cluster per state
  • cli: split the layout into bin/ and state/; OBJECTIVEAI_DIR + OBJECTIVEAI_STATE
  • cli: connect to postgres via config db; drop the embedded-postgres bootstrap
  • sdk: db spawn/kill + config db tier; axe the vestigial config-get filter
  • objectiveai-db: new crate — embedded-postgres vehicle binary
  • plugins: carry nested-command argv structured (Vec), not space-joined
  • publish: mcp before cli — fix the stale wave order that broke every release