Commit ea1c2dd
committed
Create .codeforge/ user customization directory
Centralizes all user-facing config files into .codeforge/, separating
user customization from .devcontainer/ framework internals. Adds
checksum-based modification detection so updates preserve user changes.
- Move config files from .devcontainer/config/defaults/ to .codeforge/config/
- Move file-manifest.json to .codeforge/
- Move terminal scripts to .codeforge/scripts/
- Add checksum-based sync (SHA-256) for --force and --reset
- Add auto-migration script for existing installations
- Add codeforge config apply CLI subcommand
- Add codeforge alias to setup-aliases.sh
- Update setup.sh with CODEFORGE_DIR env var and deprecation guard
- Update setup-config.sh to read from .codeforge/
- Bump version to 2.0.0
- Update all documentation and docs site references1 parent 240adc2 commit ea1c2dd
File tree
42 files changed
+950
-224
lines changed- .codeforge
- config
- rules
- scripts
- .devcontainer
- features
- ccstatusline
- tmux
- plugins/devs-marketplace/plugins/agent-system/agents
- scripts
- docs
- src/content/docs
- customization
- getting-started
- reference
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+950
-224
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments