Discover and explore top open-source AI tools and projects—updated daily.
evidentloopAI coding workflow protocol for resumable, traceable development
Top 91.0% on SourcePulse
Summary
Sopify provides a protocol layer for AI coding, addressing rework and lost context by making AI-assisted development resumable and traceable. It ensures that plans, decisions, and verification evidence are stored as project files within the repository, allowing developers to seamlessly continue work across different hosts and machines. This benefits users who require auditable development processes and consistent AI assistance.
How It Works
Sopify integrates with AI coding hosts like Codex, Claude, Qoder, and Copilot, enforcing a "plan before code" methodology. When requirements are unclear, Sopify prompts the AI to stop, plan, and score tasks before generating code. All generated plans, design decisions, and verification receipts are persistently stored in the .sopify/ directory and tracked by git. This enables users to open the same repository on any supported host and automatically resume work from the last checkpoint, maintaining context and auditability.
Quick Start & Requirements
curl -fsSL https://github.com/evidentloop/sopify/releases/latest/download/install.sh | bash -s -- --target codex:en-US (See Installation section for other hosts and Windows PowerShell).~go command within the host environment.Highlighted Details
.sopify/ and managed via git, creating a persistent, auditable development history.Maintenance & Community
./CONTRIBUTING.md.Licensing & Compatibility
Limitations & Caveats
2 days ago
Inactive
gsd-build