projscan 4.9.2 → 4.9.3

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.
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.5",
4
- "serialNumber": "urn:uuid:640f8b06-e607-455f-9b62-e8177956151c",
4
+ "serialNumber": "urn:uuid:bb36ac02-94a4-476c-9932-e2195f9fab05",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2026-06-19T21:31:46.551Z",
7
+ "timestamp": "2026-06-20T11:00:02.189Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "projscan",
11
11
  "name": "projscan-sbom-generator",
12
- "version": "4.9.2"
12
+ "version": "4.9.3"
13
13
  }
14
14
  ],
15
15
  "component": {
16
16
  "type": "application",
17
- "bom-ref": "pkg:npm/projscan@4.9.2",
17
+ "bom-ref": "pkg:npm/projscan@4.9.3",
18
18
  "name": "projscan",
19
- "version": "4.9.2",
20
- "purl": "pkg:npm/projscan@4.9.2"
19
+ "version": "4.9.3",
20
+ "purl": "pkg:npm/projscan@4.9.3"
21
21
  }
22
22
  },
23
23
  "components": [
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "projscan",
3
- "version": "4.9.2",
3
+ "version": "4.9.3",
4
4
  "mcpProtocolVersion": null,
5
- "generatedAt": "2026-06-19T21:31:53.346Z",
5
+ "generatedAt": "2026-06-20T11:00:08.981Z",
6
6
  "toolCount": 45,
7
7
  "tools": [
8
8
  {
@@ -426,11 +426,11 @@
426
426
  <section class="hero" aria-label="projscan Mission Control">
427
427
  <div class="intro">
428
428
  <div>
429
- <p class="eyebrow">Mission Outcome Loop</p>
429
+ <p class="eyebrow">Mission proof loop</p>
430
430
  <h1>Resume from saved proof.</h1>
431
431
  <p class="lead">
432
- projscan routes a developer goal, saves the mission, reads the proof state, and tells
433
- the next agent what changed, what remains, and whether the work is ready for version
432
+ projscan routes a developer goal, saves the mission, reads proof state, and tells the
433
+ next agent which proof passed, which work remains, and whether to request version
434
434
  review.
435
435
  </p>
436
436
  <div class="pills" aria-label="Product capabilities">
@@ -445,7 +445,7 @@
445
445
  <div class="metric-row" aria-label="Release candidate signals">
446
446
  <div class="metric">
447
447
  <strong>1 bundle</strong>
448
- <span>mission plus proof</span>
448
+ <span>mission and proof</span>
449
449
  </div>
450
450
  <div class="metric">
451
451
  <strong>45</strong>
@@ -479,14 +479,14 @@
479
479
  <span class="line dim">read proof-logs/summary.json and status.jsonl</span>
480
480
 
481
481
  <div class="term-section">
482
- <span class="line term-heading">What Changed</span>
482
+ <span class="line term-heading">Completed Proof</span>
483
483
  <span class="line">- Mission proof passed after 3 command(s).</span>
484
484
  <span class="line">- 1 reviewer decision recorded.</span>
485
485
  <span class="line">- 0 failed gates remain.</span>
486
486
  </div>
487
487
 
488
488
  <div class="term-section">
489
- <span class="line term-heading">What Remains</span>
489
+ <span class="line term-heading">Remaining Work</span>
490
490
  <span class="line success">Run ./review.sh and choose a reviewer reply.</span>
491
491
  <span class="line success">Version candidate: review_candidate</span>
492
492
  </div>
@@ -531,7 +531,7 @@
531
531
  <h2>Start from saved proof.</h2>
532
532
  <p>
533
533
  <code>projscan start --mission</code> reads the bundle proof state and gives the next
534
- agent a focused "what changed / what remains" handoff.
534
+ agent a focused proof status and remaining-work handoff.
535
535
  </p>
536
536
  </article>
537
537
  <article class="card">
@@ -611,7 +611,7 @@
611
611
  <span class="tag red">Gate</span>
612
612
  <span>
613
613
  <strong>Version review</strong>
614
- Outcome data says whether to request review or keep fixing failed proof.
614
+ Use outcome data to request review or keep fixing failed proof.
615
615
  </span>
616
616
  </div>
617
617
  </div>
@@ -8,6 +8,6 @@ Set Theme "Catppuccin Mocha"
8
8
  Set TypingSpeed 35ms
9
9
  Set Padding 16
10
10
 
11
- Type "projscan start --shortcuts --intent 'is it safe to commit this change?'"
11
+ Type "projscan start --shortcuts --intent 'is it safe to commit this change?' --quiet"
12
12
  Enter
13
- Sleep 12s
13
+ Sleep 24s
@@ -12,14 +12,18 @@ Type "rm -rf .projscan/vhs-mission"
12
12
  Enter
13
13
  Sleep 500ms
14
14
 
15
- Type "projscan start --save-mission .projscan/vhs-mission --intent 'is it safe to commit this change?'"
15
+ Type "projscan start --save-mission .projscan/vhs-mission --intent 'what can projscan read?' --quiet"
16
16
  Enter
17
- Sleep 10s
17
+ Sleep 30s
18
18
 
19
- Type "projscan mission-proof --mission .projscan/vhs-mission --format markdown | sed -n '1,38p'"
19
+ Type "sh .projscan/vhs-mission/review.sh | sed -n '1,34p'"
20
20
  Enter
21
21
  Sleep 8s
22
22
 
23
- Type "projscan start --mission .projscan/vhs-mission --handoff-prompt | sed -n '1,8p'"
23
+ Type "projscan mission-proof --mission .projscan/vhs-mission --format markdown --quiet | sed -n '1,32p'"
24
+ Enter
25
+ Sleep 10s
26
+
27
+ Type "projscan start --mission .projscan/vhs-mission --review-gate --quiet | sed -n '1,24p'"
24
28
  Enter
25
- Sleep 16s
29
+ Sleep 24s
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "projscan",
3
3
  "mcpName": "io.github.abhiyoheswaran1/projscan",
4
- "version": "4.9.2",
4
+ "version": "4.9.3",
5
5
  "description": "Local code intelligence for agent-assisted engineering. Focused daily workflows for repo orientation before edits, proof before handoff or commit, and release-candidate review, with AST-backed evidence through an MCP server and CLI. Runs locally by default.",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",