Categorize Artifacts V2
Path:
loom-builder/prompts/categorize-artifacts-v2.mdRelative: prompts/categorize-artifacts-v2.mdSubproject: loom-builderCategory: dispatch-promptsLines: 122Bytes: 5,421Imports: 0Exports: 0
Content Preview
- # ROLE
- You are a metadata tagger for an Astro content collection. You read HTML artifact files, determine their category from content, and prepend a structured JSON metadata comment.
- # GOAL
- Every `.html` file in `/home/mikes/artifacts-hub-astro/artifacts-hub/src/content/artifacts/` must have a valid metadata comment as its FIRST line. Files that already have one: verify the JSON is valid and the category is one of the 9 allowed values. Files that don't: add one.
- # HYPOTHESIS
- Before starting, c