diff --git a/README.md b/README.md index a26bda1..fb9adf6 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ jobs: with: fetch-depth: 0 - - uses: Conalh/TaskBound@v0.2.2 + - uses: Conalh/TaskBound@v0.2.3 with: fail-on: none ``` @@ -130,7 +130,7 @@ The action uploads nothing by default. It reads local git state from the checked You can still override the task explicitly: ```yaml - - uses: Conalh/TaskBound@v0.2.2 + - uses: Conalh/TaskBound@v0.2.3 with: task: Fix header CSS styling fail-on: none @@ -141,7 +141,7 @@ API key to the job. If the key is absent or the model call fails, TaskBound fall back to heuristic scope inference and records `scopeSource: llm_fallback` in JSON. ```yaml - - uses: Conalh/TaskBound@v0.2.2 + - uses: Conalh/TaskBound@v0.2.3 env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} with: diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d2a0951..bfe197b 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - - uses: Conalh/TaskBound@v0.2.2 + - uses: Conalh/TaskBound@v0.2.3 with: fail-on: none ``` @@ -73,7 +73,7 @@ Keep `fail-on: none` until your team agrees the report is useful. Then consider raising the threshold: ```yaml - - uses: Conalh/TaskBound@v0.2.2 + - uses: Conalh/TaskBound@v0.2.3 with: fail-on: critical ``` diff --git a/docs/TEAM_VALIDATION_PLAYBOOK.md b/docs/TEAM_VALIDATION_PLAYBOOK.md index d67600f..38c2281 100644 --- a/docs/TEAM_VALIDATION_PLAYBOOK.md +++ b/docs/TEAM_VALIDATION_PLAYBOOK.md @@ -6,7 +6,7 @@ it, and what does not count. ## Current Proof -- Stable Action tag: `Conalh/TaskBound@v0.2.2` +- Stable Action tag: `Conalh/TaskBound@v0.2.3` - Public demo PR: [Fix header CSS styling](https://github.com/Conalh/TaskBound/pull/1) - Paid-layer tracker: [Validate paid team layer from OSS Action traction](https://github.com/Conalh/TaskBound/issues/8) - Team intake: [team pilot request](https://github.com/Conalh/TaskBound/issues/new?template=team-pilot.yml) @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 0 - - uses: Conalh/TaskBound@v0.2.2 + - uses: Conalh/TaskBound@v0.2.3 with: fail-on: none ``` diff --git a/examples/taskbound-advisory.yml b/examples/taskbound-advisory.yml index 136a063..e6aa3de 100644 --- a/examples/taskbound-advisory.yml +++ b/examples/taskbound-advisory.yml @@ -14,6 +14,6 @@ jobs: with: fetch-depth: 0 - - uses: Conalh/TaskBound@v0.2.2 + - uses: Conalh/TaskBound@v0.2.3 with: fail-on: none diff --git a/package-lock.json b/package-lock.json index b20ca2d..840d188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taskbound", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taskbound", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "bin": { "taskbound": "dist/index.js" diff --git a/package.json b/package.json index a869350..16022bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taskbound", - "version": "0.2.2", + "version": "0.2.3", "description": "Post-session scope creep review for AI agent edits.", "type": "module", "bin": {