Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
},
"metadata": {
"description": "Agentic engineering skills codifying patterns and best practices including TDD, harness engineering, refactoring, architecture patterns, and AI development workflows",
"version": "2.1.0"
"version": "2.1.1"
},
"plugins": [
{
"name": "praxis",
"source": "./plugins/praxis",
"description": "Agentic engineering skills codifying patterns and best practices including TDD, refactoring, architecture patterns, diagramming, scaffolding, and AI development workflows.",
"version": "2.1.0",
"version": "2.1.1",
"author": {
"name": "Eric Olson"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/praxis/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "praxis",
"version": "2.1.0",
"version": "2.1.1",
"description": "Agentic engineering skills for software development patterns and best practices including TDD, harness engineering, refactoring, architecture patterns, and AI development workflows.",
"author": {
"name": "Eric Olson"
Expand Down
2 changes: 1 addition & 1 deletion plugins/praxis/skills/implement/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ After all tasks in the epic are done:
2. Verify all acceptance criteria from the epic are met
3. Report the agent execution summary (tasks closed, remediations)

Check plannotator availability: `Bash: plannotator --version`
Check plannotator availability: `Bash: plannotator --help`

**If available:** Run `plannotator review` via Bash to open the full git diff in the browser code review UI. Wait for the result:
- **"LGTM" returned:** Proceed to the next-steps prompt.
Expand Down
2 changes: 1 addition & 1 deletion plugins/praxis/skills/plan-tasks/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ For content or configuration projects with no application code, use flat `[no-te

### 4. Present Plan for Review

Check plannotator availability: `Bash: plannotator --version`
Check plannotator availability: `Bash: plannotator --help`

**If available:** Run `plannotator annotate .light/sessions/{topic}-plan.md` via Bash. Iterate on non-empty annotation feedback. Empty annotations = approved.

Expand Down
2 changes: 1 addition & 1 deletion plugins/praxis/skills/research/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Use the [research artifact template](references/template.md). Target ~200 lines.

Check if plannotator is available:
```
Bash: plannotator --version
Bash: plannotator --help
```

**If plannotator is available:**
Expand Down