chore(state): record #144 SafeJson discharges + #145 CI-gating finding#146
Merged
Conversation
…gating finding - discharged-decls 34 -> 36 (anyMatchesTAny, singleKeyPath via #144) - last-updated -> 2026-05-31 - session-history: appendLengthInc root cause (contrib lengthSnoc is element-first; #127's `lengthSnoc arr v` blocked the whole SafeJson.Proofs module) + the #145 CI-gating finding. https://claude.ai/code/session_01MN5vzRR4MK2dkDNaHqqRDy
|
🔍 Hypatia Security ScanFindings: 321 issues detected
View findings[
{
"reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "missing_timeout_minutes",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "missing_timeout_minutes",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in cflite_batch.yml",
"type": "missing_timeout_minutes",
"file": "cflite_batch.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in cflite_pr.yml",
"type": "missing_timeout_minutes",
"file": "cflite_pr.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in codeql.yml",
"type": "missing_timeout_minutes",
"file": "codeql.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "missing_timeout_minutes",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "missing_timeout_minutes",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "missing_timeout_minutes",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "missing_timeout_minutes",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Doc-only follow-up to #144 (no source change). Updates the project state checkpoint to reflect the SafeJson work that landed on
main.discharged-decls34 → 36 (anyMatchesTAny,singleKeyPath, discharged via proof(SafeJson): fix appendLengthInc so the module compiles (completes #138) #144)last-updated→2026-05-31session-history: records theappendLengthIncroot cause (contribData.List.Equalities.lengthSnocis element-first; proof(SafeJson): DISCHARGE appendLengthInc via lengthSnoc + plusCommutative (proven#90 #107 #119) #127'slengthSnoc arr vfailed to type-check and blocked the entireSafeJson.Proofsmodule, somaindid not compile) and themaindoes not type-check:SafeJson.Proofs.appendLengthInchas swappedlengthSnocargs, and the Idris build is not gating merges #145 CI-gating finding.Why a separate PR
#144 (the code fix) is already merged. This is the bookkeeping update that accompanies it, kept separate so code and ledger have independent history. Doc-only — touches
.machine_readable/6a2/STATE.a2mlonly, which is outside the Idris CI path filter, so the Idris build won't (and needn't) run on it.Refs #144, #145, #138, #127.
Generated by Claude Code