modify documents
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user