Skip to content

Commit 9a630a1

Browse files
web-flowclaude
andcommitted
chore: release v3.1.0 - Python教材価値向上リファクタリング
主な変更点: - DESIGN_DECISIONS.md 新規追加(Clean Architecture・デザインパターン採択理由) - CHEATSHEET.md/en.md 新規追加(コマンド早見表、日英同期) - ドキュメントSSoT強化(参照形式統一、日英完全同期) - デザインパターン明示化(Facade, Repository, Strategy, Builder等) 詳細は CHANGELOG.md を参照 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9d04e57 commit 9a630a1

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

EpisodicRAG/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "EpisodicRAG-Plugin",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Hierarchical Episodic Memory Generator (8-layer, 100-year span)",
55
"author": {
66
"name": "Weave"

EpisodicRAG/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [3.1.0] - 2025-11-29
11+
12+
### Added
13+
14+
- **DESIGN_DECISIONS.md**: 設計判断ドキュメントを新規作成
15+
- Clean Architecture採択理由
16+
- デザインパターン選択の根拠(Facade, Repository, Strategy, Builder, Singleton, Template Method, Factory)
17+
- Pythonプログラミング教材としての価値向上を目的
18+
19+
- **CHEATSHEET.md / CHEATSHEET.en.md**: クイックリファレンスを新規作成
20+
- コマンド・スキル早見表
21+
- ファイル命名規則
22+
- デフォルト閾値
23+
- 日常ワークフロー
24+
- 日英完全同期(91行/91行)
25+
26+
### Changed
27+
28+
- **ドキュメントSSoT強化**: 包括的なSSoT参照リファクタリング
29+
- ADVANCED.md: SSoT参照3箇所追加(記憶構造、8階層構造)
30+
- QUICKSTART.md/en.md: SSoT参照追加、日英完全同期(179行/179行)
31+
- API_REFERENCE.md: 「使い方」セクション追加、DESIGN_DECISIONS参照
32+
- ARCHITECTURE.md: DESIGN_DECISIONS参照追加
33+
- CONTRIBUTING.md: DESIGN_DECISIONS参照追加
34+
- README.en.md: Path Format Differencesセクション追加(日英同期 380行/380行)
35+
- FAQ.md: 参照パス修正、CHEATSHEET参照追加
36+
- GUIDE.md: CHEATSHEET参照追加
37+
38+
- **デザインパターンの明示化**: API_REFERENCE.mdにパターン一覧を追加
39+
- Facade, Repository, Singleton, Strategy, Template Method, Builder, Factory
40+
41+
### Documentation
42+
43+
- 全日英ペアの完全同期を達成
44+
- README: 380行/380行
45+
- QUICKSTART: 179行/179行
46+
- CHEATSHEET: 91行/91行
47+
48+
---
49+
1050
## [3.0.0] - 2025-11-28
1151

1252
### Breaking Changes

0 commit comments

Comments
 (0)