@codyswann/lisa 2.305.5 → 2.307.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.
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +2 -1
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- 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-agy/plugin.json +1 -1
- 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-cursor/.claude-plugin/plugin.json +1 -1
- 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/ui/index.html +119 -13
package/ui/index.html
CHANGED
|
@@ -5227,7 +5227,7 @@
|
|
|
5227
5227
|
],
|
|
5228
5228
|
},
|
|
5229
5229
|
{
|
|
5230
|
-
label: "The agent's program (AC8.2–8.3 · AC4.5 ·
|
|
5230
|
+
label: "The agent's program (AC8.2–8.3 · AC4.5 · P10–P11)",
|
|
5231
5231
|
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
5232
|
items: [
|
|
5233
5233
|
{
|
|
@@ -5272,7 +5272,7 @@
|
|
|
5272
5272
|
},
|
|
5273
5273
|
{
|
|
5274
5274
|
q: "Do agent-program and model qualifications report repeated-run distributions?",
|
|
5275
|
-
help: "TASC
|
|
5275
|
+
help: "TASC P10, P11, AC8.2 and AC8.3. A single lucky run does not qualify a prompt, model or effort-level change. The evidence names the condition tested, number of repetitions, and distribution of outcomes.",
|
|
5276
5276
|
kind: "select",
|
|
5277
5277
|
options: [
|
|
5278
5278
|
"Repeated runs — distribution reported",
|
|
@@ -5300,6 +5300,16 @@
|
|
|
5300
5300
|
"Nothing",
|
|
5301
5301
|
],
|
|
5302
5302
|
},
|
|
5303
|
+
{
|
|
5304
|
+
q: "Is the reasoning / effort level pinned alongside the model version?",
|
|
5305
|
+
help: "Effort is not monotonic — more thinking makes some tasks worse and costs more on all of them. It is part of the runtime configuration, so it belongs in the pin and in the qualification, not in whatever each agent happens to pass.",
|
|
5306
|
+
kind: "select",
|
|
5307
|
+
options: [
|
|
5308
|
+
"Model, effort and tool config all pinned",
|
|
5309
|
+
"Model version pinned only",
|
|
5310
|
+
"Neither pinned",
|
|
5311
|
+
],
|
|
5312
|
+
},
|
|
5303
5313
|
],
|
|
5304
5314
|
},
|
|
5305
5315
|
{
|
|
@@ -5506,6 +5516,36 @@
|
|
|
5506
5516
|
"Anyone can edit the config",
|
|
5507
5517
|
],
|
|
5508
5518
|
},
|
|
5519
|
+
{
|
|
5520
|
+
q: "Does anything generate new test inputs, or do you only re-run the same suite?",
|
|
5521
|
+
help: "TASC SI9 — generative testing. A fixed suite only ever checks the cases someone thought of. At equal compute, generating fresh cases against a stable build explores far more of the input space than replaying one suite per change, and under agent volume the unexplored space is where quality quietly goes.",
|
|
5522
|
+
kind: "select",
|
|
5523
|
+
options: [
|
|
5524
|
+
"Continuous generation, outside the per-change gate",
|
|
5525
|
+
"Property-based tests inside CI only",
|
|
5526
|
+
"A fuzzer someone ran once",
|
|
5527
|
+
"No — fixed suite only",
|
|
5528
|
+
],
|
|
5529
|
+
via: [
|
|
5530
|
+
"fast-check",
|
|
5531
|
+
"Hypothesis",
|
|
5532
|
+
"jqwik",
|
|
5533
|
+
"libFuzzer / AFL++",
|
|
5534
|
+
"OSS-Fuzz",
|
|
5535
|
+
"In-house generator",
|
|
5536
|
+
"None",
|
|
5537
|
+
],
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
q: "Can your tests still catch the bugs you have already fixed?",
|
|
5541
|
+
help: "TASC SI3 — defect replay. Point your generator at your own fixed-bug history: the classes it cannot re-discover are the classes it is not really covering. Agent-written tests read as thorough and are characteristically empty in the adversarial cases, so count and coverage prove nothing here.",
|
|
5542
|
+
kind: "select",
|
|
5543
|
+
options: [
|
|
5544
|
+
"Every fixed defect has a permanent case, replay measured",
|
|
5545
|
+
"Most fixes get a test — no systematic replay",
|
|
5546
|
+
"We do not know",
|
|
5547
|
+
],
|
|
5548
|
+
},
|
|
5509
5549
|
],
|
|
5510
5550
|
},
|
|
5511
5551
|
{
|
|
@@ -5856,7 +5896,7 @@
|
|
|
5856
5896
|
],
|
|
5857
5897
|
},
|
|
5858
5898
|
{
|
|
5859
|
-
label: "Review & merge (AC8.1 · AC5)",
|
|
5899
|
+
label: "Review & merge (AC8.1 · AC5 · AC5.7)",
|
|
5860
5900
|
items: [
|
|
5861
5901
|
{
|
|
5862
5902
|
q: "What reviews every diff before merge?",
|
|
@@ -5932,6 +5972,16 @@
|
|
|
5932
5972
|
"Never — or we can't tell",
|
|
5933
5973
|
],
|
|
5934
5974
|
},
|
|
5975
|
+
{
|
|
5976
|
+
q: "Which of your rules live only in agent instructions — and how often are they broken?",
|
|
5977
|
+
help: "TASC AC5.7 — instruction adherence is a rate, not a property. A rule broken once per hundred agent-days is invisible across ten supervised agents and routine across a thousand unattended ones. Inventory the prose-only rules, measure the breach rate against a declared exposure unit and window, and promote anything over tolerance to a gate.",
|
|
5978
|
+
kind: "select",
|
|
5979
|
+
options: [
|
|
5980
|
+
"Inventoried, breach rate measured, over-tolerance rules promoted to gates",
|
|
5981
|
+
"Inventoried, adherence not measured",
|
|
5982
|
+
"We assume the instructions are followed",
|
|
5983
|
+
],
|
|
5984
|
+
},
|
|
5935
5985
|
],
|
|
5936
5986
|
},
|
|
5937
5987
|
{
|
|
@@ -5997,13 +6047,13 @@
|
|
|
5997
6047
|
],
|
|
5998
6048
|
},
|
|
5999
6049
|
{
|
|
6000
|
-
q: "What
|
|
6001
|
-
help: "TASC AC8.5. Promotion should depend on observed production or production-like signals inside declared thresholds,
|
|
6050
|
+
q: "What promotes a canary or staged rollout — observed signal, or a timer?",
|
|
6051
|
+
help: "TASC AC8.5 — the fractional ship is the factory's main source of outside feedback, not just a blast-radius trick. Promotion should depend on observed production or production-like signals inside declared thresholds; elapsed time bounds damage but teaches the system nothing, and the deploying agent saying it looks healthy is not a signal.",
|
|
6002
6052
|
kind: "select",
|
|
6003
6053
|
options: [
|
|
6004
|
-
"Observed signals within thresholds",
|
|
6005
|
-
"
|
|
6006
|
-
"
|
|
6054
|
+
"Observed signals within declared thresholds",
|
|
6055
|
+
"A human eyeballs dashboards, then promotes",
|
|
6056
|
+
"On a timer, or on the agent's own assertion",
|
|
6007
6057
|
"No staged promotion",
|
|
6008
6058
|
],
|
|
6009
6059
|
via: [
|
|
@@ -6063,10 +6113,21 @@
|
|
|
6063
6113
|
"No",
|
|
6064
6114
|
],
|
|
6065
6115
|
},
|
|
6116
|
+
{
|
|
6117
|
+
q: "When an agent proves a bug or a fix, where does the proof run?",
|
|
6118
|
+
help: "TASC §7 — evidence authenticity. Asked to prove a regression, an agent will build a harness that produces the video you asked for, on a path that is not the one under claim. A convincing artifact from a self-built environment is an assertion, not observation: require the real path, and have something other than the producer check the artifact and the code that made it.",
|
|
6119
|
+
kind: "select",
|
|
6120
|
+
options: [
|
|
6121
|
+
"The real path, reproduced independently of the producer",
|
|
6122
|
+
"The real path, checked by the producing agent",
|
|
6123
|
+
"A harness the agent built for the proof",
|
|
6124
|
+
"We take the agent's word",
|
|
6125
|
+
],
|
|
6126
|
+
},
|
|
6066
6127
|
],
|
|
6067
6128
|
},
|
|
6068
6129
|
{
|
|
6069
|
-
label: "Observe (AC4.1 · AC4.3–AC4.
|
|
6130
|
+
label: "Observe (AC4.1 · AC4.3–AC4.8)",
|
|
6070
6131
|
items: [
|
|
6071
6132
|
{
|
|
6072
6133
|
q: "What captures production errors?",
|
|
@@ -6108,7 +6169,7 @@
|
|
|
6108
6169
|
},
|
|
6109
6170
|
{
|
|
6110
6171
|
q: "Do user-reported problems enter the same signal pipeline?",
|
|
6111
|
-
help: "TASC AC4.1 and AC4.4. A user report is a first-class monitoring signal, and disagreement between user pain and quiet telemetry is itself an instrumentation gap.",
|
|
6172
|
+
help: "TASC AC4.1 and AC4.4. A user report is a first-class monitoring signal, and disagreement between user pain and quiet telemetry is itself an instrumentation gap. Report counts are not impact: the affected-users-per-report ratio varies by product, severity and channel, so impact needs triangulating against an independent signal.",
|
|
6112
6173
|
kind: "select",
|
|
6113
6174
|
options: [
|
|
6114
6175
|
"Yes — routed through validated intake",
|
|
@@ -6125,7 +6186,7 @@
|
|
|
6125
6186
|
},
|
|
6126
6187
|
{
|
|
6127
6188
|
q: "Are finding sources measured for false positives or rejection rate?",
|
|
6128
|
-
help: "TASC AC4.6. A sensor, audit loop, review agent or test generator that files work without a measured rejection stage is an uncalibrated source of churn.",
|
|
6189
|
+
help: "TASC AC4.6. A sensor, audit loop, review agent or test generator that files work without a measured rejection stage is an uncalibrated source of churn — an unfiltered stream of findings is not a gift to the recipient, it is work transferred to them. Independence means a separately controlled actor or mechanism: re-running the same one reproduces its blind spots. Trace false positives to a cause in the generator instead of dismissing instances.",
|
|
6129
6190
|
kind: "select",
|
|
6130
6191
|
options: [
|
|
6131
6192
|
"Measured over a defined window",
|
|
@@ -6213,7 +6274,7 @@
|
|
|
6213
6274
|
},
|
|
6214
6275
|
{
|
|
6215
6276
|
q: "Do monitoring findings close on root cause instead of symptom silence?",
|
|
6216
|
-
help: "TASC AC4.8. Closing because the alert stopped is not enough; closure needs a root-cause correction or accepted-risk record, and recurrence after closure is a control failure.",
|
|
6277
|
+
help: "TASC AC4.8. Closing because the alert stopped is not enough; closure needs a root-cause correction or accepted-risk record, and recurrence after closure is a control failure. Symptom-only fixes destroy the signal that made the defect class findable, so sweep for siblings sharing the cause and aim the regression test there.",
|
|
6217
6278
|
kind: "select",
|
|
6218
6279
|
options: [
|
|
6219
6280
|
"Root-cause or accepted-risk closure",
|
|
@@ -6266,11 +6327,22 @@
|
|
|
6266
6327
|
"No convention",
|
|
6267
6328
|
],
|
|
6268
6329
|
},
|
|
6330
|
+
{
|
|
6331
|
+
q: "When an agent breaks production, does the incident record say who answers for it — and which gate should have caught it?",
|
|
6332
|
+
help: 'TASC AC7.2 — "an agent did it" describes the mechanism, it does not dispose of the incident. The record names the accountable party, the generation lineage that produced the change (procedure, prompt version, pinned model), and the control that should have prevented it; where no such control existed, that absence becomes a learning-promotion candidate.',
|
|
6333
|
+
kind: "select",
|
|
6334
|
+
options: [
|
|
6335
|
+
"Names the party, the lineage and the missing control",
|
|
6336
|
+
"Names the party and the fix",
|
|
6337
|
+
"Records the fix only",
|
|
6338
|
+
"No incident record",
|
|
6339
|
+
],
|
|
6340
|
+
},
|
|
6269
6341
|
],
|
|
6270
6342
|
},
|
|
6271
6343
|
{
|
|
6272
6344
|
label:
|
|
6273
|
-
"Governance & accountability (AC1
|
|
6345
|
+
"Governance & accountability (AC1 · AC4.7 · AC5.6 · AC9.1 · DP)",
|
|
6274
6346
|
note: "The audit-trail cluster: everything a human used to vouch for by being in the room.",
|
|
6275
6347
|
items: [
|
|
6276
6348
|
{
|
|
@@ -6378,6 +6450,16 @@
|
|
|
6378
6450
|
"Not retained",
|
|
6379
6451
|
],
|
|
6380
6452
|
},
|
|
6453
|
+
{
|
|
6454
|
+
q: "Who computes the numbers your gates and dashboards depend on?",
|
|
6455
|
+
help: "TASC AC4.7 — autonomy rate, threshold compliance, canary verdicts and conformance state are all machine-computed claims. Agents are strikingly bad at data analysis and will publish impossible numbers with confidence, so the measurement path needs independence from the work it judges plus range and invariant checks. Beating your own previous version is not evidence either.",
|
|
6456
|
+
kind: "select",
|
|
6457
|
+
options: [
|
|
6458
|
+
"An independent mechanism, with range and invariant checks",
|
|
6459
|
+
"Agents compute them, a human spot-checks",
|
|
6460
|
+
"Agents compute and publish them",
|
|
6461
|
+
],
|
|
6462
|
+
},
|
|
6381
6463
|
{
|
|
6382
6464
|
q: "Are instruction-level residual risks reviewed before promotion?",
|
|
6383
6465
|
help: "TASC AC5.6. A prompt, skill, hook or workflow edit can broaden tool authority, weaken rejection behavior or lower evidence standards. Those residual risks need review and disposition like code risk.",
|
|
@@ -6388,6 +6470,30 @@
|
|
|
6388
6470
|
"Not reviewed",
|
|
6389
6471
|
],
|
|
6390
6472
|
},
|
|
6473
|
+
{
|
|
6474
|
+
q: "Who is accountable when an agent breaks something?",
|
|
6475
|
+
help: "TASC AC1.7 — attribution and accountability are different obligations. AC1.1 tells you which agent acted; this tells you which human answers for it. Recorded per system, per loop, per deploy target and per human control, before anything goes wrong — with a backup, because accountability must never be vacant. An agent cannot hold it, and a team alias with no person behind it does not count.",
|
|
6476
|
+
kind: "select",
|
|
6477
|
+
options: [
|
|
6478
|
+
"A named person or role per scope, with a backup or succession path",
|
|
6479
|
+
"A named person or role per scope, no backup or succession",
|
|
6480
|
+
"One name for the whole system",
|
|
6481
|
+
"A team alias owns it",
|
|
6482
|
+
"An agent or automation is named as accountable",
|
|
6483
|
+
"Nobody named",
|
|
6484
|
+
],
|
|
6485
|
+
},
|
|
6486
|
+
{
|
|
6487
|
+
q: "Who can accept a risk the system decided not to fix?",
|
|
6488
|
+
help: "TASC AC1.8 — accepted-risk records are the escape hatch in four criteria (symptom-only closure, advisory controls over tolerance, infeasible replay, unsafe reproducers). If an agent can write its own, they are not controls, they are bypasses with better paperwork. Each acceptance names the human with standing, the scope, the reason and an expiry that forces re-review.",
|
|
6489
|
+
kind: "select",
|
|
6490
|
+
options: [
|
|
6491
|
+
"A named human with declared standing, time-bounded",
|
|
6492
|
+
"A named human, no expiry",
|
|
6493
|
+
"Whoever is around when it comes up",
|
|
6494
|
+
"The agent records its own accepted risk",
|
|
6495
|
+
],
|
|
6496
|
+
},
|
|
6391
6497
|
],
|
|
6392
6498
|
},
|
|
6393
6499
|
],
|