...
29 commits 36 files changed 0 commit comments 1 contributor
Commits on 2026-07-09
@rintoHasegawa rintoHasegawa [update] rules 移行後の残存記述を整合(カテゴリ表・エージェント定義・Issue 更新フロー) fee0462
@rintoHasegawa rintoHasegawa [update] GUIDE_01 にモード構成の一覧を追加し sync-template の削除候補を実在ファイルに限定 e56bfea
@rintoHasegawa rintoHasegawa [update] GUIDE_07 を task-start の reference.md に解体し GUIDE 番号を 01〜03 に整理 54f63ea
@rintoHasegawa rintoHasegawa [clean] GUIDE_05 を原則に絞り実行手順を /implement の SKILL.md に一本化 8a7557a
@rintoHasegawa rintoHasegawa [fix] sync-template のマージ必須ファイル列挙に .claude/settings.json の漏れを補完 ece7067
@rintoHasegawa rintoHasegawa [update] 規約整備フェーズの成果物を path-scoped rules に変更し GUIDE 番号衝突を解消 3849525
@rintoHasegawa rintoHasegawa [update] /commit を disable-model-invocation でユーザー起動限定にする 96d38cb
Commits on 2026-07-08
@rintoHasegawa rintoHasegawa [update] Git 運用ルールを .claude/rules/git-conventions.md と /commit の reference.md へ分割移行 90464a4
@rintoHasegawa rintoHasegawa [update] ドキュメント書式・命名・進捗記録ルールを .claude/rules へ移行 a4f9d1b
@rintoHasegawa rintoHasegawa [update] スラッシュコマンドを .claude/commands から .claude/skills(Skills 形式)へ移行 dd91e6c
@rintoHasegawa rintoHasegawa Merge pull request #16 from rintoHasegawa/feature/team-mode-template 6b64963
@rintoHasegawa rintoHasegawa [update] restrict フックで一時ディレクトリへの Write/Edit も許可する c6041bb
@rintoHasegawa rintoHasegawa [fix] restrict フックが /sync-template の一時ディレクトリ操作を自らブロックする問題を修正 8cfe56a
Commits on 2026-07-02
@rintoHasegawa rintoHasegawa [add] モード切替コマンド /set-mode を追加 891996c
@rintoHasegawa rintoHasegawa [add] テンプレートに solo/team 開発モードを追加 f0c4f8c
@rintoHasegawa rintoHasegawa Merge pull request #15 from rintoHasegawa/feature/two-tier-orchestrator 27dd911
@rintoHasegawa rintoHasegawa [update] /auto-audit・/auto-refactor を二層オーケストレータ構造へ e50e47a
@rintoHasegawa rintoHasegawa Merge pull request #14 from rintoHasegawa/feature/auto-audit-command d6240f2
@rintoHasegawa rintoHasegawa [update] GUIDE_05 の無人運転例外に /auto-audit を追記 1d0ef94
@rintoHasegawa rintoHasegawa [add] バグ/脆弱性巡回コマンド /auto-audit を追加 efeafc4
Commits on 2026-06-23
@rintoHasegawa rintoHasegawa Merge pull request #13 from rintoHasegawa/feature/doc-sync-phase 4dfcf60
@rintoHasegawa rintoHasegawa [update] /auto-refactor にテストリファクタのテールフェーズを追加 dab6649
@rintoHasegawa rintoHasegawa [update] /auto-refactor 用の .gitignore と自発コミット例外ルールを追記 730d952
@rintoHasegawa rintoHasegawa [update] /auto-refactor にドキュメントリファクタ系を追加 89a523c
@rintoHasegawa rintoHasegawa [update] /auto-refactor にドキュメント同期フェーズを追加 8adb9c4
@rintoHasegawa rintoHasegawa Merge pull request #12 from rintoHasegawa/feature/auto-refactor-command 413ebfd
@rintoHasegawa rintoHasegawa [update] エージェントのモデルを opus に変更 69eb7dd
@rintoHasegawa rintoHasegawa [update] /auto-refactor に除外リスト・スキップ台帳・検証スイートを追加 c6be6da
@rintoHasegawa rintoHasegawa [add] 放置中の自律リファクタコマンド /auto-refactor を追加 84a4a7a
Showing 36 changed files
View
.claude/agents/coder.md
View
.claude/agents/refactorer.md
View
.claude/agents/tester.md
View
.claude/commands/commit.md 100644 → 0
View
.claude/commands/implement.md 100644 → 0
View
.claude/commands/setup.md 100644 → 0
View
.claude/commands/sync-template.md 100644 → 0
View
.claude/hooks/check_sync.sh 0 → 100644
View
.claude/hooks/restrict_repo_access.py
View
.claude/rules/docs-naming.md 0 → 100644
View
.claude/rules/git-conventions.md 0 → 100644
View
.claude/rules/markdown-style.md 0 → 100644
View
.claude/rules/progress-log.md 0 → 100644
View
.claude/skills/auto-audit/SKILL.md 0 → 100644
View
.claude/skills/auto-refactor/SKILL.md 0 → 100644
View
.claude/skills/commit/SKILL.md 0 → 100644
View
.claude/skills/commit/reference.md 0 → 100644
View
.claude/skills/implement/SKILL.md 0 → 100644
View
.claude/skills/set-mode/SKILL.md 0 → 100644
View
.claude/skills/setup/SKILL.md 0 → 100644
View
.claude/skills/sync-template/SKILL.md 0 → 100644
View
.claude/skills/task-create/SKILL.md 0 → 100644
View
.claude/skills/task-handoff/SKILL.md 0 → 100644
View
.claude/skills/task-start/SKILL.md 0 → 100644
View
.claude/skills/task-start/reference.md 0 → 100644
View
.gitignore
View
CLAUDE.md
View
README.md
View
docs/01_GUIDE/GUIDE_01_プロジェクト立ち上げフロー.md
View
docs/01_GUIDE/GUIDE_02_エージェント運用ルール.md 0 → 100644
View
docs/01_GUIDE/GUIDE_02_ドキュメント作成ガイド.md 100644 → 0
View
docs/01_GUIDE/GUIDE_03_チーム開発ルール.md 0 → 100644
View
docs/01_GUIDE/GUIDE_03_ファイル命名規則.md 100644 → 0
View
docs/01_GUIDE/GUIDE_04_Git運用ルール.md 100644 → 0
View
docs/01_GUIDE/GUIDE_05_エージェント運用ルール.md 100644 → 0
View
docs/PROGRESS.md