chore(release): 1.1.0 [skip ci]

# [1.1.0](https://gitlab.com/carealytix/tools/codewalkers/compare/v1.0.0...v1.1.0) (2026-03-07)

### Bug Fixes

* add missing HQWaitingForInputSection component to fix broken test import ([89f74ef](89f74efdb5))
* allow re-detailing phases after all tasks are deleted ([bc61e65](bc61e658dc))
* errand baseBranch defaults to project.defaultBranch instead of 'main' ([a613768](a61376812a))
* errand output race condition + require commit before signal ([3ceb991](3ceb991200))
* prevent phase stuck in_progress when merge fails ([c3fb000](c3fb000f92))
* resolve all failing frontend tests ([40ec85d](40ec85deb8))
* resolve errand worktree path for sendMessage instead of using agent-workdirs ([b17c0a2](b17c0a2b4f))
* resolve integration issues after phase branch merges ([753b2e9](753b2e9fb8))
* self-healing stale worktree recovery in SimpleGitWorktreeManager ([40900a5](40900a5641))
* skip standalone worktree when errand provides cwd ([e7c95af](e7c95af1ca))
* stabilize useQuery mock reference to prevent infinite re-render loop in AgentOutputViewer test ([4a657d6](4a657d6b96))
* strengthen signal.json prompt to prevent premature writes ([3885a96](3885a96c9d))

### Features

* `cw task add` CLI command + `{AGENT_ID}` prompt placeholder ([e199188](e199188670))
* add context panel, logs section, and task name fix to InboxDetailPanel ([b708977](b708977ef1))
* add listInitiatives sort-order tests and qualityReview persistence ([1dc908a](1dc908a8ab))
* add quality_review task status and qualityReview initiative flag ([5137a60](5137a60e70))
* add quality-review dispatch hook to intercept agent:stopped events ([c3cace7](c3cace7604))
* add quality-review service with qualifying file detection and agent spawning ([9200891](9200891a5d))
* default statusFilter to active with sessionStorage persistence ([7c35f26](7c35f262cf))
* enrich listWaitingAgents with task/phase/initiative context via DB joins ([7e6921f](7e6921f01e))
* errand review & request changes ([6482960](6482960c6f))
* expose qualityReview via updateInitiativeConfig tRPC mutation ([bb77040](bb770407db))
* rewrite InitiativeCard to single-row compact layout with tests ([61aa0f9](61aa0f9dd4))
* wire quality review into orchestrator handleAgentStopped ([4bc65bf](4bc65bfe3d))

### Performance Improvements

* speed up slow git tests from ~18s to ~5.5s ([5778457](57784576e4))
This commit is contained in:
semantic-release-bot
2026-03-07 08:45:52 +00:00
parent 43e53e7b6a
commit 0e5e68dfff

View File

@@ -1,6 +1,6 @@
{
"name": "@carealytix/codewalkers",
"version": "1.0.0",
"version": "1.1.0",
"description": "Multi-agent workspace for orchestrating multiple AI coding agents",
"type": "module",
"repository": {