Skip to content

Releases: heyu-ai/openspectra

v0.11.0

Choose a tag to compare

@howie howie released this 29 Aug 03:58
e80ae6b

Added

  • spectra schema fork <SOURCE> [NAME] (#59 partial) -- copies a schema definition (built-in or project) into a new project schema directory. Oracle-aligned (v2.3.1): name field not rewritten, default target <source>-custom, --force with clean stale-template removal, --json accepted but inert. Path-traversal validation on target name. Forking project schemas preserves tracks and version fields.

What's Changed

  • feat(schema): add spectra schema fork subcommand (#59 partial) by @howie in #157

Full Changelog: v0.10.0...v0.11.0

v0.10.0

Choose a tag to compare

@howie howie released this 27 Aug 13:26
f40c769

Added

  • spectra schemas lists project schemas (#59 partial) -- discovers <spec_dir>/schemas/*/schema.yaml and lists them alongside the built-in spec-driven schema, matching oracle v2.3.1 behavior.

  • spectra new artifact uses custom schema templates (#59 partial) -- resolves the change's schema and writes that schema's template when available. Falls back to built-in on schema-not-found.

Fixed

  • Workspace dependency version mismatch (spectra-core 0.8.0 vs workspace 0.9.0).

What's Changed

  • feat(schema): list project schemas and use custom templates in new artifact (#59 partial) by @howie in #156

Full Changelog: v0.9.0...v0.10.0

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 10:39
428dd7f

What's Changed

  • chore(openspec): archive add-vector-search (v0.7.0) by @howie in #146
  • feat: add templates command by @howie in #145
  • chore(release): prepare v0.8.0 by @howie in #147

Full Changelog: v0.7.0...v0.8.0

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 08:11
b72324c

What's Changed

  • chore(deps): bump the cargo-minor-patch group with 2 updates by @dependabot[bot] in #129
  • fix(drift): sample over-cap anchors per category instead of truncating (#119) by @howie in #124
  • fix(park): store parked changes where the oracle does (#118) by @howie in #125
  • fix(drift): crack the anchor budget (#8), fix FilePath anchors (#123), gate on broken count by @howie in #130
  • fix(schema): fail loud on a custom config.yaml schema instead of falling back (#117) by @howie in #128
  • fix(drift): correct the baseline-union invariant and close the CI gate hole (#130 follow-up) by @howie in #135
  • feat(instructions): surface config.yaml context and rules in artifact --json (#127) by @howie in #136
  • fix(drift): add the 20 probe-confirmed Symbol stop-list entries (#133) by @howie in #137
  • docs: fix the surviving claim-vs-evidence gaps from the parity analysis (#112) by @howie in #139
  • fix(cli): treat zero active changes as a successful empty state (#134) by @howie in #138
  • chore(deps): bump clap_complete from 4.6.8 to 4.6.9 in the cargo-minor-patch group by @dependabot[bot] in #140
  • feat(instructions): port the oracle's 11 embedded skills behind --skill (#120) by @howie in #143
  • feat: add dependency-free search by @howie in #144

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 13:06
e9dbe85

What's Changed

  • docs(claude): add oracle-probe verification & agent-conduct guidance by @howie in #95
  • chore(deps): bump the cargo-minor-patch group with 2 updates by @dependabot[bot] in #96
  • fix(fsutil): give newly-created files the oracle's 0666 & ~umask mode (#93) by @howie in #100
  • fix(init): align default init artifacts with oracle 2.3.1 (#94) by @howie in #101
  • feat(update): honour claude_slash_commands and write the 10 gated command files (#92) by @howie in #102
  • feat(init): add --tools flag reusing the update write path (#89) by @howie in #103
  • feat(drift): report unresolvable anchors as unresolved, excluded from score (#83) by @howie in #104
  • docs(claude): comments stating invariants are claims to verify like code by @howie in #105
  • fix(tests): hex-encode sha256 without LowerHex for sha2 0.11 compat by @howie in #121
  • chore(deps): bump sha2 from 0.10.9 to 0.11.0 by @dependabot[bot] in #97
  • chore(release): prepare v0.6.0 by @howie in #122

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:58
61d2a1c

What's Changed

  • ci(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #77
  • ci(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #76
  • ci(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #73
  • ci(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #72
  • chore(deps): bump the cargo-minor-patch group across 1 directory with 4 updates by @dependabot[bot] in #74
  • fix(validate): enforce SHALL/MUST in a requirement's first text block (#80) by @howie in #82
  • feat(cli): add spectra in-progress add command (#61) by @howie in #85
  • feat(cli): add spectra completion command (#60) by @howie in #87
  • feat(config): port spectra config 子指令組(global user config 管理) by @howie in #84
  • feat(cli): add spectra update - instruction files for 23 AI tools (#55) by @howie in #86
  • chore(release): v0.5.0 by @howie in #91

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 02:41
469f351

What's Changed

  • fix: four analyze/instructions fidelity gaps missed by v0.3.0 by @howie in #54
  • docs(search): RE write-up + add-vector-search proposal by @howie in #66
  • ci: weekly upstream-watch digest (oracle + OpenSpec drift) by @howie in #67
  • ci: add Dependabot config for cargo + github-actions by @howie in #68
  • ci(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #69
  • ci(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #71
  • ci(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #70
  • feat(cli): add spectra schemas command (#56) by @howie in #75
  • chore(release): v0.4.0 by @howie in #78

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@howie howie released this 18 Jul 14:40
ecaaf56

See CHANGELOG.md [0.3.0]

What's Changed

  • docs: reflect v0.2.1 release + crates.io/GHCR availability by @howie in #42
  • feat: fill artifact workflow CLI - status / new artifact / instructions / analyze (#43) by @howie in #48
  • fix: PR #48 mob review 修復整併至 main(YAML 序列化 / 原子安裝 / symlink glob / RE 文件) by @howie in #52
  • chore(release): v0.3.0 by @howie in #53

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:54
1587917

What's Changed

  • fix(archive): traverse nested-capability specs like validate does (#39) by @howie in #41

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 23:37
0efafd7

What's Changed

  • fix(time): pin Time-dimension day boundaries against the oracle (#10) by @howie in #35
  • docs(re): record calibration methodology lessons from PR #35 retro by @howie in #36
  • feat(validate): OpenSpec validation gate + lock drift exit-0 (#37) by @howie in #38
  • chore(release): v0.2.0 by @howie in #40

Full Changelog: v0.1.0...v0.2.0