Files
SuperClaude/superclaude/core/MOVED.md
kazuki 8ec7e5e017 docs: update references to new directory structure
- Update ~/.claude/CLAUDE.md with new paths
- Add migration notice in core/MOVED.md
- Remove pm.md.backup
- All @superclaude/ references now point to framework/business/research/
2025-10-17 17:21:20 +09:00

1.1 KiB

Files Moved

The files in superclaude/core/ have been reorganized into domain-specific directories:

New Structure

Framework (思想・行動規範・グローバルフラグ)

  • PRINCIPLES.mdsuperclaude/framework/principles.md
  • RULES.mdsuperclaude/framework/rules.md
  • FLAGS.mdsuperclaude/framework/flags.md

Business (ビジネス領域の共通リソース)

  • BUSINESS_SYMBOLS.mdsuperclaude/business/symbols.md
  • BUSINESS_PANEL_EXAMPLES.mdsuperclaude/business/examples.md

Research (調査・評価・設定)

  • RESEARCH_CONFIG.mdsuperclaude/research/config.md

Rationale

The core/ directory was too abstract and made it difficult to find specific documentation. The new structure provides:

  • Clear domain boundaries: Easier to navigate and maintain
  • Scalability: Easy to add new directories (e.g., benchmarks/, policies/)
  • Lowercase naming: Consistent with modern documentation practices

Migration

All internal references have been updated. External references should update to the new paths.

This directory will be removed in the next major release.