Conversation
…h effort scoring - BrainDumpChunker.tsx: textarea input → chunked micro-tasks UI - brainDump.ts: parse + score logic (effort 1-5, tag detection, priority sort) - API route: /api/brain-dump/chunk → calls hypercode-core LLM endpoint - Dashboard integration: new Brain Dump section below Mission Control grid - Tests: parse logic, effort scoring, tag detection (28/28 passing) - 0 axe violations, build passes - Closes audit Feature #4
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.
🧠 What This PR Does
Adds the Brain Dump → Task Chunker — audit Feature #4 from the neurodivergent IDE roadmap.
Paste your chaotic brain dump — tasks, worries, half-formed ideas, all of it — and get back a clean, prioritised list of micro-tasks with effort scores and a single "Start Here" recommendation.
📦 Files Added
lib/brainDump.tscomponents/BrainDumpChunker.tsx__tests__/brainDump.test.ts⚡ How It Works
🎨 Features
💻code🔍research💬comms📋admin🎨creative🚧blocked📌otheraria-live="assertive"— announces result count + suggested focus to screen readersrole="alert"on overload warning — interrupts immediately🧪 Test Coverage (15 tests)
🧠 ND Design Rationale