WORK-060
ID:WORK-060Status:done

Annotate Rune Configs with Metadata Dimensions

Priority:highComplexity:moderateMilestone:v0.9.0
claude/align-sidenav-styling-4MuxV View source

Criteria completion

No incremental history — criteria tracking started on Apr 17.

Branches 4
History 3
  1. c3a9415
    Content editedby Claude
    feat(runes): annotate all rune configs with metadata dimensions (WORK-06
  2. a129a9e
    Content editedby Claude
    Assign all new work items (WORK-051–068) to v0.9.0 milestone
  3. a333007
    Created (done)by Claude
    Add work items for SPEC-024 (Metadata) and SPEC-025 (Universal Theming)

Summary

Once the identity transform supports metadata dimensions (WORK-059), annotate all existing rune configs across core and community packages with metaType, metaRank, and sentimentMap values. The full mapping is documented in SPEC-024's Rune Metadata Map table covering ~48 fields across all packages.

Acceptance Criteria

  • Core rune configs annotated: Budget (currency, travelers, duration)
  • Docs package configs annotated: Api (method, path, auth), Symbol (kind, lang, since, deprecated)
  • Learning package configs annotated: HowTo (estimatedTime, difficulty), Recipe (prepTime, cookTime, servings, difficulty)
  • Storytelling package configs annotated: Character (role, status), Realm (realmType, scale), Lore (category), Faction (factionType, alignment, size), Plot (plotType, structure), Bond (bondType, status)
  • Places package configs annotated: Event (date, endDate, location)
  • Media package configs annotated: Playlist (type)
  • Plan package configs annotated: Spec, Work, Bug, Decision, Milestone (all fields per SPEC-024 map)
  • refrakt inspect output for each annotated rune shows correct data-meta-* attributes
  • CSS coverage tests still pass (metadata attributes are additive, no BEM changes)

Approach

Work through SPEC-024's Rune Metadata Map table package by package. For each field, add metaType, metaRank, and optionally sentimentMap to the corresponding structure entry child in the rune's config. Verify with refrakt inspect <rune> after each package.

References

  • SPEC-024 (Metadata System — Rune Metadata Map)
  • WORK-059 (Metadata Dimensions on StructureEntry)