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.
9 lines
751 B
JSON
9 lines
751 B
JSON
{
|
|
"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.",
|
|
"systematic-enumeration": "Eliminate counting and membership errors via explicit set enumeration and atomic element testing."
|
|
}
|