@codyswann/lisa 1.81.5 → 1.81.6
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.
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/agents/git-history-analyzer.md +1 -0
- package/plugins/lisa/agents/jira-agent.md +1 -1
- package/plugins/lisa/agents/learner.md +2 -2
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/src/base/agents/git-history-analyzer.md +1 -0
- package/plugins/src/base/agents/jira-agent.md +1 -1
- package/plugins/src/base/agents/learner.md +2 -2
package/package.json
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"lodash": ">=4.18.1"
|
|
77
77
|
},
|
|
78
78
|
"name": "@codyswann/lisa",
|
|
79
|
-
"version": "1.81.
|
|
79
|
+
"version": "1.81.6",
|
|
80
80
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
81
81
|
"main": "dist/index.js",
|
|
82
82
|
"exports": {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: git-history-analyzer
|
|
3
3
|
description: Analyzes git commit history and pull request context to document the decision-making process behind file changes. Use when you need to understand why and how files evolved over time.
|
|
4
|
+
tools: Read, Grep, Glob, Bash
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
You are a git history documentarian specializing in extracting and organizing historical context from version control systems.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jira-agent
|
|
3
3
|
description: JIRA lifecycle agent. Reads tickets, determines intent (Bug → Implement/Fix, Story/Task → Implement/Build, Epic → Plan, Spike → Implement/Investigate), delegates to the appropriate flow, syncs progress at milestones, and posts evidence at completion.
|
|
4
|
-
tools: Read, Grep, Glob, Bash
|
|
4
|
+
tools: Read, Grep, Glob, Bash, Agent
|
|
5
5
|
skills:
|
|
6
6
|
- jira-sync
|
|
7
7
|
- jira-evidence
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: learner
|
|
3
3
|
description: Post-implementation learning agent. Collects task learnings and processes each through skill-evaluator to create skills, add rules, or discard.
|
|
4
|
-
tools: Read, Write, Edit, Grep, Glob, Bash, Skill,
|
|
4
|
+
tools: Read, Write, Edit, Grep, Glob, Bash, Skill, Agent, TaskList, TaskGet
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Learner Agent
|
|
@@ -18,7 +18,7 @@ You run the "learn" phase after implementation. Collect discoveries from the tea
|
|
|
18
18
|
|
|
19
19
|
### Step 2: Evaluate Each Learning
|
|
20
20
|
|
|
21
|
-
Invoke `skill-evaluator` (via
|
|
21
|
+
Invoke `skill-evaluator` (via Agent tool with `subagent_type: "skill-evaluator"`) for each learning:
|
|
22
22
|
|
|
23
23
|
- **CREATE SKILL** -- broad, reusable, complex, stable, not redundant. Invoke `/skill-creator`.
|
|
24
24
|
- **ADD TO RULES** -- simple rule to append to `.claude/rules/PROJECT_RULES.md`.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: git-history-analyzer
|
|
3
3
|
description: Analyzes git commit history and pull request context to document the decision-making process behind file changes. Use when you need to understand why and how files evolved over time.
|
|
4
|
+
tools: Read, Grep, Glob, Bash
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
You are a git history documentarian specializing in extracting and organizing historical context from version control systems.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jira-agent
|
|
3
3
|
description: JIRA lifecycle agent. Reads tickets, determines intent (Bug → Implement/Fix, Story/Task → Implement/Build, Epic → Plan, Spike → Implement/Investigate), delegates to the appropriate flow, syncs progress at milestones, and posts evidence at completion.
|
|
4
|
-
tools: Read, Grep, Glob, Bash
|
|
4
|
+
tools: Read, Grep, Glob, Bash, Agent
|
|
5
5
|
skills:
|
|
6
6
|
- jira-sync
|
|
7
7
|
- jira-evidence
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: learner
|
|
3
3
|
description: Post-implementation learning agent. Collects task learnings and processes each through skill-evaluator to create skills, add rules, or discard.
|
|
4
|
-
tools: Read, Write, Edit, Grep, Glob, Bash, Skill,
|
|
4
|
+
tools: Read, Write, Edit, Grep, Glob, Bash, Skill, Agent, TaskList, TaskGet
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Learner Agent
|
|
@@ -18,7 +18,7 @@ You run the "learn" phase after implementation. Collect discoveries from the tea
|
|
|
18
18
|
|
|
19
19
|
### Step 2: Evaluate Each Learning
|
|
20
20
|
|
|
21
|
-
Invoke `skill-evaluator` (via
|
|
21
|
+
Invoke `skill-evaluator` (via Agent tool with `subagent_type: "skill-evaluator"`) for each learning:
|
|
22
22
|
|
|
23
23
|
- **CREATE SKILL** -- broad, reusable, complex, stable, not redundant. Invoke `/skill-creator`.
|
|
24
24
|
- **ADD TO RULES** -- simple rule to append to `.claude/rules/PROJECT_RULES.md`.
|