Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:55 +08:00
commit f59298711a
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "ia-writer-annotations",
"description": "Automatically add iA Writer authorship annotations to your text files when Claude Code edits them (Terminal version only)",
"version": "0.2.0",
"author": {
"name": "Kazuki Yunoue",
"url": "https://github.com/KazukiYunoue"
},
"hooks": [
"./hooks"
]
}