@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 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.5",
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": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"