audit_metadata_completeness

command
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Command audit_metadata_completeness reports discovery-metadata gaps (R-META) across the canonical ActionSpec catalog. For every action it flags:

  • generic_usage: a placeholder Usage string such as "Use to execute X domain action." (or an empty Usage) instead of a purpose-specific sentence.
  • aliases_only_toolname: no natural-language aliases beyond the canonical action name and the projected individual-tool name.
  • empty_related: no RelatedActions cross-links.
  • missing_individual_description: the individual-tool surface has no "Returns: … See also: …" Description.

The output is the R-META slice of the 1:1 backlog, grouped by owner package.

Usage:

go run ./cmd/audit_metadata_completeness/                 # full report to stdout
go run ./cmd/audit_metadata_completeness/ -gaps-only      # only actions with findings
go run ./cmd/audit_metadata_completeness/ -output dist/metadata-completeness.json

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL