Tags

Tags give the ability to mark specific points in history as being important
  • base-core-build

    Complete base-core build with Docker support
    
    This tag includes all necessary files for the base-core build:
    - Framework-agnostic TypeScript core with validation and testing
    - TRACE plugin package
    - React frontend with adapters
    - Docker Compose configuration with monorepo support
    - Complete build pipeline for @opennsnap/core
    - All necessary .gitignore files
    
    Ready for production deployment and multi-framework expansion.
  • base-core-clean

    Base implementation with framework-agnostic core and React frontend
    
    This tag marks the completion of the framework-agnostic refactoring:
    - packages/core: Framework-agnostic TypeScript core (validated, tested)
    - packages/plugin-trace: TRACE analysis code plugin
    - frontend-react: React frontend with adapters (122 lines, down from 212)
    - 28 passing tests for core functionality
    - Full Docker deployment working
    
    All domain logic extracted to @opennsnap/core, ready for multi-framework support.