@touchskyer/opc 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skill.md +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchskyer/opc",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "OPC — One Person Company. A full team in a single Claude Code skill.",
5
5
  "type": "module",
6
6
  "bin": {
package/skill.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: opc
3
- version: 0.2.4
3
+ version: 0.2.5
4
4
  description: "OPC — One Person Company. A full team in a single skill: 11 specialist agents for review, analysis, execution, and brainstorming. /opc review, /opc -i, or /opc <role>."
5
5
  ---
6
6
 
@@ -299,7 +299,12 @@ You MUST show verification work for EVERY agent before writing the final report.
299
299
 
300
300
  CRITICAL: Do Not Trust the Agent Reports.
301
301
 
302
- **Re-dispatch limit: max 1 retry per agent.** If an agent fails checks twice, accept its best output and note the quality issue in the report. Do not loop.
302
+ **Re-dispatch is coordinator's call.** After each round of verification, decide:
303
+ - **SATISFIED** — all findings verified or resolved → proceed to Step 7
304
+ - **NEED MORE** — uncertain findings remain → re-dispatch targeted agents for the specific questions
305
+ - **DIMINISHING RETURNS** — new round didn't resolve uncertainty → accept best-effort and note in report
306
+
307
+ **Safety ceiling: 3 rounds max** (initial dispatch = round 1). If round 3 still has unresolved findings, accept with ⚠️ and move on. This ceiling exists to prevent runaway token consumption, not as a target.
303
308
 
304
309
  ### Mechanical Checks (auto-reject on first pass, accept-with-warning on retry)
305
310