You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
Harden the deterministic artifact audit so HTML that is structurally complete but semantically weak gets blocked earlier.
Scope: update scripts/audit-artifact.py with minimal semantic checks, add at least one bad fixture such as complete-but-weak.html, and document the failure mode in ANTI_SLOP.
No-scope: no broad scoring rewrite, no UI redesign, no external dependencies, no deploy/infra/secrets/production changes.
Acceptance: audit blocks artifacts with generic job-to-be-done, evidence that does not affect recommendation, and copy/export output that is not runnable or reusable.
Rollback: revert script, fixture, and docs changes; existing golden validation returns to previous behavior.
Harden the deterministic artifact audit so HTML that is structurally complete but semantically weak gets blocked earlier.
Scope: update scripts/audit-artifact.py with minimal semantic checks, add at least one bad fixture such as complete-but-weak.html, and document the failure mode in ANTI_SLOP.
No-scope: no broad scoring rewrite, no UI redesign, no external dependencies, no deploy/infra/secrets/production changes.
Acceptance: audit blocks artifacts with generic job-to-be-done, evidence that does not affect recommendation, and copy/export output that is not runnable or reusable.
Rollback: revert script, fixture, and docs changes; existing golden validation returns to previous behavior.