Skip to content

agile-explorations/hodge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hodge

AI development framework: Freedom to explore, discipline to build, confidence to ship.

Status

🚧 Alpha Development - Not ready for production use

Installation

npm install -g @agile-explorations/hodge

Quick Start

# Initialize Hodge in your project
hodge init

# Start exploring a feature
hodge explore "user authentication"

# Build with recommended standards
hodge build "user authentication"

# Harden for production
hodge harden "user authentication"

Testing Philosophy

We follow a Progressive Testing Strategy - tests evolve with code maturity:

  • Explore: Write test intentions (what should it do?)
  • Build: Write smoke tests (does it work at all?)
  • Harden: Add integration tests (does it behave correctly?)
  • Ship: Full test suite (is it production ready?)

See TEST-STRATEGY.md for complete testing guidelines.

Quick Test Commands

npm run test:smoke       # Quick sanity checks
npm run test:integration # Behavior verification
npm run test:unit        # Logic validation
npm run test:acceptance  # User story validation
npm run test             # Run all tests

Documentation

License

MIT © Agile Explorations

About

AI development framework: Freedom to explore, discipline to build, confidence to ship

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published