Skip to content

chore: remove non-skill content and relocate output schemas#9

Open
AnxForever wants to merge 1 commit into
mainfrom
chore/cleanup-non-skill-content
Open

chore: remove non-skill content and relocate output schemas#9
AnxForever wants to merge 1 commit into
mainfrom
chore/cleanup-non-skill-content

Conversation

@AnxForever
Copy link
Copy Markdown
Owner

  • Delete .github/workflows/ (CI infrastructure, not skill content)
  • Delete tests/ and pyproject.toml (development test suite)
  • Delete GO_LIVE_CHECKLIST.md (operational doc, not skill payload)
  • Move tests/schemas/ → references/schemas/ (output contracts are reference data)
  • Update validate_output_contract_sync.py to use new schema path
  • Remove test scripts from package.json, drop GO_LIVE_CHECKLIST from files
  • Update README.md, RELEASE.md, SKILL.md references accordingly

- Delete .github/workflows/ (CI infrastructure, not skill content)
- Delete tests/ and pyproject.toml (development test suite)
- Delete GO_LIVE_CHECKLIST.md (operational doc, not skill payload)
- Move tests/schemas/ → references/schemas/ (output contracts are reference data)
- Update validate_output_contract_sync.py to use new schema path
- Remove test scripts from package.json, drop GO_LIVE_CHECKLIST from files
- Update README.md, RELEASE.md, SKILL.md references accordingly
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 25, 2026

Warning

Rate limit exceeded

@AnxForever has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 12 minutes and 53 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between caebe3c and ae33cf8.

📒 Files selected for processing (24)
  • .github/workflows/regression-gate.yml
  • GO_LIVE_CHECKLIST.md
  • README.md
  • RELEASE.md
  • SKILL.md
  • package.json
  • pyproject.toml
  • references/schemas/benchmark_pipeline_output.json
  • references/schemas/generate_brief_output.json
  • references/schemas/qa_prompt_output.json
  • references/schemas/run_pipeline_codegen_output.json
  • references/schemas/run_pipeline_manual_output.json
  • references/schemas/search_stylekit_output.json
  • scripts/validate_output_contract_sync.py
  • tests/__init__.py
  • tests/conftest.py
  • tests/test_blend_engine.py
  • tests/test_brief_builder.py
  • tests/test_common.py
  • tests/test_output_contracts.py
  • tests/test_qa_prompt.py
  • tests/test_v2_taxonomy.py
  • tests/test_validate_output_contract_sync.py
  • tests/test_validate_taxonomy.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/cleanup-non-skill-content

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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