great-cto 3.4.0 → 3.5.0

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.
@@ -2,7 +2,7 @@
2
2
  "name": "great_cto",
3
3
  "id": "great_cto",
4
4
  "description": "Engineering process for solo founders and teams up to 50 engineers. Agents do architecture, code review, QA, and security. You make two decisions per feature.",
5
- "version": "3.4.0",
5
+ "version": "3.5.0",
6
6
  "author": {
7
7
  "name": "Great CTO",
8
8
  "url": "https://github.com/avelikiy/great_cto"
@@ -33,6 +33,11 @@ export const VERDICT_FORMAT_VERSION = 1;
33
33
  /** Verdict values with a defined meaning. Anything else is kept but flagged. */
34
34
  export const KNOWN_VERDICTS = Object.freeze([
35
35
  'APPROVED', 'BLOCKED', 'DONE', 'FAIL', 'PASS', 'REJECTED', 'SKIPPED', 'ESCALATED',
36
+ // REWORK — independent verification found the stage incomplete and the agent
37
+ // that ran it can fix that itself. Distinct from BLOCKED, which means a human
38
+ // must decide. Without it here the verifier could reach its conclusion and not
39
+ // be able to write it down, which is the same as not reaching it.
40
+ 'REWORK',
36
41
  ]);
37
42
 
38
43
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "great-cto",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "One command install for the great_cto Claude Code plugin. Auto-detects your stack, picks the right archetype, bootstraps PROJECT.md.",
5
5
  "keywords": [
6
6
  "claude-code",