feat: add docs-sync-audit

Functions almost exactly as the readme-sync-audit, but attempts to
identify existing documentation and use that as the "Single Source of
Truth" instead of the README. README will also be updated only when
changes are relevant to the README layout/content.
This commit is contained in:
2026-06-08 16:56:49 -04:00
parent d9b56d8f2e
commit 2e822573b1
2 changed files with 48 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"date-time": "Get the current date and time when it is relevant to the task at hand, and use it to make informed decisions.",
"docs-sync-audit": "Keep documentation accurate by programmatically aligning it with the current state of the codebase.",
"git-publish-workflow": "Automate the full lifecycle from uncommitted local work to an open Pull Request, with built-in quality gates.",
"readme-sync-audit": "Keep README.md accurate by programmatically aligning it with the current state of the codebase.",
"ship-it": "Run a comprehensive pre-flight audit and publish changes to a new PR in a single command.",