Commit graph

4 commits

Author SHA1 Message Date
PerishFire
bbdd4e84b5
chore: enforce test directory conventions (#496)
* chore: enforce test directory conventions

Move package, app, and tool tests out of src and add guard enforcement so source directories stay source-only.

* ci: use guard and package-scoped tests

Run the new repository guard in CI and keep test execution aligned with package-scoped commands after removing root aliases.

* ci: align stable release guard check

Use the new repository guard in stable release verification after replacing the residual-JS-only script.

* chore: tighten test layout enforcement

Enforce sibling tests directories, typecheck moved test suites with dedicated configs, and refresh remaining guidance that pointed at src-based tests.

* chore: clarify no-emit test tsconfigs

Explicitly disable declaration-only emit in test tsconfigs so review tooling sees they are no-emit typecheck configs.
2026-05-05 15:34:22 +08:00
Caprika
0c00f241e7
Add preview comment attachments (#284) 2026-05-02 19:23:46 +08:00
Siri-Ray
85032f530c
fix(web): preserve deck preview pagination per file (#119)
Generated-By: looper 0.2.7 (runner=worker, agent=codex)
2026-05-02 11:13:49 +08:00
Siri-Ray
4e3d82cdcd
Fix deck preview pagination controls (#112)
* fix: correct deck preview pagination controls

Generated-By: looper 0.2.7 (runner=worker, agent=codex)

* fix: correct deck preview pagination controls

Generated-By: looper 0.2.7 (runner=fixer, agent=codex)
2026-05-02 11:02:47 +08:00