What Memov tries to explore: Not “a better GitHub,” but a different abstraction: Every interaction (prompt + agent plan + diff) becomes a traceable unit. Memory-first versioning, not file-first. Reproducibility: any agent can resume from context, not code only.
Time machine for reasoning: “why was this written?” not just “what changed.”
ssslvky1•39m ago
Today’s workflow looks more like: 1. you talk to a coding agent it generates a plan 2. the plan produces code 3. you iterate conversationally 4. many changes never become Git commits
Context is scattered across prompts, diffs, tools, terminals, editors, memory layers… And GitHub simply can’t represent this.