Skip to content

Instantly share code, notes, and snippets.

View possibilities's full-sized avatar

Mike Bannister possibilities

  • AI Life
  • Portland East
  • 09:48 (UTC -05:00)
View GitHub Profile
{
"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": {

Context Composer Search Results

This document contains all occurrences of "context-composer" found in git repositories under ~/code.

Generated on: 2025-07-09

Total repositories with matches: 24


Tag Composer

Compose the content of markdown files into an xml-like tag structure.

What does it do?

Tag Composer processes markdown files that can reference other markdown files using @@ syntax, and outputs XML with the composed content wrapped in tags based on file paths.

$ tree docs/

Tag Composer

Compose the content of markdown files into an xml-like tag structure.

What does it do?

Tag Composer processes markdown files that can reference other markdown files using @@ syntax, and outputs XML with the composed content wrapped in tags based on file paths.

$ tree docs/
# 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.
@possibilities
possibilities / pipeline-signatures.ts
Created July 6, 2025 22:20
Function signatures for fs-to-xml pipeline
// Function Pipeline Signatures
// ============ parseContent ============
// From src/parse-content.ts
interface AstNode {
type: string
[key: string]: any
}

Commander.js Version Check Report

Date: 2025-07-06
Purpose: Verify that all Commander.js CLIs properly report their package.json version

Summary

Checked 10 projects in ~/code that use Commander.js. All projects successfully built, but one project (fs-to-xml) has a runtime dependency issue.

Overall Results

Commander.js Version Check Report

Date: 2025-07-06
Purpose: Verify that all Commander.js CLIs properly report their package.json version

Summary

Checked 10 projects in ~/code that use Commander.js. All projects successfully built, but one project (fs-to-xml) has a runtime dependency issue.

Overall Results

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