@codyswann/lisa 2.307.0 → 2.309.0

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.
Files changed (55) hide show
  1. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  2. package/dist/core/upstream-evidence-manifest.js +2 -1
  3. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  4. package/package.json +1 -1
  5. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  6. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  7. package/plugins/lisa-agy/plugin.json +1 -1
  8. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  9. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  10. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  11. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  12. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  13. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  14. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  15. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  16. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  17. package/plugins/lisa-expo-agy/plugin.json +1 -1
  18. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  19. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  20. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  21. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  22. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  23. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  24. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  25. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  26. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  27. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  28. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  29. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  30. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  31. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  32. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  33. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  34. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  35. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  36. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  37. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  38. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  39. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  41. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  42. package/plugins/lisa-rails-agy/plugin.json +1 -1
  43. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  44. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  46. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  47. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  48. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  51. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  52. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  53. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  55. package/ui/index.html +115 -5
package/ui/index.html CHANGED
@@ -5104,7 +5104,7 @@
5104
5104
  type: "intake",
5105
5105
  groups: [
5106
5106
  {
5107
- label: "The bottom line (AC7.4)",
5107
+ label: "The bottom line (AC7.4 · AC7.5)",
5108
5108
  note: "The one number the rest of this questionnaire exists to predict.",
5109
5109
  items: [
5110
5110
  {
@@ -5118,6 +5118,24 @@
5118
5118
  "We don't measure it",
5119
5119
  ],
5120
5120
  },
5121
+ {
5122
+ q: "Besides autonomy rate, do you measure whether the delivered work was any good?",
5123
+ help: "TASC AC7.5 — autonomy rate says how much shipped without a human, not whether it was worth shipping. A factory can post 95% autonomy while producing work the gates keep rejecting. Measure gate rejection, rework, escape to production, first-pass yield and cost per delivered item, with declared targets that only tighten.",
5124
+ kind: "select",
5125
+ options: [
5126
+ "Rejection, rework, escape, first-pass yield and cost — with targets",
5127
+ "Some of those, no declared targets",
5128
+ "Autonomy rate only",
5129
+ "Neither",
5130
+ ],
5131
+ via: [
5132
+ "Tracker analytics",
5133
+ "CI history",
5134
+ "Metric warehouse",
5135
+ "In-house dashboard",
5136
+ "None",
5137
+ ],
5138
+ },
5121
5139
  ],
5122
5140
  },
5123
5141
  {
@@ -5227,7 +5245,8 @@
5227
5245
  ],
5228
5246
  },
5229
5247
  {
5230
- label: "The agent's program (AC8.2–8.3 · AC4.5 · P10–P11)",
5248
+ label:
5249
+ "The agent's program (AC8.2–8.3 · AC8.7 · AC8.9 · AC4.5 · P10–P11)",
5231
5250
  note: "Prompts, skills and models are the factory's own source code and runtime. This group asks whether that layer is under change control — or improvised per run.",
5232
5251
  items: [
5233
5252
  {
@@ -5310,6 +5329,35 @@
5310
5329
  "Neither pinned",
5311
5330
  ],
5312
5331
  },
5332
+ {
5333
+ q: "Do you have your own task suite for judging agents — and can the agents see it?",
5334
+ help: "TASC AC8.7 — public leaderboards measure someone else's task mix, so qualification runs on tasks you own. That suite has to exist between changes, stay representative as the work drifts, and stay unreachable by the agents being judged: a suite in an instruction file, a skill, retrievable context or vendor feedback produces a score, not a measurement.",
5335
+ kind: "select",
5336
+ options: [
5337
+ "Maintained suite, representativeness reviewed, agents cannot reach it",
5338
+ "Maintained suite, contamination not controlled",
5339
+ "Assembled per change",
5340
+ "No suite — public benchmarks or judgement",
5341
+ ],
5342
+ via: [
5343
+ "In-house golden tasks",
5344
+ "promptfoo",
5345
+ "Braintrust",
5346
+ "Langfuse / LangSmith",
5347
+ "None",
5348
+ ],
5349
+ },
5350
+ {
5351
+ q: "When a new agent joins the roster, how does it earn trust?",
5352
+ help: "TASC AC8.9 — a new reviewer, sensor or worker is a system change. Run it in shadow first: output recorded and compared against the existing control but not acted on, then adversarially exercised with deliberately defective work to confirm it catches what it claims to catch. Trust must also be revocable — an agent whose measured performance degrades goes back to shadow.",
5353
+ kind: "select",
5354
+ options: [
5355
+ "Shadow for a declared duration or volume, compared against the existing control, adversarially exercised, trust revocable",
5356
+ "Shadow period, no declared duration or comparison basis",
5357
+ "Reviewed by a human for a while",
5358
+ "Switched on and trusted",
5359
+ ],
5360
+ },
5313
5361
  ],
5314
5362
  },
5315
5363
  {
@@ -5643,7 +5691,7 @@
5643
5691
  ],
5644
5692
  },
5645
5693
  {
5646
- label: "Agent attack surface (AC3 · §7)",
5694
+ label: "Agent attack surface (AC3 · AC3.6 · §7)",
5647
5695
  note: "The group above secures the code; this one secures the agent. Inbound, the risk is untrusted content steering it; outbound, exfiltration — which is governed by the egress lock and credential gateway you answered earlier.",
5648
5696
  items: [
5649
5697
  {
@@ -5758,6 +5806,28 @@
5758
5806
  "Unknown",
5759
5807
  ],
5760
5808
  },
5809
+ {
5810
+ q: "Can one agent get another to do what it is not allowed to do itself?",
5811
+ help: "TASC AC3.6 — draw the boundary around access and actions, not around instructions. An agent that cannot deploy but can ask a peer that can deploy has deploy authority. This is a documented failure: a constrained incident-response agent, unable to deploy by design, asked a peer over chat to push its fix, and only a human gate caught it. Enumerate reachable peers, evaluate effective authority, and make sure separation of duties survives delegation.",
5812
+ kind: "select",
5813
+ options: [
5814
+ "Peers enumerated, effective authority evaluated, requests recorded and attributable, duties hold against delegation",
5815
+ "Peers enumerated, but inter-agent requests are not recorded or attributable",
5816
+ "Agents coordinate freely on unaudited channels",
5817
+ "We have not considered agent-to-agent reach",
5818
+ ],
5819
+ },
5820
+ {
5821
+ q: "Does every threat in your model map to a control, and every control to a threat?",
5822
+ help: "TASC AC3.1 — an unmapped threat is an accepted risk that needs someone with standing to accept it; an unmapped control is unexplained cost. Without the mapping a threat model is a document rather than a design.",
5823
+ kind: "select",
5824
+ options: [
5825
+ "Mapped both ways, kept current",
5826
+ "Threats mapped to controls only",
5827
+ "Threat model exists, no mapping",
5828
+ "No threat model",
5829
+ ],
5830
+ },
5761
5831
  ],
5762
5832
  },
5763
5833
  {
@@ -5896,7 +5966,7 @@
5896
5966
  ],
5897
5967
  },
5898
5968
  {
5899
- label: "Review & merge (AC8.1 · AC5 · AC5.7)",
5969
+ label: "Review & merge (AC8.1 · AC5 · AC5.7 · AC8.8)",
5900
5970
  items: [
5901
5971
  {
5902
5972
  q: "What reviews every diff before merge?",
@@ -5982,6 +6052,16 @@
5982
6052
  "We assume the instructions are followed",
5983
6053
  ],
5984
6054
  },
6055
+ {
6056
+ q: "Is autonomy the same everywhere, or tiered by risk?",
6057
+ help: "TASC AC8.8 — organizations running agent-authored code at scale tier the codebase and decide per tier what agents may do unattended, with whole codebases kept under mandatory human approval. Uniform autonomy is a decision nobody made: a tier no one chose is a tier no one is accountable for.",
6058
+ kind: "select",
6059
+ options: [
6060
+ "Tiered, with the actions permitted unattended and the mandatory human controls declared per tier, enforced mechanically",
6061
+ "Tiered, but the per-tier permissions are convention rather than enforcement",
6062
+ "Uniform — same autonomy everywhere",
6063
+ ],
6064
+ },
5985
6065
  ],
5986
6066
  },
5987
6067
  {
@@ -6127,7 +6207,7 @@
6127
6207
  ],
6128
6208
  },
6129
6209
  {
6130
- label: "Observe (AC4.1 · AC4.3–AC4.8)",
6210
+ label: "Observe (AC4.1 · AC4.3–AC4.9)",
6131
6211
  items: [
6132
6212
  {
6133
6213
  q: "What captures production errors?",
@@ -6231,6 +6311,24 @@
6231
6311
  "None",
6232
6312
  ],
6233
6313
  },
6314
+ {
6315
+ q: "Would you notice if your agents got worse without you changing anything?",
6316
+ help: "TASC AC4.9 — qualification fires on your changes; capability also moves when you change nothing. A vendor reroutes a pinned alias, instruction surfaces accrete, tool behavior shifts. Sample the suite on a cadence against a recorded baseline, and be able to say whether a decline came from the vendor or from your own accumulated change.",
6317
+ kind: "select",
6318
+ options: [
6319
+ "Suite sampled on a cadence against a recorded baseline",
6320
+ "Occasional spot checks",
6321
+ "We would find out from incidents",
6322
+ "No",
6323
+ ],
6324
+ via: [
6325
+ "Scheduled eval runs",
6326
+ "Canary work items",
6327
+ "Metric dashboards",
6328
+ "In-house",
6329
+ "None",
6330
+ ],
6331
+ },
6234
6332
  ],
6235
6333
  },
6236
6334
  {
@@ -6494,6 +6592,18 @@
6494
6592
  "The agent records its own accepted risk",
6495
6593
  ],
6496
6594
  },
6595
+ {
6596
+ q: "Does anyone re-examine a sample of the approvals your agents make?",
6597
+ help: "TASC AC1.9 — logging an automated approval proves it happened, not that it was sound. Re-examine a risk-weighted sample independently, at a declared rate per tier, and feed what you find back into the approving mechanism's false-positive rate rather than just fixing the instance.",
6598
+ kind: "select",
6599
+ options: [
6600
+ "Each approval records its signals and reasoning; a risk-weighted sample is re-examined independently at a declared per-tier rate, findings fed back",
6601
+ "Sample re-examined, but the rate is not declared per tier",
6602
+ "Occasional spot checks",
6603
+ "Approvals are logged but never re-examined",
6604
+ "Approvals are not logged with their reasoning",
6605
+ ],
6606
+ },
6497
6607
  ],
6498
6608
  },
6499
6609
  ],