Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 1.53 KB

File metadata and controls

25 lines (24 loc) · 1.53 KB

Release Checklist

  • README.md has no private paths, provider keys, or personal gateway URLs.
  • README.md has an Attribution section crediting external sources.
  • LICENSE copyright holder is specific (not generic "contributors").
  • CODE_OF_CONDUCT.md exists.
  • .github/ISSUE_TEMPLATE/ includes bug, feature, and plagiarism report templates.
  • .github/PULL_REQUEST_TEMPLATE.md includes originality declaration.
  • .github/workflows/ci.yml exists and passes.
  • .github/CODEOWNERS is set.
  • codex-mcp.example.toml uses placeholders only.
  • .env is not tracked.
  • node_modules/, dist/, logs, and archives are not tracked.
  • npm run build passes.
  • npm run test passes.
  • npm run eval:contracts and npm run eval:fixtures pass.
  • A real 10-pair pilot has complete external premium usage/cost JSONL, or release notes explicitly state that no savings/non-inferiority claim is authorized.
  • Any “cost-saving without quality loss” claim is backed by a passing npm run eval:formal result, not worker-call ratios alone.
  • npm run smoke passes.
  • npm pack --dry-run contains only intended files.
  • CI workflow is added with a token that has GitHub workflow scope.
  • GitHub repository description and topics are set.
  • First release notes mention current limitations and network credential requirements.
  • Any token pasted during setup has been revoked and replaced.
  • No code in the release is copied from other projects without attribution.