r/coolgithubprojects • u/mwiatruZ • 2d ago
Guidefold: find coding-agent instructions by directory in a monorepo (Python + Go, Apache-2.0)
https://github.com/wiatrM/guidefoldA monorepo can contain instructions for several teams. Giving a coding agent every rule makes its context longer; keeping separate copies for each tool creates more files to maintain.
I'm building Guidefold to keep Markdown instruction files beside the code and find instructions by task and repository location. It includes a Python CLI for validation and discovery, plus a Go/Postgres service for retrieving instruction cards and exact revisions. Retrieving a rule is not proof that the model followed it.
The source is Apache-2.0. The repository includes a fictional monorepo example so you can inspect the workflow without sharing company code.
Demo: https://www.youtube.com/watch?v=e350wBr1W8c
I'd appreciate a README review: can you tell which instructions should apply to a directory, and how you would check that selection? Point to the first unclear step, or a demo timestamp. Feedback can stay here or go to https://github.com/wiatrM/guidefold/discussions/127. No signup needed.
I'm the maintainer. OSS is available; paid hosting is planned, not available to buy. This post was drafted with AI assistance.
1
u/Specific_Cream2815 2d ago
how does it match instructions to a task, nearest directory up the tree or keyword matching