| name | add-registry |
| description | Add or update Cataclysm: Bright Nights mod registry manifests, especially entries that should appear on mods.cataclysmbn.org. |
Add Registry Manifest
Use this skill when adding or updating files under registry-index/manifests.
Workflow
- Fork
cataclysmbn/registry-index and branch from its main; do not push manifest/index changes to cataclysmbn/registry.
- Confirm the source repo, mod folder,
modinfo.json, license, version, Lua usage, dependencies, and parent/submod relationship from source files.
- Add or edit the YAML manifest in
manifests/ using the manifest id as the filename.
- Run the registry validation tooling against the
registry-index checkout.
- Commit only the intended manifest/source changes. Do not include generated file noise unless the task explicitly asks for generated outputs.
- Open a pull request to
cataclysmbn/registry-index.
- If the user expects the entry on
https://mods.cataclysmbn.org, wait for the registry-index PR to merge, the registry site deploy to complete, and the canonical live URL to verify before saying it is live.
- If the deploy is not completed and verified, state that the change is PR-only, pushed-only, or local-only and not visible on the live site yet.