ragarciaruben 1.20.26 → 1.20.27

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,6 @@
1
1
  ---
2
2
  description: Implements planned phases — writes code, runs tests, and makes atomic commits following established conventions. Use me to execute a ready plan.
3
3
  mode: primary
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  tools:
6
5
  write: true
7
6
  edit: true
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: Plans implementation phases — reads requirements and codebase context to produce executable step-by-step plans. Use me before starting new work.
3
3
  mode: primary
4
- model: anthropic/claude-opus-4-20250514
5
4
  tools:
6
5
  write: true
7
6
  edit: true
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: Creates and refines Jira tickets from ideas, epics, or requirements — turns vague requests into well-structured specs. Use me to define WHAT to build.
3
3
  mode: subagent
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  tools:
6
5
  write: false
7
6
  edit: false
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  description: Verifies completed work against requirements — checks tests, inspects implementation, and produces a verification report. Use me after implementing a phase.
3
3
  mode: subagent
4
- model: anthropic/claude-sonnet-4-20250514
5
4
  tools:
6
5
  write: true
7
6
  edit: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ragarciaruben",
3
- "version": "1.20.26",
3
+ "version": "1.20.27",
4
4
  "description": "A context engineering and spec-driven development system for GitHub Copilot and OpenCode by TÂCHES.",
5
5
  "bin": {
6
6
  "get-shit-done-cc": "bin/install.js"