Clean foundation implementation with comprehensive code quality improvements.
- Clean slate architecture based on lessons learned from v0.5.0
- Bun-native build system for optimal performance
- Streamlined package structure with clear separation of concerns
- Historical context preserved in
versions/v0.5.0-archive/
- Fixed all critical compilation errors
- Removed ESLint dependencies completely (using oxlint instead)
- Resolved TypeScript warnings and unused variables
- Clean, maintainable codebase ready for development
@pwarnock/liaison(v0.1.0) - Main CLI framework@pwarnock/toolkit-core(v0.1.0) - Core library@pwarnock/liaison-coordinator(v0.1.0) - Integration orchestrator@pwarnock/opencode-config(v0.1.0) - Configuration management
- Bun-native compilation (~40ms build time)
- ESM compatibility resolved
- Hot reloading available in development
- Turbo monorepo support maintained
- Version reset to v0.1.0 for clean foundation
- All package versions synchronized
- ESLint removed, oxlint adopted
- Build system migrated to Bun
- Historical context in
versions/v0.5.0-archive/ - Core architectural decisions
- Development workflows and patterns
- Test infrastructure
# Install dependencies
bun install
# Development mode
bun run dev
# Build all packages
bun run build
# Run tests
bun run testbun run build- Build all packagesbun run dev- Development with hot reloadbun run test- Run test suitebun run lint- Lint with oxlint
- Architecture:
docs/architecture/ - Workflows:
docs/workflows/ - Examples:
examples/ - Historical Context:
versions/v0.5.0-archive/
v0.1.0 provides the clean foundation for:
- Feature development with stable base
- Plugin architecture implementation
- Workflow automation enhancements
- Performance optimizations
v0.1.0 - Clean Foundation ✅ Built with Bun • Tested • Ready for Development