Version Packages (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cc999ef9ee
commit
65889b5027
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@dustinbyrne/kb": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
CLI `task create` now supports a `--depends <id>` flag (repeatable) to declare task dependencies at creation time.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@dustinbyrne/kb": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Expand agent.log logging to all agent types, additionally capturing thinking, and agent roles
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@dustinbyrne/kb": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Code review REVISE verdicts are now enforced such that agents can no longer advance steps without APPROVE
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@dustinbyrne/kb": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
RETHINK verdicts trigger git reset and conversation rewind, re-prompting the agent with feedback
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@dustinbyrne/kb": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Plan RETHINK triggers conversation rewind with REVISE enforcement on code reviews
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@dustinbyrne/kb": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Dependent tasks can start from in-review dependency branches instead of waiting for merge
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user