Skip to content

feat: publish indexed static asset site#66

Merged
jrepp merged 1 commit into
mainfrom
feat/static-assets-site
May 30, 2026
Merged

feat: publish indexed static asset site#66
jrepp merged 1 commit into
mainfrom
feat/static-assets-site

Conversation

@jrepp

@jrepp jrepp commented May 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace the schema-only Pages deployment with an indexed static site for schemas, templates, version metadata, and reports
  • generate frontmatter JSON schemas from Pydantic models and publish template assets under stable URLs
  • add Python conformance and pip-audit security reports to the Pages artifact

Validation

  • uv run --python 3.12 python scripts/build_static_site.py
  • python3 -m json.tool site/reports/python-conformance.json
  • python3 -m json.tool site/reports/security-summary.json
  • python3 -m xml.etree.ElementTree site/sitemap.xml
  • uv run --python 3.12 ruff format --check scripts/build_static_site.py
  • uv run --python 3.12 ruff check scripts/build_static_site.py
  • local pip-audit smoke test with exported third-party requirements

@jrepp jrepp merged commit 5b53d4b into main May 30, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant