Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mathcodes/taskhub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mathcodes/taskhub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 102 files changed
  • 1 contributor

Commits on Apr 5, 2026

  1. feat: P21 NL→SQL agents, schema dictionary, global voice bar

    - P21: API route, schema retrieval from CSV, nl→SQL + review agents, /p21 UI
    - Voice: sticky bar on all pages, dictation into focused fields, navigate via /taskhub|/p21|/
    - Task Hub: home hub, routed layout; Prisma build scripts and Neon DIRECT_URL docs
    
    Made-with: Cursor
    mathcodes committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    e8ade52 View commit details
    Browse the repository at this point in the history
  2. feat: P21 BOSS business rules, playbooks, NL-SQL examples

    - Add BOSS pipeline (API, UI, doc/bundle retrieval, training corpus)
    - Add playbooks (Prisma migration, templates/assignments/worker routes, UI)
    - Extend P21 NL-SQL and voice navigation; update docs and VERCEL notes
    
    Made-with: Cursor
    mathcodes committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    143b4e3 View commit details
    Browse the repository at this point in the history
  3. docs: README with BOSS PDF example; BOSS full C# synthesis; hydration…

    … fixes
    
    - Root README: landing overview, Features table (P21, BOSS, playbooks), PDF walkthrough link
    - public/p21-boss-business-rule-agent.pdf (URL-safe name) linked from README
    - BOSS: DCNA template load, synthesis csharpSource, BossRulePanel + textarea client mount
    - Stable UTC date formatting; OpenAI key button after mount; Feature Hub BOSS card
    
    Made-with: Cursor
    mathcodes committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    8d209b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. docs: README gallery for screenshots 0- through 10-

    - Numbered public/ PNGs per feature: playbooks, home, BOSS, SQL, Task Hub
    - Keep PDF example and optional IMG1-3 note; update project layout blurb
    
    Made-with: Cursor
    mathcodes committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    1690c04 View commit details
    Browse the repository at this point in the history
  2. feat(playbooks): guide modal, template API, assignment steps in response

    - GET /api/playbooks/templates/[id] for expanded steps
    - POST assignments returns steps + labels for post-assign walkthrough
    - PlaybookGuideModal: chart, table, cumulative line, step cards
    - Preview and Open walkthrough (sent) buttons; README Examples section + anchor fix
    
    Made-with: Cursor
    mathcodes committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    5a4446b View commit details
    Browse the repository at this point in the history
  3. feat: Multi-Agent Assessment (Claude) and Three Joke Agents (OpenAI)

    - /taskhub/multi-agent-assessment: DCNA-style form, POST /api/multi-agent-assessment
    - /joke-agents: three entries, each persona uses all phrases in one joke; POST /api/joke-agents
    - Anthropic helper + env; Feature Hub cards; Task Hub promo card; voice navigation
    
    Made-with: Cursor
    mathcodes committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    5158be7 View commit details
    Browse the repository at this point in the history
Loading