This document contains all occurrences of "context-composer" found in git repositories under ~/code.
Generated on: 2025-07-09
Total repositories with matches: 24
| { | |
| "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.
| WARNING: apt does not have a stable CLI interface. Use with caution in scripts. | |
| Reading package lists... | |
| Building dependency tree... | |
| Reading state information... | |
| python3 is already the newest version (3.9.2-3). | |
| python3-venv is already the newest version (3.9.2-3). | |
| 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
| Cloning into '/home/mike/src/qutebrowser'... |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |