Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 697 Bytes

File metadata and controls

27 lines (21 loc) · 697 Bytes

Contributing Official Packages

Official packages are curated through pull requests only.

Package Layout

packages/<id>/
  mend-package.json
  .mendcode/
    commands/
    modes/
    skills/
    prompts/
    tui/

Add every package to .mendcode/marketplace/index.json.

Review Checklist

  1. Package id is stable and lower-case.
  2. mend-package.json has version: 0, packageVersion, title, description, compatibility, artifacts, and distribution source.
  3. Artifacts point only to files inside that package.
  4. No secrets or blocked paths are present.
  5. npm or bun installs are not required to validate the registry.
  6. node scripts/validate-packages.mjs passes.