You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Two standing governance-debt fixes (owner-directed, 2026-06-26). Both
verified locally green.
### 1. LICENSE SPDX header (owner-authorised)
Root `LICENSE` had no `SPDX-License-Identifier:` line, failing
`scripts/check-licence-consistency.sh`. Added `SPDX-License-Identifier:
MPL-2.0`
(body text already MPL-2.0; header now matches). Check passes:
`[OK] LICENSE body text matches SPDX header.`
### 2. Registry drift regenerated
`.machine_readable/REGISTRY.a2ml` had drifted from the file tree.
Regenerated
via `just registry` (12 lines changed). `just registry-check` now
reports
`OK: registry + topology are in sync with the file tree.`
## Out of scope (flagged, not done)
- **105-finding Hypatia baseline** — needs the Elixir escript build (no
Elixir/mix in this environment; the bash fallback errors on the
1086-file
tree). Most of the tree is the `palimpsest-license` satellite
(legitimately
PMPL/third-party, untouchable) or licence-flag-only findings. Separate
scanner-dependent effort.
- **Stray PMPL header**: `.github/workflows/governance.yml:1` carries
`SPDX-License-Identifier: PMPL-1.0-or-later` (sole-owner repo → should
be
MPL-2.0). Licence edit — owner-only, **not** touched here. Flagging
only.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---
_Generated by [Claude
Code](https://claude.ai/code/session_01SuLNP87x3i5YXdq2wYERRK)_
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments