Skip to content

Centralize submission readiness path#201

Merged
kriptoburak merged 1 commit into
masterfrom
codex/centralize-submission-readiness-path
Jun 12, 2026
Merged

Centralize submission readiness path#201
kriptoburak merged 1 commit into
masterfrom
codex/centralize-submission-readiness-path

Conversation

@kriptoburak

@kriptoburak kriptoburak commented Jun 12, 2026

Copy link
Copy Markdown
Member

Summary

  • centralize the submission readiness path used by metadata tests
  • keep the submission readiness link and surface assertions aligned from one constant

Validation

  • uv run ruff format --check .
  • uv run ruff check .
  • uv run basedpyright
  • uv run pytest --cov=hermes_tweet --cov=tests --cov-report=term-missing --cov-fail-under=100
  • uv run bandit -q -r hermes_tweet scripts
  • uv run python scripts/check_public_safety.py
  • uv run pip-audit
  • uv run python scripts/check_public_links.py
  • uv run python scripts/check_hermes_agent_compat.py
  • uv build
  • uv run twine check dist/*
  • actionlint
  • git diff --check

Note

Centralize submission readiness path into a constant in test metadata

Replaces hardcoded "docs/SUBMISSION_READINESS.md" strings in tests/test_metadata.py with a single SUBMISSION_READINESS_PATH constant, used in both EXPECTED_SUBMISSION_READINESS_LINK and the per-surface assertion in test_release_metadata_surfaces_stay_aligned.

Macroscope summarized 5125f26.

@kriptoburak kriptoburak merged commit 818c6a0 into master Jun 12, 2026
5 checks passed
@kriptoburak kriptoburak deleted the codex/centralize-submission-readiness-path branch June 12, 2026 03:37
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