mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 14:13:26 +00:00
* docs: fix missing CLI options and improve docs-review prompt - Add missing --config option docs for cf ssh setup and cf ssh status - Enhance .prompts/docs-review.md with: - Quick reference table mapping docs to source files - Runnable bash commands for quick checks - Specific code paths instead of vague references - Web UI documentation section - Common gotchas section - Ready-to-apply fix template format - Post-fix verification steps * docs: add self-review step to docs-review prompt * docs: make docs-review prompt discovery-based and less brittle - Use discovery commands (git ls-files, grep, find) instead of hardcoded lists - Add 'What This Prompt Is For' section clarifying manual vs automated checks - Simplify checklist to 10 sections focused on judgment-based review - Remove hardcoded file paths in favor of search patterns - Make commands dynamically discover CLI structure * docs: simplify docs-review prompt, avoid duplicating automated checks - Remove checks already handled by CI (README help output, command table) - Focus on judgment-based review: accuracy, completeness, clarity - Reduce from 270 lines to 117 lines - Highlight that docs/commands.md options tables are manually maintained