Skip to content

Chore/cicd optimizations#8

Merged
hyperpolymath merged 4 commits into
mainfrom
chore/cicd-optimizations
Mar 20, 2026
Merged

Chore/cicd optimizations#8
hyperpolymath merged 4 commits into
mainfrom
chore/cicd-optimizations

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

No description provided.

hyperpolymath and others added 3 commits March 18, 2026 17:07
…ooling

Refine workflow permissions from read-all to granular contents:read across
all 21 CI/CD workflows. Add FFI wrapper modules and integration test for
GraphQL/gRPC/REST interfaces. Expand training corpus with Metamath, CoqGym,
and mathlib4 extraction scripts (Julia + Python tooling). Add algebra proof
examples for Coq, Isabelle, and Lean. Update .gitignore for external corpora
and large intermediate training artifacts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@hyperpolymath
hyperpolymath merged commit e04813e into main Mar 20, 2026
15 of 26 checks passed
@hyperpolymath
hyperpolymath deleted the chore/cicd-optimizations branch March 20, 2026 20:29
hyperpolymath pushed a commit that referenced this pull request Apr 20, 2026
Addresses panic-attack security scan findings:

Task #7 (Critical): believe_me type checker bypass
- FINDING: False positive - only in tests/docs, not production code
- ECHIDNA axiom tracker designed to DETECT and REJECT believe_me

Task #8 (High): 24 unsafe blocks in ffi/mod.rs
- All blocks properly documented with SAFETY comments
- Necessary for C FFI interop (Zig layer)
- Added module-level safety justification & audit status
- Follows Rust FFI best practices (Rustonomicon)

Task #9 (High): 7 unsafe blocks in proof_search.rs
- All blocks feature-gated (optional Chapel FFI)
- All properly documented with SAFETY comments
- Null pointer checks before all dereferences
- Falls back to 100% safe SequentialSearch if Chapel unavailable

Unsafe code in FFI modules is NECESSARY and LEGITIMATE for:
- C ABI interop (raw pointers, extern "C")
- Manual memory management across FFI boundary
- Converting C strings to Rust strings

All unsafe usage follows Rust safety guidelines.

Test results: 232/232 tests passing ✓

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hyperpolymath added a commit that referenced this pull request Apr 20, 2026
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
hyperpolymath pushed a commit that referenced this pull request Apr 20, 2026
Addresses panic-attack security scan findings:

Task #7 (Critical): believe_me type checker bypass
- FINDING: False positive - only in tests/docs, not production code
- ECHIDNA axiom tracker designed to DETECT and REJECT believe_me

Task #8 (High): 24 unsafe blocks in ffi/mod.rs
- All blocks properly documented with SAFETY comments
- Necessary for C FFI interop (Zig layer)
- Added module-level safety justification & audit status
- Follows Rust FFI best practices (Rustonomicon)

Task #9 (High): 7 unsafe blocks in proof_search.rs
- All blocks feature-gated (optional Chapel FFI)
- All properly documented with SAFETY comments
- Null pointer checks before all dereferences
- Falls back to 100% safe SequentialSearch if Chapel unavailable

Unsafe code in FFI modules is NECESSARY and LEGITIMATE for:
- C ABI interop (raw pointers, extern "C")
- Manual memory management across FFI boundary
- Converting C strings to Rust strings

All unsafe usage follows Rust safety guidelines.

Test results: 232/232 tests passing ✓

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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