forge: Add natural language command classification - #90
Conversation
|
Claude finished @shahar-caura's task in 2m 31s —— View job PR Review: forge: Add natural language command classificationTasks
SummaryThis PR adds an 1.
|
|
Claude finished @shahar-caura's task in 2m 52s —— View job PR Review: forge: Add natural language command classificationTasks
SummaryThis is a review of the updated PR (commit 1.
|
1900ccf to
ac5610d
Compare
Route unrecognized CLI input through Claude to classify intent and map it to the appropriate forge subcommand. Includes recursion guard, dynamic context injection (plan files + run IDs), and comprehensive tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ac5610d to
4d3181c
Compare
|
Claude finished @shahar-caura's task in 2m 20s —— View job PR Review: forge: Add natural language command classificationTasks
SummaryThis round addressed the critical wiring issue, confidence threshold, and context DI for tests — good progress. However, all five issues flagged in the second review remain unaddressed in the current commit. The notes below focus exclusively on what still needs fixing. 1.
|
… bypass Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4d3181c to
f599863
Compare
|
Claude finished @shahar-caura's task in 2m 42s —— View job PR Review: forge: Add natural language command classificationTasks
SummaryThis is a review of the merged commit ( 1.
|
Summary
internal/intentpackage that classifies natural language input into forge subcommands using the Claude CLIcmd_nl.gohandler that routes unrecognized CLI input through intent classification with recursion guard and subcommand validationTest plan
forge show my runs) and verify it routes to the correct subcommand🤖 Generated with Claude Code