@fro.bot/systematic 2.4.0 → 2.4.1

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.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: coherence-reviewer
3
3
  description: "Reviews planning documents for internal consistency -- contradictions between sections, terminology drift, structural issues, and ambiguity where readers would diverge. Spawned by the document-review skill."
4
- model: haiku
4
+ model: inherit
5
5
  tools: Read, Grep, Glob, Bash
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: design-lens-reviewer
3
3
  description: "Reviews planning documents for missing design decisions -- information architecture, interaction states, user flows, and AI slop risk. Uses dimensional rating to identify gaps. Spawned by the document-review skill."
4
- model: sonnet
4
+ model: inherit
5
5
  tools: Read, Grep, Glob, Bash
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: scope-guardian-reviewer
3
3
  description: "Reviews planning documents for scope alignment and unjustified complexity -- challenges unnecessary abstractions, premature frameworks, and scope that exceeds stated goals. Spawned by the document-review skill."
4
- model: sonnet
4
+ model: inherit
5
5
  tools: Read, Grep, Glob, Bash
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: security-lens-reviewer
3
3
  description: "Evaluates planning documents for security gaps at the plan level -- auth/authz assumptions, data exposure risks, API surface vulnerabilities, and missing threat model elements. Spawned by the document-review skill."
4
- model: sonnet
4
+ model: inherit
5
5
  tools: Read, Grep, Glob, Bash
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: lint
3
3
  description: Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.
4
- model: anthropic/haiku
4
+ model: inherit
5
5
  color: yellow
6
6
  mode: subagent
7
7
  temperature: 0.1
@@ -16,4 +16,3 @@ Your workflow process:
16
16
  - For security: `bin/brakeman` for vulnerability scanning
17
17
  3. **Analyze Results**: Parse tool outputs to identify patterns and prioritize issues
18
18
  4. **Take Action**: Commit fixes with `style: linting`
19
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Structured engineering workflows for OpenCode",
5
5
  "type": "module",
6
6
  "homepage": "https://fro.bot/systematic",