Codev v1.0.0 "Architect" - Release Announcement #48
waleedkadous
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Codev v1.0.0 "Architect" - Release Announcement
Release Date: December 5, 2025
We're thrilled to announce Codev v1.0.0, codenamed "Alhambra" - our first stable release with a complete architect-builder workflow for AI-assisted parallel development.
The screenshot above shows Codev building itself: the Architect (left) orchestrates while a Builder (right) writes these release notes.
Core Philosophies
1. Natural Language is the Programming Language
Specifications and plans written in natural language are the primary artifacts. Code is generated from these documents, not the other way around. When requirements change, update the spec first. The spec is the source of truth; code is a derived artifact.
2. Multiple Models Perform Better
No single AI model has all the answers. Different models have different strengths - one writes the code, another reviews for edge cases, a third catches architectural issues. Multi-agent consultation catches errors that single-agent workflows miss. The cost of consultation is far less than the cost of bugs in production.
3. Parallel Agents are Faster
Complex projects can be decomposed into independent specs. Multiple builders working in isolated git worktrees can implement features simultaneously. The architect orchestrates; the builders execute. Parallelism multiplies throughput.
Highlights
The Architect-Builder Pattern
The centerpiece of v1.0.0 is a new paradigm for AI-assisted development. Read more in The Architect-Builder Pattern: Scaling AI Development with Spec-Driven Teams.
Tower Dashboard
A new centralized view (
af tower) shows all running agent-farm instances across your machine:Consult Tool
Multi-agent consultation is now first-class with the new
consultCLI:The consultant role is defined as a collaborative partner - not a rubber stamp, not adversarial, but a thoughtful second perspective that offers alternatives and considerations.
Flexible Builder Spawning
The
af spawncommand now supports five modes for different workflows:--project 0003--task "Fix the login bug"--protocol cleanup--worktree feature/x--shellAnnotation Tool
Review and comment on files directly from the dashboard. Click any line to add a review comment - perfect for architect-builder communication.
Interactive Tutorial
New to Codev? Run
af tutorialfor a step-by-step introduction:Development Protocols
SP(IDE)R - Our flagship protocol for structured development:
The key differentiator is multi-agent consultation and fixed human review points. Each agent brings its own strengths and blind spots; the human has final say at key decision points.
New protocols in v1.0.0:
The Conceptual Model
Codev uses a clear conceptual model for composable AI workflows:
The Builder role has been clarified: "building" encompasses build, remodel, repair, extend, validate, document, and maintain. Builders own the artifact - the complete, working result.
Getting Started
Tell your AI agent:
Or follow the Installation Guide yourself.
Recommended Alias
Add to your
~/.bashrcor~/.zshrc:Then:
Join the Movement
Codev is self-hosted - we use Codev to build Codev. Every feature in this release went through SP(IDE)R. Every improvement has a specification, plan, and review. The pain points we feel become the next features we build.
Check our
codev/specs/directory. Read the plans. Learn from our reviews. It's not just open source code; it's open source methodology.The best methodologies emerge from collective practice, not ivory towers. If you try Codev:
Resources
Built with Codev - where context drives code
Beta Was this translation helpful? Give feedback.
All reactions