ss-resolve
Installation
SKILL.md
Resolve effective StyleSeed context
Use the bundled scripts/resolve-context.mjs; do not hand-compose the rule stack.
- Resolve the project boundary first: if either
.styleseed/project.jsonor.styleseed/artifacts/index.jsonexists, require a complete, valid registry. Do not fall back toSTYLESEED.mdon a registry error. Only use that lock when no registry exists. - Keep the working directory at the user's project root. Invoke the script by its installed
path; do not
cdinto the skill directory. - Legacy single-artifact projects should prefer
--from-lock STYLESEED.md. Registry projects use.styleseed/project.jsonplus.styleseed/artifacts/*.jsonand must resolve with--artifactor--all; in registry mode, edit project-owned config instead of passing selection overrides. - Read the emitted bundle before building: legacy writes
.styleseed/effective-rules.md; registry writes.styleseed/bundles/<artifact-id>.md. - Preserve the manifest output: legacy uses
.styleseed/manifest.json; registry uses.styleseed/manifests/<artifact-id>.json. - Use
--checkto detect context drift without rewriting files.
For installation or project-health questions, run the read-only diagnostic first: