@k2works/claude-code-booster 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,3 +11,4 @@
11
11
  - [運用ドキュメント](./operation) - システムの運用に関する情報を提供する。運用チームがシステムを管理するために必要。
12
12
  - [アーキテクチャ決定ログ](./adr) - システムのアーキテクチャに関する重要な決定を記録する。将来の参照や説明に役立つ。
13
13
  - [日誌](./journal) - 開発の進捗や問題点を記録する。開発の履歴を追うために重要。
14
+ - [別ウィンドウ](){:target="_blank"} - 別ウィンドウ
@@ -40,6 +40,7 @@ markdown_extensions:
40
40
  - PLANTUML_SERVER_URL
41
41
  - http://www.plantuml.com/plantuml
42
42
  format: svg
43
+ - attr_list
43
44
 
44
45
  extra_javascript:
45
46
  - https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {