Skip to content

chore(gitignore): ignore generated .verisim/ sidecar artifacts#154

Merged
hyperpolymath merged 1 commit into
mainfrom
claude/gracious-curie-HS03A
May 31, 2026
Merged

chore(gitignore): ignore generated .verisim/ sidecar artifacts#154
hyperpolymath merged 1 commit into
mainfrom
claude/gracious-curie-HS03A

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Salvages the one valuable, complete commit from claude/gracious-curie-HS03A (created in another session) so it lands on main and the branch can be retired.

Change

Adds a .gitignore rule for .verisim/ — the default sidecar store, verisimiser generate scaffolds, and the <path>.lock write-locks introduced by the JSON-family work (V-L2-F3/F4) all live there and are runtime data, not source. Atomic-write temp files are already covered by the existing *.tmp rule.

Safety

Verified no tracked files live under .verisim/ (so nothing currently committed gets hidden) — the change is purely additive ignore coverage. Zero source/code changes.

Tidy-up tail of the V-L2-F* arc (F2 drop → F3 implement → F4 harden); no ADR warranted for a .gitignore chore.


Generated by Claude Code

Tidy-up after the JSON-family sidecar work (V-L2-F3/F4): the default sidecar
store, `generate` scaffolds, and the new `<path>.lock` write-locks all live
under `.verisim/` and are runtime data, not source. `*.tmp` already covers
the atomic-write temp files. No tracked files are affected.

https://claude.ai/code/session_01S2xDQQU5o85N3xTpeFUSfN
@hyperpolymath hyperpolymath marked this pull request as ready for review May 31, 2026 06:26
@hyperpolymath hyperpolymath merged commit fca7df9 into main May 31, 2026
11 of 20 checks passed
@hyperpolymath hyperpolymath deleted the claude/gracious-curie-HS03A branch May 31, 2026 06:26
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 82 issues detected

Severity Count
🔴 Critical 3
🟠 High 7
🟡 Medium 72

⚠️ Action Required: Critical security issues found!

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": "Action actions/checkout@v4 needs attention",
    "type": "unpinned_action",
    "file": "rust-ci.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action dtolnay/rust-toolchain@stable needs attention",
    "type": "unpinned_action",
    "file": "rust-ci.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action Swatinem/rust-cache@v2 needs attention",
    "type": "unpinned_action",
    "file": "rust-ci.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action actions/checkout@v4 needs attention",
    "type": "unpinned_action",
    "file": "rust-ci.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action dtolnay/rust-toolchain@master needs attention",
    "type": "unpinned_action",
    "file": "rust-ci.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Action Swatinem/rust-cache@v2 needs attention",
    "type": "unpinned_action",
    "file": "rust-ci.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in boj-build.yml",
    "type": "missing_timeout_minutes",
    "file": "boj-build.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 casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

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.

2 participants