ContextForge v0.1.0: repository-to-agent context CLI #1
xiwuqi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have published the first public version of ContextForge.
This project came out of a practical frustration: coding agents often start with too little structure. Repository context is partial, task framing is underspecified, validation commands are missing, and the agent ends up guessing.
ContextForge scans a repository, compiles a markdown task or GitHub issue source into a task pack, exports compact briefs for Codex / Claude Code / Cursor, and lints generated guidance for stale references or weak validation setup.
It is local-first, CLI-first, open source, and intentionally not a hosted SaaS or code generator.
Repo: https://github.com/xiwuqi/ContextForge
All reactions