Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ env/
# Local tooling/editor config (kept out of the public repo)
.claude/

# Note: data/_staging/ (raw collected candidate pool) is intentionally tracked —
# comprehensive data collection is a purpose of this repo.

# Build-only: regenerated on every Pages deploy (site/scripts/build-*.mjs)
site/public/v1/history.json
site/public/v1/verification.json
Expand Down
2 changes: 1 addition & 1 deletion app/validate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Validate seed JSON against the schema and conventions (§9.3, §15.3).

Checks: required fields, slug convention (§14.1), value ranges/units (§14.3),
and foreign-key integrity by slug. Run with ``python -m scripts.validate``;
and foreign-key integrity by slug. Run with ``python -m app.validate``;
exits non-zero on the first failure set (used by CI ``validate-data.yml``).
"""

Expand Down
Loading