docs: add CI section to CLAUDE.md, gitignore .claude.local.md
Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Failing after 4s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Joseph O'Brien
2026-03-31 21:10:18 -04:00
parent 20d4bdda0e
commit dcc3cf968c
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target
.envrc
.worktrees/
.claude.local.md

View File

@@ -66,3 +66,8 @@ Orchestrates in order: prereqs check → load config → clone dotfiles → age
## Edition
Rust edition 2024. All hook scripts are Nushell (`.nu`) — no `.sh` scripts.
## CI / Gitea Actions
Workflows live in `.gitea/workflows/` — mirrors `.github/workflows/` for GitHub.
The `public-ready.yml` workflow checks secrets, private IPs, licenses, and tracked secrets files on every push to main.