Generated: Thu Jul 10 01:01:17 PM EDT 2025
Search arguments: git grep foo
src/index.ts: autocil foo/bar # Use ${config.root}/foo/bar
| { | |
| "name": "commit-creator", | |
| "version": "0.1.8", | |
| "author": "Mike Bannister <[email protected]>", | |
| "license": "MIT", | |
| "description": "Commit Creator CLI", | |
| "bin": { | |
| "commit-creator": "./commit-creator.sh" | |
| }, | |
| "repository": { |
| # Tag Composer Validation Implementation Summary | |
| ## Overview | |
| This document summarizes the implementation of Commander.js validation for the tag-composer CLI tool, including the analysis of the validate-calling-command module and recent refactoring work. | |
| ## Implementation Summary | |
| ### Initial Request | |
| The goal was to use the Commander.js parser on arbitrary strings to validate commands within markdown files, in addition to using it for CLI invocation. The key requirement was that commands marked as "isCallingCommand" should be validated using the same rules as the actual CLI. |
| // Function Pipeline Signatures | |
| // ============ parseContent ============ | |
| // From src/parse-content.ts | |
| interface AstNode { | |
| type: string | |
| [key: string]: any | |
| } |
Date: 2025-07-06
Purpose: Verify that all Commander.js CLIs properly report their package.json version
Checked 10 projects in ~/code that use Commander.js. All projects successfully built, but one project (fs-to-xml) has a runtime dependency issue.
Date: 2025-07-06
Purpose: Verify that all Commander.js CLIs properly report their package.json version
Checked 10 projects in ~/code that use Commander.js. All projects successfully built, but one project (fs-to-xml) has a runtime dependency issue.