GitHub Integration: Full Repository and Folder Sync into Wiki
planned
I
Ignacio Montenegro
Desired behavior:
Support GitHub integration that allows syncing an entire repository or specific folders, so Membase can understand the full context of a codebase.
Specific desired workflow:
Allow users to sync a particular folder inside a repository (e.g., /docs) directly into a Membase project wiki. This folder could contain:
- Product decisions
- Architecture notes
- Technical documentation
- Design rationale
- Planning documents
- Implementation notes
Use case:
Many projects store important context in repository folders. Syncing these into Membase would keep the code and the reasoning behind it connected, making the AI aware of both the implementation and the documentation surrounding it.
Possible implementation direction:
A repository folder could be synced into Membase as a structured wiki, potentially stored in Supabase or another backend structure. The sync should stay up to date as the repo changes.
Why it matters:
Full repo sync would help AI assistants understand both the code and the documentation surrounding it. This would make Membase significantly more useful for software projects, technical teams, and developer workflows.
Joshua Park
marked this post as
planned
Joshua Park
Merged in a post:
GitHub Integration
Seunghyun Kim