@nahisaho/shikigami 1.16.1 → 1.16.2

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.
package/AGENTS.md CHANGED
@@ -789,6 +789,36 @@ npx shikigami new ai-market-research
789
789
 
790
790
  ---
791
791
 
792
+ ### ファイル保存ルール
793
+
794
+ **調査結果とレポートは必ず別々のディレクトリに保存すること。**
795
+
796
+ | フェーズ | 保存先 | 保存内容 | ファイル命名例 |
797
+ |---------|--------|----------|---------------|
798
+ | **Phase 2: Deep Research** | `research/` | 検索結果、ソースメモ、収集データ | `research-summary-v1.0.md` |
799
+ | **Phase 3: Framework Analysis** | `research/` | フレームワーク分析結果 | `framework-analysis-v1.0.md` |
800
+ | **Phase 4: Report Writing** | `reports/` | 最終レポート、提言書、提案書 | `executive-proposal-v1.0.md` |
801
+
802
+ **ファイル命名規則**:
803
+ ```
804
+ [内容]-v[メジャー].[マイナー].md
805
+ ```
806
+
807
+ | 例 | 説明 |
808
+ |----|------|
809
+ | `research-summary-v1.0.md` | 調査サマリー初版 |
810
+ | `swot-analysis-v1.0.md` | SWOT分析初版 |
811
+ | `executive-proposal-v1.1.md` | 提言書(軽微な修正) |
812
+ | `executive-proposal-v2.0.md` | 提言書(大幅改訂) |
813
+
814
+ **禁止事項**:
815
+ - ❌ `research/` に最終レポートを保存
816
+ - ❌ `reports/` に調査メモを保存
817
+ - ❌ バージョン番号なしのファイル名
818
+ - ❌ 既存ファイルの上書き(必ず新バージョンを作成)
819
+
820
+ ---
821
+
792
822
  ### ワークフロー実行時の注意点
793
823
 
794
824
  1. **フェーズ順序の遵守**: Phase 1→2→3→4 の順序で実行
package/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ All notable changes to SHIKIGAMI will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.16.2] - 2026-01-18
9
+
10
+ ### Added
11
+
12
+ - **AGENTS.md**: ファイル保存ルールを追加
13
+ - Phase別の保存ディレクトリを明示(research/ vs reports/)
14
+ - ファイル命名規則 `[内容]-v[メジャー].[マイナー].md`
15
+ - 禁止事項(誤った保存先、バージョンなし、上書き)を明記
16
+
8
17
  ## [1.16.1] - 2026-01-18
9
18
 
10
19
  ### Added
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/shikigami-mcp-server",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
4
4
  "description": "SHIKIGAMI MCP Server - Deep Research tools with search fallback mechanism",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/shikigami",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
4
4
  "description": "GitHub Copilot Agent Skills for Deep Research & Consulting - AI-Powered Research Assistant with 50+ Consulting Frameworks",
5
5
  "keywords": [
6
6
  "github-copilot",