930 B
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-syncwhen available.
Task
- Parse
.codex/config.tomland.codex/agents/*.toml. - Parse
.codex/hooks.json. - Parse
plugins/*/.codex-plugin/plugin.json. - Parse
.agents/plugins/marketplace.json. - Check
.codex/skills/*/SKILL.mdfrontmatter fornameanddescription. - Check
plugins/*/commands/*.mdcommand 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