Skip to content

Estate standardization 20260607#48

Merged
hyperpolymath merged 7 commits into
mainfrom
estate-standardization-20260607
Jun 24, 2026
Merged

Estate standardization 20260607#48
hyperpolymath merged 7 commits into
mainfrom
estate-standardization-20260607

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Summary

Closes #

Type of change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (would change existing behaviour)
  • 🕳️ Soundness fix (fixes a checker/proof false-negative)
  • 📖 Documentation
  • 🧹 Refactor / tech debt (behaviour-preserving)
  • ⚡ Performance
  • 🔧 Build / CI / tooling

How has this been verified?

Checklist

  • My commits are signed (git commit -S).
  • I ran the project's own checks/tests locally and they pass.
  • New files carry the correct SPDX-License-Identifier (code/config MPL-2.0,
    prose CC-BY-SA-4.0); I did not relicense existing files.
  • Docs are updated, and no public claim now overstates what the code does.
  • I have not introduced a soundness hole (or I have flagged where I might have).

Notes for reviewers

hyperpolymath and others added 6 commits May 28, 2026 13:44
The `.as` extension is the obsolete pre-rename AffineScript file
extension; the current compiler accepts `.affine` only. Renames the
3 lattice sources + 1 test file accordingly, plus adds MPL-2.0
SPDX headers (matching the repo's existing LICENSE).

Part of the estate-wide .as → .affine sweep companion to
hyperpolymath/affinescript#429.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- C001: CodeQL language fixes
- C002: License identifier standardization
- C003: Outdated actions audit
- C004: Pin standards refs to SHA 861b5e9
- C005: Add workflow-level permissions
@hyperpolymath
hyperpolymath enabled auto-merge (rebase) June 23, 2026 16:01
@hyperpolymath hyperpolymath mentioned this pull request Jun 24, 2026
13 tasks
@hyperpolymath
hyperpolymath disabled auto-merge June 24, 2026 08:22
Comment thread src/api/app.rs
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MPL-2.0
Comment thread src/api/app.rs
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MPL-2.0
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 8 issues detected

Severity Count
🔴 Critical 0
🟠 High 3
🟡 Medium 5
View findings
[
  {
    "reason": "Nominal-only SAST in git-reticulator: codeql.yml language matrix contains no language present in the repo and lacks `actions`, so CodeQL records zero results on every commit. Remediation: set the CodeQL matrix to `language: actions`.",
    "type": "StaticAnalysis",
    "file": "/home/runner/work/git-reticulator/git-reticulator",
    "action": "auto_fix",
    "rule_module": "scorecard",
    "severity": "medium",
    "remediation": "Add CodeQL or equivalent SAST workflow.",
    "scorecard_check": "SAST"
  },
  {
    "reason": "Repository has 3 non-main remote branch(es). Policy: single main branch only.",
    "type": "GS007",
    "file": ".",
    "action": "delete_remote_branches",
    "rule_module": "git_state",
    "severity": "medium"
  },
  {
    "reason": "Code scanning (Hypatia): hypatia/structural_drift/SD009 -- Hypatia structural_drift: SD009 -- 36 day(s) old [STALE]",
    "type": "CSA001",
    "file": "src/api/app.rs",
    "action": "update",
    "rule_module": "code_scanning_alerts",
    "severity": "medium"
  },
  {
    "reason": "Code scanning (Hypatia): hypatia/git_state/GS007 -- Hypatia git_state: GS007 -- 36 day(s) old [STALE]",
    "type": "CSA001",
    "file": ".",
    "action": "update",
    "rule_module": "code_scanning_alerts",
    "severity": "medium"
  },
  {
    "reason": "Code scanning (Hypatia): hypatia/scorecard/StaticAnalysis -- Hypatia scorecard: StaticAnalysis -- 36 day(s) old [STALE]",
    "type": "CSA001",
    "file": "git-reticulator",
    "action": "update",
    "rule_module": "code_scanning_alerts",
    "severity": "medium"
  },
  {
    "reason": "Code-scanning alert hypatia/structural_drift/SD009 (medium) at src/api/app.rs is 36 days old (threshold: 30 days) -- overdue for remediation",
    "type": "CSA003",
    "file": "src/api/app.rs",
    "action": "escalate",
    "rule_module": "code_scanning_alerts",
    "severity": "high"
  },
  {
    "reason": "Code-scanning alert hypatia/git_state/GS007 (medium) at . is 36 days old (threshold: 30 days) -- overdue for remediation",
    "type": "CSA003",
    "file": ".",
    "action": "escalate",
    "rule_module": "code_scanning_alerts",
    "severity": "high"
  },
  {
    "reason": "Code-scanning alert hypatia/scorecard/StaticAnalysis (medium) at git-reticulator is 36 days old (threshold: 30 days) -- overdue for remediation",
    "type": "CSA003",
    "file": "git-reticulator",
    "action": "escalate",
    "rule_module": "code_scanning_alerts",
    "severity": "high"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath
hyperpolymath merged commit 8b6f440 into main Jun 24, 2026
7 of 8 checks passed
@hyperpolymath
hyperpolymath deleted the estate-standardization-20260607 branch June 24, 2026 10:46
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.

3 participants