Releases: re-cinq/wave
Releases · re-cinq/wave
v0.223.0
Changelog
- 061632c Merge pull request #1140 from re-cinq/refactor/ontology-bounded-context
- 29f9cb8 chore(lint): note ADR-009 ontology sentinel boundary
- ebf0ff6 feat(ontology): add bounded-context package with Service interface
- 8de643f refactor(manifest): extract ontology validator into parser_ontology.go
- 990329b refactor: migrate consumers to ontology.Service
v0.222.2
v0.222.1
v0.222.0
Changelog
- bd8feff Merge pull request #1134 from re-cinq/fix/webui-in-artifacts-clickable
- 929b6f4 Merge pull request #1138 from re-cinq/fix/skills-smoke-write-sentinel
- b0dbbc2 feat(flake): add codex + gemini-cli to dev shell
- 2af7d5e fix(smoke): make wave-smoke-skills-* contracts adapter-portable
- a32d334 fix(webui): enrich API run detail with InputArtifacts + move enrichment into buildStepDetails
- 3801878 fix(webui): render each IN artifact as an individually clickable chip
v0.221.1
v0.221.0
Changelog
- 139e3ab Merge pull request #1136 from re-cinq/feat/1113-skills-and-agents-folder
- 5b9a772 docs(skills): rewrite for adapter-native lazy-loading model
- 50a5f08 feat(adapter): native skill provisioning for all 4 adapters
- d4edc4e feat(pipeline): step-level skills declaration
- a73886d fix(skills): drop wastedassign in runSkillsAdd target init
- 59034ec refactor(layout): rename .wave/ → .agents/ for cross-tool convention
- e8c11bf refactor(skills): drop singular
wave skillalias - 6e0fc56 refactor(skills): drop tessl/lockfile/publish/classify, rebuild CLI minimal
- 53209d0 test(skills): smoke pipelines + step-level integration tests
v0.220.1
v0.220.0
Changelog
- 94b2d71 Merge pull request #1110 from re-cinq/994-unify-contract-schemas
- 25ee55f feat: implement #994 — unify contract schemas for cross-pipeline artifact chaining
- 6aec1f5 fix(contract): extend schema sync test to cover all schemas, sync 8 drifted
- bdcc632 fix(contracts): address review findings from ops-pr-review-core smoke test
- bea1faa fix(prompts): remove hardcoded severity enums from pipeline prompts
- ee83c47 fix(prompts,schemas): decouple severity from prompts, fix triage-verdict vocab
v0.219.5
v0.219.4
Changelog
- f163c31 Merge pull request #1126 from re-cinq/1124-workspace-git-root
- dce3d99 fix(lint): address errcheck and staticcheck in new test files
- abf4689 fix(prompts): remove hardcoded output path and adapter from full-impl-cycle
- 61bad65 fix(workspace): resolve workspace paths against git root, not process CWD