first commit

This commit is contained in:
wsq
2026-05-13 21:58:19 +08:00
commit 0167c66cb7
1475 changed files with 233414 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Hidden Acceptance Reserve
This directory is intentionally reserved for private acceptance and regression suites that are not exposed to code-writing agents.
Public repo rules:
- Do not add executable public tests here.
- Keep provider/system helper interfaces stable so private CI can mount hidden evals without patching production code.
- Private hidden suites should target the same route entrypoints and fake-provider hooks used by `tests/system/**`.