Skip to content

Commit bd446d0

Browse files
hisahoclaude
andcommitted
v3.8.2: Optimize AGENTS.md per official spec (442→134 lines, 70% reduction)
- Unify all AGENTS.md to single canonical format (root = packages/musubix) - Delete .github/AGENTS.md (non-standard location per agents.md spec) - Commands-first layout, 3-tier Boundaries (Always/Ask/Never) - Move MCP tool list and best practices to CLAUDE.md - Based on: agents.md spec, GitHub Blog 2,500+ repos analysis Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 997436a commit bd446d0

30 files changed

Lines changed: 265 additions & 1757 deletions

File tree

.github/AGENTS.md

Lines changed: 0 additions & 1002 deletions
This file was deleted.

AGENTS.md

Lines changed: 114 additions & 422 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.8.2] - 2026-02-08
9+
10+
### Changed
11+
12+
- **AGENTS.md最適化** - 公式仕様準拠 (442行→134行, **70%削減**)
13+
- コマンド先頭配置、3段階Boundaries (Always/Ask/Never)
14+
- MCPツール一覧・ベストプラクティスはCLAUDE.mdに委譲
15+
- `.github/AGENTS.md` 削除(公式仕様外の配置)
16+
- `/AGENTS.md``packages/musubix/AGENTS.md` を完全統一
17+
- 参考: [agents.md spec](https://agents.md/), [GitHub Blog - 2,500+ repos analysis](https://github.blog/ai-and-ml/github-copilot/how-to-write-a-great-agents-md-lessons-from-over-2500-repositories/)
18+
819
## [3.8.1] - 2026-02-08
920

1021
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "musubix",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "Neuro-Symbolic AI Coding System - Git-Native Knowledge Integration",
55
"type": "module",
66
"workspaces": [

packages/agent-orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahisaho/musubix-agent-orchestrator",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "MUSUBIX Agent Orchestrator - Subagent Management and Task Decomposition",
55
"type": "module",
66
"main": "./dist/index.js",

packages/assistant-axis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahisaho/musubix-assistant-axis",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "Persona Drift Detection & Identity Stabilization for MUSUBIX - Based on Assistant Axis research",
55
"type": "module",
66
"main": "./dist/index.js",

packages/codegraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahisaho/musubix-codegraph",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "MUSUBIX CodeGraph - Multi-language Code Graph Analysis Engine supporting 16 programming languages with PR generation",
55
"type": "module",
66
"main": "dist/index.js",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahisaho/musubix-core",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "MUSUBIX Core Library - Neuro-Symbolic Integration Engine",
55
"type": "module",
66
"main": "./dist/index.js",

packages/decisions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@musubix/decisions",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "ADR (Architecture Decision Records) Manager for MUSUBIX",
55
"type": "module",
66
"main": "dist/index.js",

packages/deep-research/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahisaho/musubix-deep-research",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "Deep Research Integration - Iterative search-read-reason cycle for AI agents",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)