Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:02 +08:00
commit cb4eca34d3
6 changed files with 532 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "session-reporter-plugin",
"description": "Generate HTML reports to visualize work sessions including conversation history, code changes, and execution results",
"version": "1.0.0",
"author": {
"name": "Stefan Cho"
},
"skills": [
"./skills"
]
}