WORK-062
ID:WORK-062Status:done

Inspector Metadata Audit

Priority:mediumComplexity:simpleMilestone:v0.9.0Source:SPEC-024
claude/file-naming-convention-LJdwR View source

Criteria completion

No incremental history — criteria tracking started on Apr 21.

Branches 3
claude/file-naming-convention-LJdwR current done
main donechangeset-release/main doneclaude/align-sidenav-styling-4MuxV done
History 2
  1. bbbb94c
    Created (done)by bjornolofandersson
  2. f2b3512
    Content editedby Claude
    Add {ID}-{slug}.md filename convention + migrate filenames subcommand

Summary

Add a --audit-meta flag to refrakt inspect that verifies metadata configuration across all runes: which meta types are in use, which status/category fields have sentiment maps, and whether the theme provides CSS for all meta types and sentiments.

Acceptance Criteria

  • refrakt inspect --audit-meta shows meta types in use with rune counts
  • Audit shows sentiment coverage — which fields with sentiment maps vs. which lack them
  • Audit checks theme CSS for [data-meta-type], [data-meta-sentiment], and [data-meta-rank] selectors
  • Missing theme rules are flagged as warnings
  • Output is clear and actionable for theme developers
  • --json flag works with --audit-meta for programmatic use

Approach

Extend the existing inspector audit infrastructure. Walk all rune configs, collect structure entries with metaType, group by type/sentiment. Compare against CSS selectors found in the theme's stylesheets. Report gaps.

References

  • SPEC-024 (Metadata System — Inspector Audit)