mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
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/
This commit is contained in:
31
superclaude/core/MOVED.md
Normal file
31
superclaude/core/MOVED.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Files Moved
|
||||
|
||||
The files in `superclaude/core/` have been reorganized into domain-specific directories:
|
||||
|
||||
## New Structure
|
||||
|
||||
### Framework (思想・行動規範・グローバルフラグ)
|
||||
- `PRINCIPLES.md` → `superclaude/framework/principles.md`
|
||||
- `RULES.md` → `superclaude/framework/rules.md`
|
||||
- `FLAGS.md` → `superclaude/framework/flags.md`
|
||||
|
||||
### Business (ビジネス領域の共通リソース)
|
||||
- `BUSINESS_SYMBOLS.md` → `superclaude/business/symbols.md`
|
||||
- `BUSINESS_PANEL_EXAMPLES.md` → `superclaude/business/examples.md`
|
||||
|
||||
### Research (調査・評価・設定)
|
||||
- `RESEARCH_CONFIG.md` → `superclaude/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.
|
||||
Reference in New Issue
Block a user