@codyswann/lisa 2.204.0 → 2.204.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.
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-parity-skill-creator/SKILL.md +8 -6
- package/plugins/lisa/skills/lisa-parity-skill-creator/SKILL.md +8 -6
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-parity-skill-creator/SKILL.md +8 -6
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/skills/lisa-parity-skill-creator/SKILL.md +8 -6
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/skills/lisa-parity-skill-creator/SKILL.md +8 -6
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/src/base/skills/lisa-parity-skill-creator/SKILL.md +8 -6
- package/scripts/generate-agy-plugin-artifacts.mjs +7 -0
- package/scripts/generate-copilot-plugin-artifacts.mjs +6 -0
- package/scripts/generate-cursor-plugin-artifacts.mjs +6 -0
- package/scripts/lib/nest-plugin-commands.mjs +32 -0
- package/scripts/migrate-skill-command-namespace.mjs +0 -141
- package/scripts/update-test-command-paths.mjs +0 -87
- /package/plugins/lisa/commands/{lisa/agent-ready.md → agent-ready.md} +0 -0
- /package/plugins/lisa/commands/{lisa/analyze-claude-remote.md → analyze-claude-remote.md} +0 -0
- /package/plugins/lisa/commands/{lisa/automation-status.md → automation-status.md} +0 -0
- /package/plugins/lisa/commands/{lisa/codify-verification.md → codify-verification.md} +0 -0
- /package/plugins/lisa/commands/{lisa/cross-pollinate.md → cross-pollinate.md} +0 -0
- /package/plugins/lisa/commands/{lisa/debrief → debrief}/apply.md +0 -0
- /package/plugins/lisa/commands/{lisa/debrief.md → debrief.md} +0 -0
- /package/plugins/lisa/commands/{lisa/doctor.md → doctor.md} +0 -0
- /package/plugins/lisa/commands/{lisa/exploratory-qa.md → exploratory-qa.md} +0 -0
- /package/plugins/lisa/commands/{lisa/fix → fix}/linter-error.md +0 -0
- /package/plugins/lisa/commands/{lisa/generate-claude-remote-build-script.md → generate-claude-remote-build-script.md} +0 -0
- /package/plugins/lisa/commands/{lisa/git → git}/commit.md +0 -0
- /package/plugins/lisa/commands/{lisa/git → git}/prune.md +0 -0
- /package/plugins/lisa/commands/{lisa/git → git}/submit-pr.md +0 -0
- /package/plugins/lisa/commands/{lisa/implement.md → implement.md} +0 -0
- /package/plugins/lisa/commands/{lisa/improve → improve}/code-complexity.md +0 -0
- /package/plugins/lisa/commands/{lisa/improve → improve}/max-lines-per-function.md +0 -0
- /package/plugins/lisa/commands/{lisa/improve → improve}/max-lines.md +0 -0
- /package/plugins/lisa/commands/{lisa/improve → improve}/test-coverage.md +0 -0
- /package/plugins/lisa/commands/{lisa/improve → improve}/tests.md +0 -0
- /package/plugins/lisa/commands/{lisa/intake-explain.md → intake-explain.md} +0 -0
- /package/plugins/lisa/commands/{lisa/intake.md → intake.md} +0 -0
- /package/plugins/lisa/commands/{lisa/monitor.md → monitor.md} +0 -0
- /package/plugins/lisa/commands/{lisa/parity-code-review.md → parity-code-review.md} +0 -0
- /package/plugins/lisa/commands/{lisa/parity-code-simplifier.md → parity-code-simplifier.md} +0 -0
- /package/plugins/lisa/commands/{lisa/parity-coderabbit.md → parity-coderabbit.md} +0 -0
- /package/plugins/lisa/commands/{lisa/parity-safety-net-rules.md → parity-safety-net-rules.md} +0 -0
- /package/plugins/lisa/commands/{lisa/parity-sentry-sdk-setup.md → parity-sentry-sdk-setup.md} +0 -0
- /package/plugins/lisa/commands/{lisa/parity-sentry-seer.md → parity-sentry-seer.md} +0 -0
- /package/plugins/lisa/commands/{lisa/parity-skill-creator.md → parity-skill-creator.md} +0 -0
- /package/plugins/lisa/commands/{lisa/plan.md → plan.md} +0 -0
- /package/plugins/lisa/commands/{lisa/plugin-sync-explain.md → plugin-sync-explain.md} +0 -0
- /package/plugins/lisa/commands/{lisa/product-walkthrough.md → product-walkthrough.md} +0 -0
- /package/plugins/lisa/commands/{lisa/project-ideation.md → project-ideation.md} +0 -0
- /package/plugins/lisa/commands/{lisa/pull-request → pull-request}/review.md +0 -0
- /package/plugins/lisa/commands/{lisa/queue-status.md → queue-status.md} +0 -0
- /package/plugins/lisa/commands/{lisa/repair-intake.md → repair-intake.md} +0 -0
- /package/plugins/lisa/commands/{lisa/research.md → research.md} +0 -0
- /package/plugins/lisa/commands/{lisa/review → review}/local.md +0 -0
- /package/plugins/lisa/commands/{lisa/security → security}/zap-scan.md +0 -0
- /package/plugins/lisa/commands/{lisa/setup → setup}/atlassian.md +0 -0
- /package/plugins/lisa/commands/{lisa/setup → setup}/confluence.md +0 -0
- /package/plugins/lisa/commands/{lisa/setup → setup}/github-repo.md +0 -0
- /package/plugins/lisa/commands/{lisa/setup → setup}/github.md +0 -0
- /package/plugins/lisa/commands/{lisa/setup → setup}/jira.md +0 -0
- /package/plugins/lisa/commands/{lisa/setup → setup}/linear.md +0 -0
- /package/plugins/lisa/commands/{lisa/setup → setup}/notion.md +0 -0
- /package/plugins/lisa/commands/{lisa/setup-automations.md → setup-automations.md} +0 -0
- /package/plugins/lisa/commands/{lisa/sync-down.md → sync-down.md} +0 -0
- /package/plugins/lisa/commands/{lisa/tear-down-automations.md → tear-down-automations.md} +0 -0
- /package/plugins/lisa/commands/{lisa/validate-tracker-mapping.md → validate-tracker-mapping.md} +0 -0
- /package/plugins/lisa/commands/{lisa/verify-prd.md → verify-prd.md} +0 -0
- /package/plugins/lisa/commands/{lisa/verify.md → verify.md} +0 -0
- /package/plugins/lisa/commands/{lisa/wiki → wiki}/install.md +0 -0
- /package/plugins/lisa-expo-agy/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-expo-copilot/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-expo-cursor/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-harper-fabric-agy/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-harper-fabric-copilot/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-harper-fabric-cursor/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-openclaw-agy/commands/{connect-repo-topic.md → lisa/connect-repo-topic.md} +0 -0
- /package/plugins/lisa-openclaw-agy/commands/{connect-staff-slack.md → lisa/connect-staff-slack.md} +0 -0
- /package/plugins/lisa-openclaw-agy/commands/{connect-staff-telegram.md → lisa/connect-staff-telegram.md} +0 -0
- /package/plugins/lisa-openclaw-agy/commands/{setup-openclaw.md → lisa/setup-openclaw.md} +0 -0
- /package/plugins/lisa-openclaw-copilot/commands/{connect-repo-topic.md → lisa/connect-repo-topic.md} +0 -0
- /package/plugins/lisa-openclaw-copilot/commands/{connect-staff-slack.md → lisa/connect-staff-slack.md} +0 -0
- /package/plugins/lisa-openclaw-copilot/commands/{connect-staff-telegram.md → lisa/connect-staff-telegram.md} +0 -0
- /package/plugins/lisa-openclaw-copilot/commands/{setup-openclaw.md → lisa/setup-openclaw.md} +0 -0
- /package/plugins/lisa-openclaw-cursor/commands/{connect-repo-topic.md → lisa/connect-repo-topic.md} +0 -0
- /package/plugins/lisa-openclaw-cursor/commands/{connect-staff-slack.md → lisa/connect-staff-slack.md} +0 -0
- /package/plugins/lisa-openclaw-cursor/commands/{connect-staff-telegram.md → lisa/connect-staff-telegram.md} +0 -0
- /package/plugins/lisa-openclaw-cursor/commands/{setup-openclaw.md → lisa/setup-openclaw.md} +0 -0
- /package/plugins/lisa-rails-agy/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-rails-agy/commands/{fix → lisa/fix}/linter-error.md +0 -0
- /package/plugins/lisa-rails-agy/commands/{improve → lisa/improve}/code-complexity.md +0 -0
- /package/plugins/lisa-rails-agy/commands/{improve → lisa/improve}/max-lines-per-function.md +0 -0
- /package/plugins/lisa-rails-agy/commands/{improve → lisa/improve}/max-lines.md +0 -0
- /package/plugins/lisa-rails-agy/commands/{improve → lisa/improve}/test-coverage.md +0 -0
- /package/plugins/lisa-rails-copilot/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-rails-copilot/commands/{fix → lisa/fix}/linter-error.md +0 -0
- /package/plugins/lisa-rails-copilot/commands/{improve → lisa/improve}/code-complexity.md +0 -0
- /package/plugins/lisa-rails-copilot/commands/{improve → lisa/improve}/max-lines-per-function.md +0 -0
- /package/plugins/lisa-rails-copilot/commands/{improve → lisa/improve}/max-lines.md +0 -0
- /package/plugins/lisa-rails-copilot/commands/{improve → lisa/improve}/test-coverage.md +0 -0
- /package/plugins/lisa-rails-cursor/commands/{e2e-coverage-gaps.md → lisa/e2e-coverage-gaps.md} +0 -0
- /package/plugins/lisa-rails-cursor/commands/{fix → lisa/fix}/linter-error.md +0 -0
- /package/plugins/lisa-rails-cursor/commands/{improve → lisa/improve}/code-complexity.md +0 -0
- /package/plugins/lisa-rails-cursor/commands/{improve → lisa/improve}/max-lines-per-function.md +0 -0
- /package/plugins/lisa-rails-cursor/commands/{improve → lisa/improve}/max-lines.md +0 -0
- /package/plugins/lisa-rails-cursor/commands/{improve → lisa/improve}/test-coverage.md +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/add-ingest.md → add-ingest.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/add-role.md → add-role.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/doctor.md → doctor.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/ingest.md → ingest.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/lint.md → lint.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/migrate.md → migrate.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/onboard-me.md → onboard-me.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/query.md → query.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/setup-automations.md → setup-automations.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/setup.md → setup.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/status.md → status.md} +0 -0
- /package/plugins/lisa-wiki/commands/{lisa/tear-down-automations.md → tear-down-automations.md} +0 -0
- /package/plugins/lisa-wiki-agy/commands/{setup → lisa/setup}/wiki.md +0 -0
- /package/plugins/lisa-wiki-copilot/commands/{setup → lisa/setup}/wiki.md +0 -0
- /package/plugins/lisa-wiki-cursor/commands/{setup → lisa/setup}/wiki.md +0 -0
- /package/plugins/src/base/commands/{lisa/agent-ready.md → agent-ready.md} +0 -0
- /package/plugins/src/base/commands/{lisa/analyze-claude-remote.md → analyze-claude-remote.md} +0 -0
- /package/plugins/src/base/commands/{lisa/automation-status.md → automation-status.md} +0 -0
- /package/plugins/src/base/commands/{lisa/codify-verification.md → codify-verification.md} +0 -0
- /package/plugins/src/base/commands/{lisa/cross-pollinate.md → cross-pollinate.md} +0 -0
- /package/plugins/src/base/commands/{lisa/debrief → debrief}/apply.md +0 -0
- /package/plugins/src/base/commands/{lisa/debrief.md → debrief.md} +0 -0
- /package/plugins/src/base/commands/{lisa/doctor.md → doctor.md} +0 -0
- /package/plugins/src/base/commands/{lisa/exploratory-qa.md → exploratory-qa.md} +0 -0
- /package/plugins/src/base/commands/{lisa/fix → fix}/linter-error.md +0 -0
- /package/plugins/src/base/commands/{lisa/generate-claude-remote-build-script.md → generate-claude-remote-build-script.md} +0 -0
- /package/plugins/src/base/commands/{lisa/git → git}/commit.md +0 -0
- /package/plugins/src/base/commands/{lisa/git → git}/prune.md +0 -0
- /package/plugins/src/base/commands/{lisa/git → git}/submit-pr.md +0 -0
- /package/plugins/src/base/commands/{lisa/implement.md → implement.md} +0 -0
- /package/plugins/src/base/commands/{lisa/improve → improve}/code-complexity.md +0 -0
- /package/plugins/src/base/commands/{lisa/improve → improve}/max-lines-per-function.md +0 -0
- /package/plugins/src/base/commands/{lisa/improve → improve}/max-lines.md +0 -0
- /package/plugins/src/base/commands/{lisa/improve → improve}/test-coverage.md +0 -0
- /package/plugins/src/base/commands/{lisa/improve → improve}/tests.md +0 -0
- /package/plugins/src/base/commands/{lisa/intake-explain.md → intake-explain.md} +0 -0
- /package/plugins/src/base/commands/{lisa/intake.md → intake.md} +0 -0
- /package/plugins/src/base/commands/{lisa/monitor.md → monitor.md} +0 -0
- /package/plugins/src/base/commands/{lisa/parity-code-review.md → parity-code-review.md} +0 -0
- /package/plugins/src/base/commands/{lisa/parity-code-simplifier.md → parity-code-simplifier.md} +0 -0
- /package/plugins/src/base/commands/{lisa/parity-coderabbit.md → parity-coderabbit.md} +0 -0
- /package/plugins/src/base/commands/{lisa/parity-safety-net-rules.md → parity-safety-net-rules.md} +0 -0
- /package/plugins/src/base/commands/{lisa/parity-sentry-sdk-setup.md → parity-sentry-sdk-setup.md} +0 -0
- /package/plugins/src/base/commands/{lisa/parity-sentry-seer.md → parity-sentry-seer.md} +0 -0
- /package/plugins/src/base/commands/{lisa/parity-skill-creator.md → parity-skill-creator.md} +0 -0
- /package/plugins/src/base/commands/{lisa/plan.md → plan.md} +0 -0
- /package/plugins/src/base/commands/{lisa/plugin-sync-explain.md → plugin-sync-explain.md} +0 -0
- /package/plugins/src/base/commands/{lisa/product-walkthrough.md → product-walkthrough.md} +0 -0
- /package/plugins/src/base/commands/{lisa/project-ideation.md → project-ideation.md} +0 -0
- /package/plugins/src/base/commands/{lisa/pull-request → pull-request}/review.md +0 -0
- /package/plugins/src/base/commands/{lisa/queue-status.md → queue-status.md} +0 -0
- /package/plugins/src/base/commands/{lisa/repair-intake.md → repair-intake.md} +0 -0
- /package/plugins/src/base/commands/{lisa/research.md → research.md} +0 -0
- /package/plugins/src/base/commands/{lisa/review → review}/local.md +0 -0
- /package/plugins/src/base/commands/{lisa/security → security}/zap-scan.md +0 -0
- /package/plugins/src/base/commands/{lisa/setup → setup}/atlassian.md +0 -0
- /package/plugins/src/base/commands/{lisa/setup → setup}/confluence.md +0 -0
- /package/plugins/src/base/commands/{lisa/setup → setup}/github-repo.md +0 -0
- /package/plugins/src/base/commands/{lisa/setup → setup}/github.md +0 -0
- /package/plugins/src/base/commands/{lisa/setup → setup}/jira.md +0 -0
- /package/plugins/src/base/commands/{lisa/setup → setup}/linear.md +0 -0
- /package/plugins/src/base/commands/{lisa/setup → setup}/notion.md +0 -0
- /package/plugins/src/base/commands/{lisa/setup-automations.md → setup-automations.md} +0 -0
- /package/plugins/src/base/commands/{lisa/sync-down.md → sync-down.md} +0 -0
- /package/plugins/src/base/commands/{lisa/tear-down-automations.md → tear-down-automations.md} +0 -0
- /package/plugins/src/base/commands/{lisa/validate-tracker-mapping.md → validate-tracker-mapping.md} +0 -0
- /package/plugins/src/base/commands/{lisa/verify-prd.md → verify-prd.md} +0 -0
- /package/plugins/src/base/commands/{lisa/verify.md → verify.md} +0 -0
- /package/plugins/src/base/commands/{lisa/wiki → wiki}/install.md +0 -0
- /package/plugins/src/wiki/commands/{lisa/add-ingest.md → add-ingest.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/add-role.md → add-role.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/doctor.md → doctor.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/ingest.md → ingest.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/lint.md → lint.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/migrate.md → migrate.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/onboard-me.md → onboard-me.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/query.md → query.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/setup-automations.md → setup-automations.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/setup.md → setup.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/status.md → status.md} +0 -0
- /package/plugins/src/wiki/commands/{lisa/tear-down-automations.md → tear-down-automations.md} +0 -0
package/package.json
CHANGED
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"ws": ">=8.20.1"
|
|
96
96
|
},
|
|
97
97
|
"name": "@codyswann/lisa",
|
|
98
|
-
"version": "2.204.
|
|
98
|
+
"version": "2.204.1",
|
|
99
99
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
100
100
|
"main": "dist/index.js",
|
|
101
101
|
"exports": {
|
|
@@ -58,9 +58,11 @@ first:
|
|
|
58
58
|
`name`: `lisa-implement`, `lisa-git-commit`, `lisa-tracker-write`. No spaces,
|
|
59
59
|
no camelCase, no underscores.
|
|
60
60
|
- The directory name and the frontmatter `name` must match exactly.
|
|
61
|
-
- Commands live under `commands
|
|
62
|
-
`commands/
|
|
63
|
-
`commands/
|
|
61
|
+
- Commands live flat under `commands/` — Claude Code prefixes plugin commands
|
|
62
|
+
with the plugin name, so `commands/git/commit.md` → `/lisa:git:commit` and
|
|
63
|
+
`commands/implement.md` → `/lisa:implement`. (Per-agent variant generators
|
|
64
|
+
nest them under `commands/lisa/` for harnesses without plugin-name
|
|
65
|
+
namespacing; never author that nesting in source.)
|
|
64
66
|
- **Commands** surface as `/lisa:*` (colon). **Skills** surface as `/lisa-*`
|
|
65
67
|
(hyphen). Never share a bare name like `implement` across both surfaces.
|
|
66
68
|
|
|
@@ -112,15 +114,15 @@ carries the actual logic. Keep the two descriptions consistent.
|
|
|
112
114
|
1. **Decide placement** — downstream (`plugins/src/base`) vs. Lisa-only
|
|
113
115
|
(`.claude`). For base, both a skill and a command directory entry are needed.
|
|
114
116
|
2. **Pick the name** — `lisa-<slug>`, hyphenated, unique. Check it does not collide:
|
|
115
|
-
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands
|
|
117
|
+
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands/`.
|
|
116
118
|
3. **Create the skill** at
|
|
117
119
|
`plugins/src/base/skills/lisa-<name>/SKILL.md` with the frontmatter above and a
|
|
118
120
|
body that follows house style — see `plugins/src/base/skills/lisa-quality-review/SKILL.md`
|
|
119
121
|
for the canonical shape (title, "When to use", numbered checklist/steps,
|
|
120
122
|
explicit "Rules"/"Output" sections). Write real, actionable guidance, not
|
|
121
123
|
TODOs.
|
|
122
|
-
4. **Create the command** at `plugins/src/base/commands
|
|
123
|
-
`commands
|
|
124
|
+
4. **Create the command** at `plugins/src/base/commands/<name>.md` (or a nested
|
|
125
|
+
`commands/<namespace>/<name>.md` for a colon-namespaced command) using the
|
|
124
126
|
pass-through template.
|
|
125
127
|
5. **Rebuild the artifacts** so the generated plugins match source:
|
|
126
128
|
```bash
|
|
@@ -58,9 +58,11 @@ first:
|
|
|
58
58
|
`name`: `lisa-implement`, `lisa-git-commit`, `lisa-tracker-write`. No spaces,
|
|
59
59
|
no camelCase, no underscores.
|
|
60
60
|
- The directory name and the frontmatter `name` must match exactly.
|
|
61
|
-
- Commands live under `commands
|
|
62
|
-
`commands/
|
|
63
|
-
`commands/
|
|
61
|
+
- Commands live flat under `commands/` — Claude Code prefixes plugin commands
|
|
62
|
+
with the plugin name, so `commands/git/commit.md` → `/lisa:git:commit` and
|
|
63
|
+
`commands/implement.md` → `/lisa:implement`. (Per-agent variant generators
|
|
64
|
+
nest them under `commands/lisa/` for harnesses without plugin-name
|
|
65
|
+
namespacing; never author that nesting in source.)
|
|
64
66
|
- **Commands** surface as `/lisa:*` (colon). **Skills** surface as `/lisa-*`
|
|
65
67
|
(hyphen). Never share a bare name like `implement` across both surfaces.
|
|
66
68
|
|
|
@@ -112,15 +114,15 @@ carries the actual logic. Keep the two descriptions consistent.
|
|
|
112
114
|
1. **Decide placement** — downstream (`plugins/src/base`) vs. Lisa-only
|
|
113
115
|
(`.claude`). For base, both a skill and a command directory entry are needed.
|
|
114
116
|
2. **Pick the name** — `lisa-<slug>`, hyphenated, unique. Check it does not collide:
|
|
115
|
-
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands
|
|
117
|
+
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands/`.
|
|
116
118
|
3. **Create the skill** at
|
|
117
119
|
`plugins/src/base/skills/lisa-<name>/SKILL.md` with the frontmatter above and a
|
|
118
120
|
body that follows house style — see `plugins/src/base/skills/lisa-quality-review/SKILL.md`
|
|
119
121
|
for the canonical shape (title, "When to use", numbered checklist/steps,
|
|
120
122
|
explicit "Rules"/"Output" sections). Write real, actionable guidance, not
|
|
121
123
|
TODOs.
|
|
122
|
-
4. **Create the command** at `plugins/src/base/commands
|
|
123
|
-
`commands
|
|
124
|
+
4. **Create the command** at `plugins/src/base/commands/<name>.md` (or a nested
|
|
125
|
+
`commands/<namespace>/<name>.md` for a colon-namespaced command) using the
|
|
124
126
|
pass-through template.
|
|
125
127
|
5. **Rebuild the artifacts** so the generated plugins match source:
|
|
126
128
|
```bash
|
|
@@ -58,9 +58,11 @@ first:
|
|
|
58
58
|
`name`: `lisa-implement`, `lisa-git-commit`, `lisa-tracker-write`. No spaces,
|
|
59
59
|
no camelCase, no underscores.
|
|
60
60
|
- The directory name and the frontmatter `name` must match exactly.
|
|
61
|
-
- Commands live under `commands
|
|
62
|
-
`commands/
|
|
63
|
-
`commands/
|
|
61
|
+
- Commands live flat under `commands/` — Claude Code prefixes plugin commands
|
|
62
|
+
with the plugin name, so `commands/git/commit.md` → `/lisa:git:commit` and
|
|
63
|
+
`commands/implement.md` → `/lisa:implement`. (Per-agent variant generators
|
|
64
|
+
nest them under `commands/lisa/` for harnesses without plugin-name
|
|
65
|
+
namespacing; never author that nesting in source.)
|
|
64
66
|
- **Commands** surface as `/lisa:*` (colon). **Skills** surface as `/lisa-*`
|
|
65
67
|
(hyphen). Never share a bare name like `implement` across both surfaces.
|
|
66
68
|
|
|
@@ -112,15 +114,15 @@ carries the actual logic. Keep the two descriptions consistent.
|
|
|
112
114
|
1. **Decide placement** — downstream (`plugins/src/base`) vs. Lisa-only
|
|
113
115
|
(`.claude`). For base, both a skill and a command directory entry are needed.
|
|
114
116
|
2. **Pick the name** — `lisa-<slug>`, hyphenated, unique. Check it does not collide:
|
|
115
|
-
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands
|
|
117
|
+
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands/`.
|
|
116
118
|
3. **Create the skill** at
|
|
117
119
|
`plugins/src/base/skills/lisa-<name>/SKILL.md` with the frontmatter above and a
|
|
118
120
|
body that follows house style — see `plugins/src/base/skills/lisa-quality-review/SKILL.md`
|
|
119
121
|
for the canonical shape (title, "When to use", numbered checklist/steps,
|
|
120
122
|
explicit "Rules"/"Output" sections). Write real, actionable guidance, not
|
|
121
123
|
TODOs.
|
|
122
|
-
4. **Create the command** at `plugins/src/base/commands
|
|
123
|
-
`commands
|
|
124
|
+
4. **Create the command** at `plugins/src/base/commands/<name>.md` (or a nested
|
|
125
|
+
`commands/<namespace>/<name>.md` for a colon-namespaced command) using the
|
|
124
126
|
pass-through template.
|
|
125
127
|
5. **Rebuild the artifacts** so the generated plugins match source:
|
|
126
128
|
```bash
|
|
@@ -58,9 +58,11 @@ first:
|
|
|
58
58
|
`name`: `lisa-implement`, `lisa-git-commit`, `lisa-tracker-write`. No spaces,
|
|
59
59
|
no camelCase, no underscores.
|
|
60
60
|
- The directory name and the frontmatter `name` must match exactly.
|
|
61
|
-
- Commands live under `commands
|
|
62
|
-
`commands/
|
|
63
|
-
`commands/
|
|
61
|
+
- Commands live flat under `commands/` — Claude Code prefixes plugin commands
|
|
62
|
+
with the plugin name, so `commands/git/commit.md` → `/lisa:git:commit` and
|
|
63
|
+
`commands/implement.md` → `/lisa:implement`. (Per-agent variant generators
|
|
64
|
+
nest them under `commands/lisa/` for harnesses without plugin-name
|
|
65
|
+
namespacing; never author that nesting in source.)
|
|
64
66
|
- **Commands** surface as `/lisa:*` (colon). **Skills** surface as `/lisa-*`
|
|
65
67
|
(hyphen). Never share a bare name like `implement` across both surfaces.
|
|
66
68
|
|
|
@@ -112,15 +114,15 @@ carries the actual logic. Keep the two descriptions consistent.
|
|
|
112
114
|
1. **Decide placement** — downstream (`plugins/src/base`) vs. Lisa-only
|
|
113
115
|
(`.claude`). For base, both a skill and a command directory entry are needed.
|
|
114
116
|
2. **Pick the name** — `lisa-<slug>`, hyphenated, unique. Check it does not collide:
|
|
115
|
-
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands
|
|
117
|
+
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands/`.
|
|
116
118
|
3. **Create the skill** at
|
|
117
119
|
`plugins/src/base/skills/lisa-<name>/SKILL.md` with the frontmatter above and a
|
|
118
120
|
body that follows house style — see `plugins/src/base/skills/lisa-quality-review/SKILL.md`
|
|
119
121
|
for the canonical shape (title, "When to use", numbered checklist/steps,
|
|
120
122
|
explicit "Rules"/"Output" sections). Write real, actionable guidance, not
|
|
121
123
|
TODOs.
|
|
122
|
-
4. **Create the command** at `plugins/src/base/commands
|
|
123
|
-
`commands
|
|
124
|
+
4. **Create the command** at `plugins/src/base/commands/<name>.md` (or a nested
|
|
125
|
+
`commands/<namespace>/<name>.md` for a colon-namespaced command) using the
|
|
124
126
|
pass-through template.
|
|
125
127
|
5. **Rebuild the artifacts** so the generated plugins match source:
|
|
126
128
|
```bash
|
|
@@ -58,9 +58,11 @@ first:
|
|
|
58
58
|
`name`: `lisa-implement`, `lisa-git-commit`, `lisa-tracker-write`. No spaces,
|
|
59
59
|
no camelCase, no underscores.
|
|
60
60
|
- The directory name and the frontmatter `name` must match exactly.
|
|
61
|
-
- Commands live under `commands
|
|
62
|
-
`commands/
|
|
63
|
-
`commands/
|
|
61
|
+
- Commands live flat under `commands/` — Claude Code prefixes plugin commands
|
|
62
|
+
with the plugin name, so `commands/git/commit.md` → `/lisa:git:commit` and
|
|
63
|
+
`commands/implement.md` → `/lisa:implement`. (Per-agent variant generators
|
|
64
|
+
nest them under `commands/lisa/` for harnesses without plugin-name
|
|
65
|
+
namespacing; never author that nesting in source.)
|
|
64
66
|
- **Commands** surface as `/lisa:*` (colon). **Skills** surface as `/lisa-*`
|
|
65
67
|
(hyphen). Never share a bare name like `implement` across both surfaces.
|
|
66
68
|
|
|
@@ -112,15 +114,15 @@ carries the actual logic. Keep the two descriptions consistent.
|
|
|
112
114
|
1. **Decide placement** — downstream (`plugins/src/base`) vs. Lisa-only
|
|
113
115
|
(`.claude`). For base, both a skill and a command directory entry are needed.
|
|
114
116
|
2. **Pick the name** — `lisa-<slug>`, hyphenated, unique. Check it does not collide:
|
|
115
|
-
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands
|
|
117
|
+
`ls plugins/src/base/skills/` and `ls plugins/src/base/commands/`.
|
|
116
118
|
3. **Create the skill** at
|
|
117
119
|
`plugins/src/base/skills/lisa-<name>/SKILL.md` with the frontmatter above and a
|
|
118
120
|
body that follows house style — see `plugins/src/base/skills/lisa-quality-review/SKILL.md`
|
|
119
121
|
for the canonical shape (title, "When to use", numbered checklist/steps,
|
|
120
122
|
explicit "Rules"/"Output" sections). Write real, actionable guidance, not
|
|
121
123
|
TODOs.
|
|
122
|
-
4. **Create the command** at `plugins/src/base/commands
|
|
123
|
-
`commands
|
|
124
|
+
4. **Create the command** at `plugins/src/base/commands/<name>.md` (or a nested
|
|
125
|
+
`commands/<namespace>/<name>.md` for a colon-namespaced command) using the
|
|
124
126
|
pass-through template.
|
|
125
127
|
5. **Rebuild the artifacts** so the generated plugins match source:
|
|
126
128
|
```bash
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.204.
|
|
3
|
+
"version": "2.204.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.204.
|
|
3
|
+
"version": "2.204.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, across Claude and Codex.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.204.
|
|
3
|
+
"version": "2.204.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.204.
|
|
3
|
+
"version": "2.204.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.204.
|
|
3
|
+
"version": "2.204.1",
|
|
4
4
|
"description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Cody Swann"
|