Mad Moon
Developer tooling
A development workspace connecting projects, memory, and tools.
- Python
- Git
- Hindsight
- CodeWiki
- MCP
- The problem
- Work spans repositories, tools, and conversations. Decisions and evidence need to stay connected to the project they belong to.
- The approach
- Coordinate independent Git projects through a local workspace, using native memory and code-navigation integrations.
- The principle
- Keep current source and the person’s intent at the center. A historical report is useful context, not proof that something works today.
Engineering notes
- Independent projects
- Each project keeps its own repository and worktrees. Shared workspace records coordinate the work around them.
- Native integrations
- Hindsight provides project memory and CodeWiki provides code navigation, using their supported interfaces.
- Careful delivery
- Local development, reviewed changes, and release publication are separate steps, with evidence attached to the work.