Implement a plugin as alternative for deprecated Explanatory output style

This commit is contained in:
Dickson Tsai
2025-10-28 02:39:56 -07:00
parent 4dc23d0275
commit 10e1d3fe77
4 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "explanatory-output-style",
"version": "1.0.0",
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
}
}