Version Packages (#4)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-27 02:21:39 -04:00
committed by GitHub
parent cc999ef9ee
commit 65889b5027
8 changed files with 15 additions and 31 deletions

View File

@@ -1,5 +0,0 @@
---
"@dustinbyrne/kb": patch
---
CLI `task create` now supports a `--depends <id>` flag (repeatable) to declare task dependencies at creation time.

View File

@@ -1,5 +0,0 @@
---
"@dustinbyrne/kb": minor
---
Expand agent.log logging to all agent types, additionally capturing thinking, and agent roles

View File

@@ -1,5 +0,0 @@
---
"@dustinbyrne/kb": patch
---
Code review REVISE verdicts are now enforced such that agents can no longer advance steps without APPROVE

View File

@@ -1,5 +0,0 @@
---
"@dustinbyrne/kb": minor
---
RETHINK verdicts trigger git reset and conversation rewind, re-prompting the agent with feedback

View File

@@ -1,5 +0,0 @@
---
"@dustinbyrne/kb": patch
---
Plan RETHINK triggers conversation rewind with REVISE enforcement on code reviews

View File

@@ -1,5 +0,0 @@
---
"@dustinbyrne/kb": patch
---
Dependent tasks can start from in-review dependency branches instead of waiting for merge

View File

@@ -1,5 +1,19 @@
# @dustinbyrne/kb # @dustinbyrne/kb
## 0.3.0
### Minor Changes
- fc7582d: Expand agent.log logging to all agent types, additionally capturing thinking, and agent roles
- cc999ef: RETHINK verdicts trigger git reset and conversation rewind, re-prompting the agent with feedback
### Patch Changes
- f3c7f7d: CLI `task create` now supports a `--depends <id>` flag (repeatable) to declare task dependencies at creation time.
- fc7582d: Code review REVISE verdicts are now enforced such that agents can no longer advance steps without APPROVE
- cc999ef: Plan RETHINK triggers conversation rewind with REVISE enforcement on code reviews
- cc999ef: Dependent tasks can start from in-review dependency branches instead of waiting for merge
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@dustinbyrne/kb", "name": "@dustinbyrne/kb",
"version": "0.2.1", "version": "0.3.0",
"type": "module", "type": "module",
"bin": { "bin": {
"kb": "./dist/bin.js" "kb": "./dist/bin.js"