Skip to content

CI tests#7

Merged
AdaWorldAPI merged 2 commits into
masterfrom
claude/setup-adaworld-ndarray-5IxqY
Mar 16, 2026
Merged

CI tests#7
AdaWorldAPI merged 2 commits into
masterfrom
claude/setup-adaworld-ndarray-5IxqY

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

CI tests

claude added 2 commits March 16, 2026 01:01
- Push triggers on both master and main branches
- Clippy runs with -D warnings for both standard and native features
- New native-backend job: build + test with native, native+approx
- Miri job: continue-on-error (nightly-only, can't run SIMD/FFI)
- native-backend added to conclusion gate

All CI jobs default to stable toolchain except format (nightly for
rustfmt) and miri (nightly required).

https://claude.ai/code/session_01QnZH2adQ6oXzTYPkLTH6G7
PR checks (all stable):
- clippy: standard + native features, -D warnings
- format: stable rustfmt (was nightly, unnecessary)
- tests: stable + beta + MSRV (dropped nightly from matrix)
- native-backend: build + nextest with native feature
- nostd, cross_test, blas-msrv: all stable

Merge queue / push only (nightly):
- miri: can't run SIMD intrinsics anyway
- cargo-careful: nightly-only -Z flag
- docs: nightly needed for --cfg docsrs

Nightly in the test matrix risked SIGILL on GHA runners (no AVX-512)
and contradicts the stable-safe SIMD design. The conclusion job
already accepts "skipped" so gated jobs don't block PRs.

https://claude.ai/code/session_01QnZH2adQ6oXzTYPkLTH6G7
@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.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AdaWorldAPI AdaWorldAPI merged commit 14cdc94 into master Mar 16, 2026
AdaWorldAPI pushed a commit that referenced this pull request Mar 30, 2026
Tactics 1-12 from the 34-tactic integration plan, adapted to ndarray:
  styles::rte  — #1  Recursive Thought Expansion (Hofstadter)
  styles::htd  — #2  Hierarchical Thought Decomposition (CLAM)
  styles::smad — #3  Structured Multi-Agent Debate (NARS revision)
  styles::tcp  — #5  Thought Chain Pruning (Berry-Esseen)
  styles::irs  — #9  Iterative Roleplay Synthesis (XOR binding)
  styles::mcp  — #10 Meta-Cognition (Brier score calibration)
  styles::tca  — #12 Temporal Context (Reichenbach tense)

Plus additions to existing modules:
  causal_diff.rs — #4  reverse_trace() (Pearl Rung 3)
  bgz17_bridge.rs — #6  inject_noise() (simulated annealing)
  nars.rs — #7  adversarial_critique(), #11 detect_contradiction()
  cascade.rs — #8  adaptive_resolution()

Every tactic is fn(Base17, NarsTruth) → result. No LLM prompting.
16 tests passing. API: crate::hpc::styles::rte::expand() etc.

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
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