-
Notifications
You must be signed in to change notification settings - Fork 0
Agent briefing
Ahmet Burak Biçer edited this page Jun 30, 2026
·
1 revision
When you (a coding or triage agent) work on this repository:
-
Read Project restrictions and
.github/copilot-instructions.mdin the main repo. - Never introduce stochastic Miller–Rabin or prime-library engines.
- Keep determinism — serial and parallel paths must agree on results.
-
Add tests for behaviour changes; use
@pytest.mark.slowfor multi-second 64-bit primes. -
Run before claiming success:
pytest -q -m "not slow"python benchmarks/check_determinism.py
- Remind users the project is largely AI-generated and needs human review for critical use.
-
Performance claims: use
benchmarks/compare_speed.py(primitive vs optimized).
Issue/PR automation posts a subset of this briefing automatically via Issue agent / PR agent workflows.
Best-Prime-Number-Function — deterministic primality (no stochastic MR) · Source · Wiki maintained from docs/wiki/ + this GitHub Wiki
Wiki
- Home
- Project restrictions
- Algorithm overview
- CI and automation
- Agent briefing
- Contributing
- Benchmarks
- Hall of fame
AI-designed project — review before production use.