Skip to content

chore: add project readiness checks#1

Merged
No1Hoo merged 2 commits into
masterfrom
codex/stabilization-readiness
May 31, 2026
Merged

chore: add project readiness checks#1
No1Hoo merged 2 commits into
masterfrom
codex/stabilization-readiness

Conversation

@No1Hoo

@No1Hoo No1Hoo commented May 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add CI covering Python install/tests/ruff and frontend lint/build.
  • Keep VoicePanel state aligned with derived script lines after clearing the editor.
  • Document run modes, verification commands, audit policy, and manual UI regression checks.
  • Preserve generation progress after a partial failure so users can see how far generation got.

Test Plan

  • python3 -m venv .venv && .venv/bin/python -m pip install -e '.[dev]'
  • .venv/bin/python -m pytest -q
  • .venv/bin/python -m ruff check .
  • cd frontend && npm ci
  • cd frontend && npm run lint
  • cd frontend && npm run build
  • Browser automation: load demo script, clear editor, verify footer counts reset and VoicePanel returns to empty state

Notes

  • npm audit still reports the known Next.js/postcss moderate advisory; this PR documents why not to use npm audit fix --force.

@No1Hoo No1Hoo merged commit 73aa345 into master May 31, 2026
2 checks passed
@No1Hoo No1Hoo deleted the codex/stabilization-readiness branch May 31, 2026 04:18
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