- Added functionality to generate lessons based on code reviews, including prompts and instructions for the reviewer. - Updated the `.gitignore` to exclude lesson documentation files. - Removed the `/lesson` command from the help menu and command parsing. - Enhanced the status bar to display a message when a lesson is being generated. - Introduced a new `lesson_running` state to track lesson generation progress. - Updated various components to handle the new lesson generation workflow, including subagent events and token usage tracking.
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
target/
|
|
.env
|
|
.claude/settings.local.json
|
|
node_modules/
|
|
package.json
|
|
package-lock.json
|
|
.superpowers/
|
|
docs/lesson/ |