@nahisaho/shikigami 1.16.0 → 1.16.1

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
@@ -766,6 +766,29 @@ cd mcp-server && npm start
766
766
 
767
767
  ## 🤝 AI Agent向けガイドライン
768
768
 
769
+ ### 新規プロジェクト開始ワークフロー
770
+
771
+ **「新しいプロジェクトを開始」「新規リサーチを開始」「○○について調べて」と言われた場合**:
772
+
773
+ 1. **プロジェクト名を確認**(なければユーザーに質問)
774
+ 2. **CLIコマンドを実行**: `npx shikigami new <プロジェクト名>`
775
+ 3. **生成されたディレクトリを確認**: `outputs/project-XXX-<名前>/`
776
+ 4. **manifest.yamlを確認・編集**(必要に応じて)
777
+ 5. **Phase 0(ナレッジ継承)** → **Phase 1(目的探索)** へ進む
778
+
779
+ **コマンド例**:
780
+ ```bash
781
+ npx shikigami new ai-market-research
782
+ # → outputs/project-003-ai-market-research/ が作成される
783
+ # ├── manifest.yaml # 成果物管理マニフェスト
784
+ # ├── research/ # Web検索で得られた情報
785
+ # └── reports/ # 最終的なレポート
786
+ ```
787
+
788
+ **⚠️ 重要**: プロジェクトディレクトリを作成せずにリサーチを開始しないこと。成果物の散逸を防ぐため、必ず `outputs/` 配下にプロジェクトを作成する。
789
+
790
+ ---
791
+
769
792
  ### ワークフロー実行時の注意点
770
793
 
771
794
  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.1] - 2026-01-18
9
+
10
+ ### Added
11
+
12
+ - **AGENTS.md**: 新規プロジェクト開始ワークフローを追加
13
+ - 「新しいプロジェクトを開始」時のCLIコマンド実行手順を明記
14
+ - `npx shikigami new <名前>` で `outputs/` に自動作成
15
+ - プロジェクトディレクトリなしでのリサーチ開始を禁止
16
+
8
17
  ## [1.16.0] - 2026-01-27
9
18
 
10
19
  ### Added
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/shikigami-mcp-server",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
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.0",
3
+ "version": "1.16.1",
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",