Skip to content

Commit 28c6f5a

Browse files
fix: use full relative path for large-diff-splitting-guide.md in contract (dso-jn8v) (merge worktree-20260324-164324)
2 parents ef04002 + 091757b commit 28c6f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/dso/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dso",
3-
"version": "0.26.10",
3+
"version": "0.26.11",
44
"description": "Workflow infrastructure plugin for Claude Code projects",
55
"commands": "./commands/",
66
"skills": "./skills/",

plugins/dso/docs/contracts/classifier-size-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The size fields are emitted as part of the existing classifier JSON object along
5151
|---|---|---|
5252
| `none` | < 300 | Proceed normally — no size-based routing change |
5353
| `upgrade` | 300–599 | Upgrade the review model to opus at the current tier's scope (light → light-opus, standard → standard-opus, deep → deep-opus) |
54-
| `reject` | ≥ 600 | Emit rejection message to the user referencing `large-diff-splitting-guide.md`; do not dispatch any review agent |
54+
| `reject` | ≥ 600 | Emit rejection message to the user referencing `plugins/dso/docs/workflows/prompts/large-diff-splitting-guide.md`; do not dispatch any review agent |
5555

5656
---
5757

0 commit comments

Comments
 (0)