Skip to content

docs(f33): MicroInterp P4 burn-down; clear stale pf-ci/cla inventory reds#213

Merged
fraware merged 3 commits into
mainfrom
ci/f33-microinterp-docs-clear-stale-reds
Jul 17, 2026
Merged

docs(f33): MicroInterp P4 burn-down; clear stale pf-ci/cla inventory reds#213
fraware merged 3 commits into
mainfrom
ci/f33-microinterp-docs-clear-stale-reds

Conversation

@fraware

@fraware fraware commented Jul 17, 2026

Copy link
Copy Markdown
Member

Summary

  • Document F33/P4 honestly: MicroInterp.lean dfa_semantics_match keeps 2 placeholders pending a DFA↔semantics generator (P4.1–P4.3); lean-style enforced set unchanged.
  • Add pf-ci.yaml workflow_dispatch smoke (default) so main inventory is not stuck on stale push-era failures; full Kind path remains workflow_call / mode=full.
  • Harden cla-bot.yaml for workflow_dispatch (no empty push ranges); Option B skip when CLA URL unreachable remains.

Test plan

  • PR CI green (actionlint / docs paths)
  • After merge: gh workflow run pf-ci.yaml -f mode=smoke on main → success
  • After merge: gh workflow run cla-bot.yaml on main → success (Option B)
  • Refresh scripts/ci_workflow_inventory.ps1 -Markdown; gated still 61/61 exit 0
  • Confirm MicroInterp still has exactly 2 sorry tokens; F33 stays PARTIAL

Keep the two dfa_semantics_match placeholders with an honest generator
burn-down. Add pf-ci workflow_dispatch smoke and harden cla-bot dispatch
so main inventory is not stuck on push-era failures.
@cursor

cursor Bot commented Jul 17, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

Reusable workflows inherit the caller's event_name, so gating setup on
workflow_call skipped Kind on PR/schedule. Gate smoke on workflow_dispatch only.
@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

1 similar comment
@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

Copy link
Copy Markdown

Sample Replay

1 similar comment
@github-actions

Copy link
Copy Markdown

Sample Replay

@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4533

Language Distribution:

  • go: 359
  • javascript: 3277
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1270
  • Apache-2.0: 45
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

1 similar comment
@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4533

Language Distribution:

  • go: 359
  • javascript: 3277
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1270
  • Apache-2.0: 45
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

1 similar comment
@github-actions

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

ci-honesty flags bare '|| true'; contributors.txt is always created above.
@github-actions

Copy link
Copy Markdown

Thanks for the PR! CI will run CERT validation and replay checks. Results will appear in workflow badges and artifacts.

@github-actions

Copy link
Copy Markdown

Sample Replay

@github-actions

Copy link
Copy Markdown

SBOM Security Report

Total Packages: 4533

Language Distribution:

  • go: 359
  • javascript: 3277
  • rust: 592
  • python: 1

License Distribution:

  • MIT: 1270
  • Apache-2.0: 45
  • CC0-1.0: 43
  • BSD-3-Clause: 34
  • ISC: 87
  • BSD-2-Clause: 41
  • Python-2.0: 2
  • MPL-2.0: 1
  • Unlicense: 5
  • CC-BY-4.0: 1
  • (Apache-2.0 OR MPL-1.1): 1
  • BlueOak-1.0.0: 3
  • (AFL-2.1 OR BSD-3-Clause): 2
  • (BSD-3-Clause OR GPL-2.0): 1
  • 0BSD: 3
  • (MIT OR CC0-1.0): 4
  • MIT AND ISC: 1

✅ SBOM generated successfully
✅ No GPL licenses detected
✅ No high/critical vulnerabilities found

@github-actions

Copy link
Copy Markdown

Policy Coverage Report

Tools Coverage: 100%
Events Coverage: 100%
Egress Labeled: 100%
Replay Determinism: 100%

All policy gates passed successfully!

@fraware
fraware merged commit 400be1d into main Jul 17, 2026
72 of 73 checks passed
@fraware
fraware deleted the ci/f33-microinterp-docs-clear-stale-reds branch July 17, 2026 23:27
fraware added a commit that referenced this pull request Jul 18, 2026
Gated 61/61 exit 0 x2. Cleared stale pf-ci and cla-bot reds via dispatch
smoke. F33 remains PARTIAL (MicroInterp 2 placeholders). Ungated reds: 8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant