Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 931 Bytes

File metadata and controls

30 lines (21 loc) · 931 Bytes

Contributing

Principles

  • Preserve conservative safety defaults.
  • Add or update a failing test before changing behavior.
  • Use the smallest relevant validator for documentation, configuration, and CI changes.
  • Keep each pull request focused and reviewable.
  • Do not weaken stop conditions or overwrite protection to make a workflow appear successful.
  • Update public README claims only when tests or reproducible evidence support them.

Local checks

python scripts/check_release.py

Skill changes

A Skill must include:

  • SKILL.md with lowercase name and description frontmatter
  • agents/openai.yaml
  • a focused README
  • tests for deterministic scripts
  • no placeholder example files or unresolved TODO markers

Pull requests

Describe the behavior changed, tests added, commands run, compatibility effects, and any residual risk. Keep generated caches and distribution ZIPs out of commits.