adopt: files-to-prompt (Apache 2.0) for Robin onboarding + cf-orch context building #50
Labels
No labels
free-tier:live
good first issue
priority:backlog
priority:high
priority:medium
status:active-dev
status:alpha
status:beta
status:blocked
status:concept
status:design
status:in-progress
status:launched
status:review
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/roadmap#50
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: https://github.com/simonw/files-to-prompt (v2 fork: TheAhmadOsman/files-to-prompt)
License: Apache 2.0
Stack: Python CLI
What it does
Concatenates directory trees into LLM prompts. Features:
.gitignore-aware (respects existing ignore rules)--cxml) for structured multi-file contextnode_modules, CI filesCF applications
Robin (Linux migration companion): Robin's "explain my existing setup" onboarding needs to understand a user's home directory, dotfiles, installed packages, and config files.
files-to-promptpointed at~/.config/,~/.local/, etc. gives Robin the full context in one pass.cf-orch agent context building: When a worker needs full codebase context for a long-running task,
files-to-prompt --cxml src/produces structured input ready for Claude.Avocet pipeline: Feeding email corpus samples as structured context for classifier training decisions.
Internal developer tooling: Replaces ad-hoc
cat $(find . -name "*.py")pipelines with a proper, filterable, gitignore-aware tool.Recommendation
Adopt the upstream
simonw/files-to-promptas a dependency — it's actively maintained and the v2 fork's Claude XML feature is already upstream. Add to cf-core dev tooling requirements and Robin's onboarding pipeline design.