Skip to content

Commit 63a6106

Browse files
web-flowclaude
andcommitted
docs: unify breadcrumb navigation and fix SKILL.md format
- Add HTML comments to root README.md (ja/en) explaining GitHub display purpose - Unify breadcrumb navigation to 3-level hierarchy across documentation - Fix SKILL.md files: move breadcrumbs after YAML frontmatter (Claude Code spec) - Standardize glossary references to blockquote format - Fix language toggle in EpisodicRAG/README.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8cb7e03 commit 63a6106

14 files changed

Lines changed: 32 additions & 5 deletions

File tree

EpisodicRAG/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[English](README.en.md) | 日本語
1+
[English](README.en.md) | [日本語](README.md)
22

33
# EpisodicRAG Plugin - 用語集・リファレンス
44

EpisodicRAG/agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[EpisodicRAG](../docs/README.md) > Agents
1+
[EpisodicRAG](../README.md) > [Docs](../docs/README.md) > Agents
22

33
# Agents
44

EpisodicRAG/agents/digest-analyzer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[EpisodicRAG](../README.md) > [Agents](README.md) > DigestAnalyzer
2+
13
---
24
name: DigestAnalyzer
35
description: EpisodicRAG深層分析専門エージェント

EpisodicRAG/commands/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[EpisodicRAG](../docs/README.md) > Commands
1+
[EpisodicRAG](../README.md) > [Docs](../docs/README.md) > Commands
22

33
# Commands
44

@@ -33,8 +33,9 @@
3333

3434
## See Also
3535

36+
> 📖 用語・共通概念は [用語集](../README.md) を参照
37+
3638
- [GUIDE.md](../docs/user/GUIDE.md) - コマンドの詳しい使い方
37-
- [用語集](../README.md) - 用語・共通概念
3839
- [_implementation-notes.md](../skills/shared/_implementation-notes.md) - 実装時の共通ガイドライン
3940

4041
---

EpisodicRAG/commands/digest.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
[EpisodicRAG](../README.md) > [Commands](README.md) > digest
2+
13
---
24
name: digest
35
description: EpisodicRAG階層的ダイジェスト生成(8層100年)
46
---
57

68
# /digest - EpisodicRAG階層的ダイジェスト生成
79

10+
> 📖 用語・共通概念は [用語集](../README.md) を参照
11+
812
## 目次
913

1014
- [基本的な使い方](#基本的な使い方)

EpisodicRAG/docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[EpisodicRAG](../README.md) > Docs
2+
13
# EpisodicRAG AI Specification Hub
24

35
[![Version](https://img.shields.io/badge/version-3.0.0-blue.svg)](https://github.com/Bizuayeu/Plugins-Weave)

EpisodicRAG/docs/dev/api/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
config.json仕様とDigestConfigクラス。
66

7+
> 📖 用語・共通概念は [用語集](../../../README.md) を参照
8+
79
---
810

911
## config.json 詳細仕様

EpisodicRAG/skills/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[EpisodicRAG](../docs/README.md) > Skills
1+
[EpisodicRAG](../README.md) > [Docs](../docs/README.md) > Skills
22

33
# Skills
44

EpisodicRAG/skills/digest-auto/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: digest-auto
33
description: EpisodicRAG 健全性診断と階層推奨
44
---
55

6+
[EpisodicRAG](../../README.md) > [Skills](../README.md) > digest-auto
7+
68
# digest-auto - 健全性診断と階層推奨スキル
79

810
EpisodicRAG システムの現在の状態を分析することで、

EpisodicRAG/skills/digest-config/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: digest-config
33
description: EpisodicRAG設定変更(対話的)
44
---
55

6+
[EpisodicRAG](../../README.md) > [Skills](../README.md) > digest-config
7+
68
# digest-config - 設定変更スキル
79

810
EpisodicRAG プラグインの設定を対話的に変更するスキルです。

0 commit comments

Comments
 (0)