Skip to content

v0.2.0 - TICK Protocol + Framework Enhancements

Latest

Choose a tag to compare

@waleedkadous waleedkadous released this 08 Oct 17:52
· 17 commits to main since this release

πŸš€ Major New Features

TICK Protocol - Fast Autonomous Implementation

A new lightweight protocol for rapid development of simple, well-defined tasks:

  • Single-step execution from spec β†’ plan β†’ implement β†’ review
  • Ideal for tasks < 300 LOC: Bug fixes, utilities, config changes
  • Time savings: ~4 minutes vs 30+ minutes with SPIDER
  • Still maintains quality: Full documentation + multi-agent consultation at review phase

When to use TICK vs SPIDER:

  • Use TICK for: Well-defined tasks, clear requirements, low complexity
  • Use SPIDER for: Complex features, unclear requirements, architecture changes

Codev-Updater Agent - Stay Current Effortlessly

Never manually update your Codev installation again:

  • One command updates: "Please update my codev framework to the latest version"
  • Preserves your work: Never touches specs, plans, or reviews
  • Safety first: Creates timestamped backups with rollback instructions
  • Smart updates: Updates protocols, agents, and templates automatically

Architecture-Documenter Agent - Living Documentation

Automatically maintains comprehensive architecture documentation:

  • Auto-generated arch.md: Always up-to-date with your codebase
  • Documents everything: Directory structure, utilities, patterns, integration points
  • Integrated workflow: Invoked automatically at end of TICK reviews
  • Developer onboarding: New team members understand the codebase instantly

πŸ“¦ What's Included

Three AI Agents (requires Claude Code with Task tool):

  • πŸ”„ codev-updater - Keep framework current
  • πŸ—οΈ architecture-documenter - Maintain living documentation
  • πŸ•·οΈ spider-protocol-updater - Learn from community implementations

Three Development Protocols:

  • SPIDER - Multi-phase development with consultation (complex features)
  • SPIDER-SOLO - Single-agent variant
  • TICK - Fast autonomous implementation (simple tasks) ⭐ NEW

πŸ”§ Installation & Updates

Fresh Installation

Point your AI agent to INSTALL.md for installation instructions.

Existing Users - Update Your Installation

Simply ask your AI agent:

"Please update my codev framework to the latest version"

The codev-updater agent will:

  • Fetch the latest protocols and agents
  • Create backups of your current installation
  • Update everything while preserving your specs, plans, and reviews
  • Provide rollback instructions if needed

πŸ§ͺ Testing

Added comprehensive test suite:

  • tests/20_codev_updater.bats - 13 tests for updater functionality
  • Validates user work preservation
  • Tests protocol and agent updates
  • Ensures backup/restore functionality

πŸ“š Documentation Updates

  • README.md: New "AI Agents" section with all three agents
  • CLAUDE.md: Complete protocol selection guide and agent documentation
  • INSTALL.md: Updated with TICK protocol and agent installation
  • Removed llms.txt to reduce confusion

⚑ Breaking Changes

None! This release is fully backward compatible.

πŸ“– Learn More


Questions or feedback? Open an issue or start a discussion!