feat(irc): add IRC client and backend services#6
Open
mojomast wants to merge 95 commits intodevussy-testingfrom
Open
feat(irc): add IRC client and backend services#6mojomast wants to merge 95 commits intodevussy-testingfrom
mojomast wants to merge 95 commits intodevussy-testingfrom
Conversation
added 30 commits
November 22, 2025 18:26
added 30 commits
November 23, 2025 14:04
… with underscores
Add anchor-based context guidelines across AGENTS.md, README.md, START_HERE.md, HANDOFF_FOR_NEXT_AGENT.md, devplan.md, handoff.md; update progress log and next-task anchors
Move 15 legacy planning/handoff documents from root to planning-archive/ directory to clean up repository structure. Retained current devplan.md, handoff.md, adaptive pipeline docs, and core documentation files.
… & ValidationReport components
…ignView - Add validation state and auto-trigger after design generation - Add correction loop state with real-time iteration updates - Show ValidationReport panel with issues and Auto-correct button - Show CorrectionTimeline with iteration progress - Block auto-advance when validation has issues, add Approve Anyway - Add show/hide toggles and badges for collapsed panels - Extend PipelineStage type with complexity, validation, correction stages - Update devplan.md and handoff.md with progress
… adaptive pipeline - Add Jest + React Testing Library infrastructure for frontend tests - Create 72 component tests for ComplexityAssessment, ValidationReport, CorrectionTimeline - Set up Storybook 10.0.8 with Next.js adapter for visual regression testing - Add Chromatic integration for visual snapshot testing - Create comprehensive Storybook stories for all adaptive pipeline components - Update README with Adaptive Complexity Pipeline documentation section - Mark Phase 2 frontend work as complete in devplan.md and handoff.md Test commands: npm test - Run 72 component tests npm run storybook - Launch Storybook dev server npm run build-storybook - Build static Storybook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds IRC Add-on, InspIRCd, KiwiIRC gateway, and frontend integration.