Files
FESADev/plugins/fesa-commands/commands/verify-docs.md
T
2026-05-01 02:29:30 +09:00

930 B

description
description
Validate Codex extension files, plugin command metadata, and project documentation metadata.

/verify-docs

Preflight

  • Read /AGENTS.md, /PROGRESS.md, /PLAN.md, and any changed .codex, plugins/, .agents/plugins/, or documentation files.
  • Use $fesa-doc-sync when available.

Task

  • Parse .codex/config.toml and .codex/agents/*.toml.
  • Parse .codex/hooks.json.
  • Parse plugins/*/.codex-plugin/plugin.json.
  • Parse .agents/plugins/marketplace.json.
  • Check .codex/skills/*/SKILL.md frontmatter for name and description.
  • Check plugins/*/commands/*.md command Markdown files for description frontmatter.

Verification

  • Run the format checks above.
  • Run python scripts/validate_workspace.py.

Result

  • Action: verified docs and Codex extension files
  • Status: success | partial | blocked
  • Details: files checked, failures, and validation result