Skip to content

chore: restore exec bits and ignore all of .claude/ - #127

Merged
SupremeCommanderHedgehog merged 2 commits into
mainfrom
chore/exec-bits-and-gitignore
Aug 16, 2026
Merged

chore: restore exec bits and ignore all of .claude/#127
SupremeCommanderHedgehog merged 2 commits into
mainfrom
chore/exec-bits-and-gitignore

Conversation

@SupremeCommanderHedgehog

Copy link
Copy Markdown
Owner

Windows-migration cleanup. Two commits, no logic changes.

Exec bitscore.filemode=false in the Windows checkout meant git never recorded the executable bit, so sandbox/regen_syscall_table.py, the bpftrace collectors, and sandbox/runner_image/verify-orchestrator.sh were committed as 100644 and arrive non-executable on a fresh clone.

Mode-only: 7 files changed, 0 insertions(+), 0 deletions(-).

.gitignore — only .claude/settings.local.json was ignored, leaving an untracked .claude/CLAUDE.md that git add . would have staged into a public repo. Now ignores the directory outright, matching cranopener/ks-gen/nexthop, plus a secret-material block for what the existing rules don't name.

Verified no tracked file is matched by any new rule (.env.example stays visible).

🤖 Generated with Claude Code

https://claude.ai/code/session_01MgRcLZEFL4a2scHXUHnTXE

Only .claude/settings.local.json was ignored, leaving an untracked
.claude/CLAUDE.md that would have been staged by `git add .`. Ignore the
directory outright, matching cranopener/ks-gen/nexthop, and add a
secret-material block for anything the existing rules do not name.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MgRcLZEFL4a2scHXUHnTXE
core.filemode=false in the Windows checkout meant git never recorded exec
bits, so these were committed as 100644 and arrive non-executable on a
fresh clone.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MgRcLZEFL4a2scHXUHnTXE
@SupremeCommanderHedgehog
SupremeCommanderHedgehog merged commit 01159ef into main Aug 16, 2026
8 of 9 checks passed
@SupremeCommanderHedgehog
SupremeCommanderHedgehog deleted the chore/exec-bits-and-gitignore branch August 16, 2026 16:21
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.

1 participant