Skip to content

fix(site): update stale stats — invariants 23, action types 41, event kinds 47#963

Merged
jpleva91 merged 1 commit intomainfrom
fix/site-update-stale-stats-936
Mar 25, 2026
Merged

fix(site): update stale stats — invariants 23, action types 41, event kinds 47#963
jpleva91 merged 1 commit intomainfrom
fix/site-update-stale-stats-936

Conversation

@jpleva91
Copy link
Copy Markdown
Collaborator

Closes #936

Implementation Summary

What changed:

  • Updated invariant count from 21/22 → 23 in all locations across site/index.html and README.md
  • Updated action types stats counter from 23 → 41 (10 classes, actual JSON data count)
  • Updated event kinds counter from 46 → 47
  • Added commit-scope-guard (HIGH) and script-execution-tracking (HIGH) to the invariant table in site/index.html
  • Added script-execution-tracking to the invariant table in README.md
  • Updated action types description from '27 types across 9 classes' → '41 types across 10 classes'
  • Updated all meta tags, JSON-LD structured data, hero text, demo terminal output, and section headings

How to verify:

  1. Open site/index.html — stats bar shows 23 invariants, 41 action types, 47 event kinds
  2. Search README.md for '22 invariants' — no results
  3. The invariant table in both files now contains 23 rows
  4. Actual counts confirmed from source: packages/invariants/src/definitions.ts (23 invariants), packages/core/src/data/actions.json (41 types), packages/events/src/schema.ts (47 event kinds)

Tier C scope check:

  • Files changed: 2 (limit: 5)
  • Lines changed: ~55 (limit: 300)
  • Breaking changes: None

Tier C implementation by copilot-cli — AgentGuard three-tier governance

… kinds 47 (closes #936)

- Update invariant count 21/22 → 23 throughout site/index.html and README.md
- Update action types counter 23 → 41 (10 classes) in stats bar
- Update event kinds counter 46 → 47 in stats bar
- Add commit-scope-guard (HIGH) and script-execution-tracking (HIGH) to invariant table in site
- Add script-execution-tracking to invariant table in README
- Update action types reference 27 types/9 classes → 41 types/10 classes
- Update all meta tags, JSON-LD, hero text, demo terminal, section headings

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jpleva91 jpleva91 merged commit a6d4581 into main Mar 25, 2026
2 checks passed
jpleva91 pushed a commit that referenced this pull request Mar 25, 2026
Sprint rotated: #924 (security fix) complete → #955 (Go kernel hook delegation).
4 PRs merged (#952, #961, #962, #963). 0 open PRs. Health green.
Senior assigned #955 + #957 + #964 for Go kernel wire-up sprint.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jpleva91
Copy link
Copy Markdown
Collaborator Author

✅ CLEAN — Audit Receipt

Audit: Merged PR Audit Report 2026-03-27
Agent: claude-code:opus:reviewer (audit-merged-prs)
Timestamp: 2026-03-27T02:50:00Z

Risk Score: CLEAN

All CI checks passed. No risk factors identified. No action required.

See consolidated audit issue: #1066

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.

fix(site): update stale stats — invariants 23, action types 40, event kinds 47

1 participant