@codyswann/lisa 2.16.5 → 2.16.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/README.md +28 -0
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- 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/README.md
CHANGED
|
@@ -121,3 +121,31 @@ You don't have to remember any of this. Tell Claude what you want and the right
|
|
|
121
121
|
> "Get test coverage to 90%."
|
|
122
122
|
|
|
123
123
|
> Ask Claude: "What commands are available?" for the full list at any time.
|
|
124
|
+
|
|
125
|
+
## Lisa LLM Wiki
|
|
126
|
+
|
|
127
|
+
Lisa keeps an in-repository LLM Wiki under `wiki/`. It is the durable markdown knowledge base for Lisa architecture, workflows, skills, commands, templates, quality gates, git history, and ingestion notes.
|
|
128
|
+
|
|
129
|
+
Start with:
|
|
130
|
+
|
|
131
|
+
- `wiki/start-here.md` for orientation.
|
|
132
|
+
- `wiki/index.md` for the maintained map.
|
|
133
|
+
- `wiki/documentation/` for canonical Lisa documentation moved from root docs/spec files.
|
|
134
|
+
- `wiki/projects/registry.md` for the monorepo registry.
|
|
135
|
+
- `wiki/log.md` for ingestion history.
|
|
136
|
+
- `wiki/sources/` for provenance.
|
|
137
|
+
|
|
138
|
+
Sample questions:
|
|
139
|
+
|
|
140
|
+
- What are Lisa's main architecture layers?
|
|
141
|
+
- How do rules, skills, hooks, commands, and CI quality gates work together?
|
|
142
|
+
- Which template strategies does Lisa use?
|
|
143
|
+
- What changed in recent merged PRs?
|
|
144
|
+
- What should a new contributor read first?
|
|
145
|
+
|
|
146
|
+
Useful ingestion requests:
|
|
147
|
+
|
|
148
|
+
- Ingest the latest repository commits and merged PRs.
|
|
149
|
+
- Ingest this design plan into the Lisa wiki.
|
|
150
|
+
- Ingest these meeting notes.
|
|
151
|
+
- Update the architecture overview from recent source changes.
|
package/package.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"lodash": ">=4.18.1"
|
|
80
80
|
},
|
|
81
81
|
"name": "@codyswann/lisa",
|
|
82
|
-
"version": "2.16.
|
|
82
|
+
"version": "2.16.6",
|
|
83
83
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
84
84
|
"main": "dist/index.js",
|
|
85
85
|
"exports": {
|