codeforge-dev 1.14.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{.devcontainer/config/defaults → .codeforge/config}/ccstatusline-settings.json +44 -6
- package/{.devcontainer/config/defaults → .codeforge/config}/main-system-prompt.md +14 -6
- package/.codeforge/config/orchestrator-system-prompt.md +333 -0
- package/{.devcontainer/config/defaults → .codeforge/config}/settings.json +3 -1
- package/{.devcontainer/config → .codeforge}/file-manifest.json +15 -9
- package/{.devcontainer → .codeforge/scripts}/connect-external-terminal.sh +3 -1
- package/.devcontainer/.env.example +5 -5
- package/.devcontainer/.secrets.example +3 -0
- package/.devcontainer/CHANGELOG.md +242 -0
- package/.devcontainer/CLAUDE.md +129 -22
- package/.devcontainer/README.md +34 -19
- package/.devcontainer/devcontainer.json +28 -10
- package/.devcontainer/features/agent-browser/install.sh +2 -0
- package/.devcontainer/features/ast-grep/install.sh +2 -0
- package/.devcontainer/features/biome/install.sh +2 -0
- package/.devcontainer/features/ccburn/install.sh +2 -0
- package/.devcontainer/features/ccms/install.sh +2 -0
- package/.devcontainer/features/ccstatusline/README.md +7 -6
- package/.devcontainer/features/ccstatusline/install.sh +9 -4
- package/.devcontainer/features/ccusage/install.sh +2 -0
- package/.devcontainer/features/chromaterm/chromaterm.yml +2 -2
- package/.devcontainer/features/chromaterm/install.sh +2 -0
- package/.devcontainer/features/claude-code-native/README.md +47 -0
- package/.devcontainer/features/claude-code-native/devcontainer-feature.json +29 -0
- package/.devcontainer/features/claude-code-native/install.sh +131 -0
- package/.devcontainer/features/claude-monitor/install.sh +2 -0
- package/.devcontainer/features/claude-session-dashboard/README.md +2 -2
- package/.devcontainer/features/claude-session-dashboard/install.sh +2 -0
- package/.devcontainer/features/dprint/install.sh +2 -0
- package/.devcontainer/features/hadolint/install.sh +2 -0
- package/.devcontainer/features/kitty-terminfo/README.md +3 -1
- package/.devcontainer/features/kitty-terminfo/install.sh +2 -0
- package/.devcontainer/features/lsp-servers/install.sh +2 -0
- package/.devcontainer/features/mcp-qdrant/CHANGES.md +3 -3
- package/.devcontainer/features/mcp-qdrant/README.md +1 -0
- package/.devcontainer/features/mcp-qdrant/devcontainer-feature.json +1 -1
- package/.devcontainer/features/mcp-qdrant/install.sh +9 -2
- package/.devcontainer/features/mcp-qdrant/poststart-hook.sh +9 -2
- package/.devcontainer/features/notify-hook/devcontainer-feature.json +1 -1
- package/.devcontainer/features/notify-hook/install.sh +2 -0
- package/.devcontainer/features/ruff/install.sh +2 -0
- package/.devcontainer/features/shellcheck/install.sh +2 -0
- package/.devcontainer/features/shfmt/install.sh +2 -0
- package/.devcontainer/features/tmux/README.md +3 -3
- package/.devcontainer/features/tmux/install.sh +3 -1
- package/.devcontainer/features/tree-sitter/install.sh +2 -0
- package/.devcontainer/plugins/devs-marketplace/.claude-plugin/marketplace.json +27 -11
- package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/README.md +23 -4
- package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/claude-guide.md +4 -4
- package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/documenter.md +254 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/implementer.md +260 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/investigator.md +255 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/tester.md +304 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/auto-code-quality/README.md +1 -1
- package/.devcontainer/plugins/devs-marketplace/plugins/auto-code-quality/scripts/advisory-test-runner.py +4 -2
- package/.devcontainer/plugins/devs-marketplace/plugins/dangerous-command-blocker/scripts/block-dangerous.py +2 -2
- package/.devcontainer/plugins/devs-marketplace/plugins/git-workflow/.claude-plugin/plugin.json +7 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/git-workflow/README.md +125 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/git-workflow/skills/pr-review/SKILL.md +325 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/git-workflow/skills/ship/SKILL.md +314 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/prompt-snippets/.claude-plugin/plugin.json +5 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/prompt-snippets/README.md +52 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/prompt-snippets/skills/ps/SKILL.md +37 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/protected-files-guard/scripts/guard-protected-bash.py +1 -1
- package/.devcontainer/plugins/devs-marketplace/plugins/protected-files-guard/scripts/guard-protected.py +1 -1
- package/.devcontainer/plugins/devs-marketplace/plugins/session-context/README.md +30 -14
- package/.devcontainer/plugins/devs-marketplace/plugins/session-context/hooks/hooks.json +13 -1
- package/.devcontainer/plugins/devs-marketplace/plugins/session-context/scripts/collect-session-edits.py +44 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/session-context/scripts/commit-reminder.py +89 -10
- package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/.claude-plugin/plugin.json +1 -1
- package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/README.md +19 -11
- package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/scripts/skill-suggester.py +476 -282
- package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/worktree/SKILL.md +227 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/worktree/references/manual-worktree-commands.md +238 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/worktree/references/parallel-workflow-patterns.md +228 -0
- package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/scripts/ticket-linker.py +2 -2
- package/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/README.md +1 -1
- package/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/scripts/guard-workspace-scope.py +3 -2
- package/.devcontainer/scripts/check-setup.sh +5 -3
- package/.devcontainer/scripts/preflight.sh +113 -0
- package/.devcontainer/scripts/setup-aliases.sh +13 -8
- package/.devcontainer/scripts/setup-auth.sh +46 -0
- package/.devcontainer/scripts/setup-config.sh +29 -10
- package/.devcontainer/scripts/setup-migrate-claude.sh +80 -0
- package/.devcontainer/scripts/setup-migrate-codeforge.sh +60 -0
- package/.devcontainer/scripts/setup-plugins.sh +3 -1
- package/.devcontainer/scripts/setup-projects.sh +3 -1
- package/.devcontainer/scripts/setup-terminal.sh +3 -1
- package/.devcontainer/scripts/setup-update-claude.sh +22 -27
- package/.devcontainer/scripts/setup.sh +57 -5
- package/LICENSE.txt +14 -0
- package/README.md +79 -5
- package/package.json +2 -1
- package/setup.js +392 -21
- package/.devcontainer/docs/configuration-reference.md +0 -93
- package/.devcontainer/docs/keybindings.md +0 -100
- package/.devcontainer/docs/optional-features.md +0 -64
- package/.devcontainer/docs/plugins.md +0 -176
- package/.devcontainer/docs/troubleshooting.md +0 -128
- package/.devcontainer/scripts/setup-symlink-claude.sh +0 -36
- /package/{.devcontainer/config/defaults → .codeforge/config}/keybindings.json +0 -0
- /package/{.devcontainer/config/defaults → .codeforge/config}/rules/session-search.md +0 -0
- /package/{.devcontainer/config/defaults → .codeforge/config}/rules/spec-workflow.md +0 -0
- /package/{.devcontainer/config/defaults → .codeforge/config}/rules/workspace-scope.md +0 -0
- /package/{.devcontainer/config/defaults → .codeforge/config}/writing-system-prompt.md +0 -0
- /package/{.devcontainer → .codeforge/scripts}/connect-external-terminal.ps1 +0 -0
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
|
+
# SPDX-License-Identifier: GPL-3.0-only
|
|
3
|
+
# Copyright (c) 2026 Marcus Krueger
|
|
2
4
|
# Master setup script for CodeForge devcontainer
|
|
3
5
|
|
|
4
6
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
@@ -12,9 +14,50 @@ if [ -f "$ENV_FILE" ]; then
|
|
|
12
14
|
set +a
|
|
13
15
|
fi
|
|
14
16
|
|
|
17
|
+
# Deprecation guard: .env may still set CLAUDE_CONFIG_DIR=/workspaces/.claude
|
|
18
|
+
# (pre-v2.0 default). Since .env is gitignored, PR updates can't fix it.
|
|
19
|
+
# Override with warning so all child scripts use the correct home location.
|
|
20
|
+
if [ "$CLAUDE_CONFIG_DIR" = "/workspaces/.claude" ]; then
|
|
21
|
+
echo "[setup] WARNING: CLAUDE_CONFIG_DIR=/workspaces/.claude is deprecated (moved to home dir in v2.0)"
|
|
22
|
+
echo "[setup] Updating .devcontainer/.env automatically."
|
|
23
|
+
CLAUDE_CONFIG_DIR="$HOME/.claude"
|
|
24
|
+
# Fix the file on disk so subsequent restarts don't trigger this guard
|
|
25
|
+
if [ -f "$ENV_FILE" ]; then
|
|
26
|
+
sed -i 's|^CLAUDE_CONFIG_DIR=.*/workspaces/\.claude.*|# CLAUDE_CONFIG_DIR removed (v2.0: now uses $HOME/.claude)|' "$ENV_FILE"
|
|
27
|
+
echo "[setup] .env updated — CLAUDE_CONFIG_DIR line commented out."
|
|
28
|
+
fi
|
|
29
|
+
fi
|
|
30
|
+
|
|
31
|
+
# Deprecation guard: CONFIG_SOURCE_DIR may still point to /workspaces/.claude
|
|
32
|
+
# (pre-v2.0 default was to keep config source in workspace .claude dir).
|
|
33
|
+
# Override with correct path.
|
|
34
|
+
if [ "$CONFIG_SOURCE_DIR" = "/workspaces/.claude" ]; then
|
|
35
|
+
echo "[setup] WARNING: CONFIG_SOURCE_DIR=/workspaces/.claude is deprecated (moved to .devcontainer/config in v2.0)"
|
|
36
|
+
echo "[setup] Updating .devcontainer/.env automatically."
|
|
37
|
+
CONFIG_SOURCE_DIR="$DEVCONTAINER_DIR/config"
|
|
38
|
+
if [ -f "$ENV_FILE" ]; then
|
|
39
|
+
sed -i 's|^CONFIG_SOURCE_DIR=.*/workspaces/\.claude.*|# CONFIG_SOURCE_DIR removed (v2.0: now uses .devcontainer/config)|' "$ENV_FILE"
|
|
40
|
+
echo "[setup] .env updated — CONFIG_SOURCE_DIR line commented out."
|
|
41
|
+
fi
|
|
42
|
+
fi
|
|
43
|
+
|
|
44
|
+
# Deprecation guard: CONFIG_SOURCE_DIR may still point to .devcontainer/config
|
|
45
|
+
# (pre-v2.0 default). Redirect to .codeforge.
|
|
46
|
+
if [ "$CONFIG_SOURCE_DIR" = "$DEVCONTAINER_DIR/config" ] || [ "$CONFIG_SOURCE_DIR" = "/workspaces/.devcontainer/config" ]; then
|
|
47
|
+
echo "[setup] WARNING: CONFIG_SOURCE_DIR pointing to .devcontainer/config is deprecated (moved to .codeforge in v2.0)"
|
|
48
|
+
echo "[setup] Redirecting to .codeforge."
|
|
49
|
+
: "${CODEFORGE_DIR:=${WORKSPACE_ROOT:?}/.codeforge}"
|
|
50
|
+
unset CONFIG_SOURCE_DIR
|
|
51
|
+
if [ -f "$ENV_FILE" ]; then
|
|
52
|
+
sed -i 's|^CONFIG_SOURCE_DIR=.*\.devcontainer/config.*|# CONFIG_SOURCE_DIR removed (v2.0: now uses .codeforge)|' "$ENV_FILE"
|
|
53
|
+
echo "[setup] .env updated — CONFIG_SOURCE_DIR line commented out."
|
|
54
|
+
fi
|
|
55
|
+
fi
|
|
56
|
+
|
|
15
57
|
# Apply defaults for any unset variables
|
|
16
|
-
: "${CLAUDE_CONFIG_DIR
|
|
17
|
-
: "${
|
|
58
|
+
: "${CLAUDE_CONFIG_DIR:=$HOME/.claude}"
|
|
59
|
+
: "${CODEFORGE_DIR:=${WORKSPACE_ROOT:?}/.codeforge}"
|
|
60
|
+
: "${CONFIG_SOURCE_DIR:=$CODEFORGE_DIR}"
|
|
18
61
|
: "${SETUP_CONFIG:=true}"
|
|
19
62
|
: "${SETUP_ALIASES:=true}"
|
|
20
63
|
: "${SETUP_AUTH:=true}"
|
|
@@ -24,7 +67,13 @@ fi
|
|
|
24
67
|
: "${SETUP_TERMINAL:=true}"
|
|
25
68
|
: "${SETUP_POSTSTART:=true}"
|
|
26
69
|
|
|
27
|
-
export CLAUDE_CONFIG_DIR CONFIG_SOURCE_DIR SETUP_CONFIG SETUP_ALIASES SETUP_AUTH SETUP_PLUGINS SETUP_UPDATE_CLAUDE SETUP_PROJECTS SETUP_TERMINAL SETUP_POSTSTART
|
|
70
|
+
export CLAUDE_CONFIG_DIR CONFIG_SOURCE_DIR CODEFORGE_DIR SETUP_CONFIG SETUP_ALIASES SETUP_AUTH SETUP_PLUGINS SETUP_UPDATE_CLAUDE SETUP_PROJECTS SETUP_TERMINAL SETUP_POSTSTART
|
|
71
|
+
|
|
72
|
+
# Fix named volume ownership — Docker creates named volumes as root:root
|
|
73
|
+
# regardless of remoteUser. This is the only setup script requiring sudo.
|
|
74
|
+
if ! sudo chown "$(id -un):$(id -gn)" "$HOME/.claude" 2>/dev/null; then
|
|
75
|
+
echo "[setup] WARNING: Could not fix volume ownership on $HOME/.claude — subsequent scripts may fail"
|
|
76
|
+
fi
|
|
28
77
|
|
|
29
78
|
SETUP_START=$(date +%s)
|
|
30
79
|
SETUP_RESULTS=()
|
|
@@ -88,7 +137,8 @@ run_poststart_hooks() {
|
|
|
88
137
|
fi
|
|
89
138
|
}
|
|
90
139
|
|
|
91
|
-
run_script "$SCRIPT_DIR/setup-
|
|
140
|
+
run_script "$SCRIPT_DIR/setup-migrate-claude.sh" "true"
|
|
141
|
+
run_script "$SCRIPT_DIR/setup-migrate-codeforge.sh" "true"
|
|
92
142
|
run_script "$SCRIPT_DIR/setup-auth.sh" "$SETUP_AUTH"
|
|
93
143
|
run_script "$SCRIPT_DIR/setup-config.sh" "$SETUP_CONFIG"
|
|
94
144
|
run_script "$SCRIPT_DIR/setup-aliases.sh" "$SETUP_ALIASES"
|
|
@@ -98,7 +148,9 @@ run_script "$SCRIPT_DIR/setup-terminal.sh" "$SETUP_TERMINAL"
|
|
|
98
148
|
|
|
99
149
|
# Background the update to avoid blocking container start
|
|
100
150
|
if [ "$SETUP_UPDATE_CLAUDE" = "true" ] && [ -f "$SCRIPT_DIR/setup-update-claude.sh" ]; then
|
|
101
|
-
|
|
151
|
+
CLAUDE_UPDATE_LOG="${CLAUDE_UPDATE_LOG:-/workspaces/.tmp/claude-update.log}"
|
|
152
|
+
mkdir -p "$(dirname "$CLAUDE_UPDATE_LOG")"
|
|
153
|
+
bash "$SCRIPT_DIR/setup-update-claude.sh" >>"$CLAUDE_UPDATE_LOG" 2>&1 &
|
|
102
154
|
disown
|
|
103
155
|
SETUP_RESULTS+=("setup-update-claude:background")
|
|
104
156
|
else
|
package/LICENSE.txt
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
CodeForge — Copyright (c) 2026 Marcus Krueger (AnExiledDev)
|
|
2
|
+
|
|
3
|
+
This software is dual-licensed:
|
|
4
|
+
|
|
5
|
+
1. GNU General Public License v3.0 (see below) — for open source use
|
|
6
|
+
2. Commercial License — available upon request for proprietary use
|
|
7
|
+
|
|
8
|
+
For commercial licensing inquiries, contact:
|
|
9
|
+
696222+AnExiledDev@users.noreply.github.com
|
|
10
|
+
|
|
11
|
+
SPDX-License-Identifier: GPL-3.0-only
|
|
12
|
+
|
|
13
|
+
────────────────────────────────────────────────────────────────────────
|
|
14
|
+
|
|
1
15
|
GNU GENERAL PUBLIC LICENSE
|
|
2
16
|
Version 3, 29 June 2007
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -7,9 +7,16 @@
|
|
|
7
7
|
[](https://www.npmjs.com/package/codeforge-dev)
|
|
8
8
|
[](https://nodejs.org/)
|
|
9
9
|
[](https://github.com/AnExiledDev/CodeForge/issues)
|
|
10
|
+
[](https://github.com/AnExiledDev/CodeForge/actions/workflows/ci.yml)
|
|
10
11
|
|
|
11
12
|
A curated development environment optimized for AI-powered coding with Claude Code. CodeForge comes pre-configured with language servers, code intelligence tools, and official Anthropic plugins to streamline your development workflow.
|
|
12
13
|
|
|
14
|
+
## Why CodeForge?
|
|
15
|
+
|
|
16
|
+
Claude Code is powerful out of the box, but getting the most from it takes significant configuration — custom agents, safety plugins, code quality hooks, system prompts, and development tools that aren't obvious from the docs. CodeForge is a Claude Code power user's personal development environment, packaged so anyone can use it.
|
|
17
|
+
|
|
18
|
+
Instead of spending hours discovering and configuring advanced features like built-in agent replacement, automated code quality pipelines, or spec-driven workflows, you get a production-tested setup in one command. It's opinionated by design — every default reflects real daily use, not theoretical best practices.
|
|
19
|
+
|
|
13
20
|
## Installation
|
|
14
21
|
|
|
15
22
|
Add CodeForge to any project:
|
|
@@ -41,7 +48,12 @@ npx codeforge-dev@1.2.3
|
|
|
41
48
|
## Prerequisites
|
|
42
49
|
|
|
43
50
|
- **Docker Desktop** (or compatible container runtime like Podman)
|
|
44
|
-
- **
|
|
51
|
+
- **A DevContainer client** — any of:
|
|
52
|
+
- **VS Code** with the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
|
|
53
|
+
- **DevContainer CLI** — `npm install -g @devcontainers/cli` ([docs](https://containers.dev/supporting#devcontainer-cli))
|
|
54
|
+
- **GitHub Codespaces** — zero local setup
|
|
55
|
+
- **JetBrains Gateway** with [Dev Containers plugin](https://plugins.jetbrains.com/plugin/21962-dev-containers)
|
|
56
|
+
- **DevPod** — open-source, editor-agnostic ([devpod.sh](https://devpod.sh/))
|
|
45
57
|
- **Claude Code authentication** — run `claude` on first start to authenticate
|
|
46
58
|
|
|
47
59
|
## What's Included
|
|
@@ -70,18 +82,80 @@ tree-sitter (JS/TS/Python), ast-grep, Pyright, TypeScript LSP
|
|
|
70
82
|
|
|
71
83
|
tmux, agent-browser, claude-monitor, ccusage, ccburn, ccstatusline, ast-grep, tree-sitter, lsp-servers, biome, ruff, shfmt, shellcheck, hadolint, dprint, ccms, notify-hook, mcp-qdrant, chromaterm, kitty-terminfo, claude-session-dashboard
|
|
72
84
|
|
|
73
|
-
### Agents (17) & Skills (
|
|
85
|
+
### Agents (17) & Skills (35)
|
|
86
|
+
|
|
87
|
+
The `agent-system` plugin includes 17 specialized agents (architect, explorer, test-writer, security-auditor, etc.). The `skill-engine` plugin provides 22 general coding skills, `spec-workflow` adds 8 spec lifecycle skills, and `ticket-workflow` provides 4 ticket management skills.
|
|
88
|
+
|
|
89
|
+
## Architecture
|
|
90
|
+
|
|
91
|
+
CodeForge operates in three layers, each building on the one below:
|
|
92
|
+
|
|
93
|
+
```
|
|
94
|
+
┌──────────────────────────────────────────────┐
|
|
95
|
+
│ Claude Code │
|
|
96
|
+
│ AI assistant, tool execution, Agent Teams │
|
|
97
|
+
├──────────────────────────────────────────────┤
|
|
98
|
+
│ CodeForge Layer │
|
|
99
|
+
│ Plugins · Agents · Skills · Hooks · Rules │
|
|
100
|
+
├──────────────────────────────────────────────┤
|
|
101
|
+
│ DevContainer │
|
|
102
|
+
│ Runtimes · CLI Tools · LSP Servers │
|
|
103
|
+
└──────────────────────────────────────────────┘
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
**DevContainer** — The foundation. A Python 3.14 container with Node.js, Rust, and Bun runtimes, plus 22 custom features that install development tools (ast-grep, tree-sitter, biome, ruff, and others).
|
|
107
|
+
|
|
108
|
+
**CodeForge Layer** — The intelligence. 13 plugins register hooks that validate commands, inject context, and enforce safety. 17 agents provide specialized personas. 35 skills offer on-demand reference material. System prompts and rules shape behavior.
|
|
74
109
|
|
|
75
|
-
|
|
110
|
+
**Claude Code** — The AI assistant, executing tools and coordinating work. CodeForge enhances it through configuration — replacing built-in subagents, adding safety guardrails, and wiring up quality checks that run automatically.
|
|
111
|
+
|
|
112
|
+
For the full architecture breakdown — hook pipeline, agent routing, skill loading, and design principles — see the [Architecture Reference](https://codeforge.core-directive.com/reference/architecture/).
|
|
113
|
+
|
|
114
|
+
## Configuration
|
|
115
|
+
|
|
116
|
+
All configuration lives in `.devcontainer/` and deploys automatically on container start. Key files:
|
|
117
|
+
|
|
118
|
+
| File | What It Configures | User-Modifiable? |
|
|
119
|
+
|------|--------------------|------------------|
|
|
120
|
+
| `config/defaults/settings.json` | Model, plugins, permissions, environment variables | Yes |
|
|
121
|
+
| `config/defaults/main-system-prompt.md` | Claude's behavioral guidelines and directives | Yes |
|
|
122
|
+
| `config/defaults/keybindings.json` | Keyboard shortcuts | Yes |
|
|
123
|
+
| `config/defaults/ccstatusline-settings.json` | Terminal status bar widgets and layout | Yes |
|
|
124
|
+
| `config/file-manifest.json` | Which config files deploy and how they update | Yes |
|
|
125
|
+
| `devcontainer.json` | Container image, features, runtimes, ports | Yes |
|
|
126
|
+
| `.env` | Setup phase toggles (auth, plugins, aliases, etc.) | Yes |
|
|
127
|
+
|
|
128
|
+
Config files use SHA-256 change detection — your edits persist across container rebuilds unless the source changes. Set a file's overwrite mode to `"never"` in `file-manifest.json` to permanently preserve your customizations.
|
|
129
|
+
|
|
130
|
+
For the complete configuration guide, see the [documentation site](https://codeforge.core-directive.com/customization/configuration/).
|
|
76
131
|
|
|
77
132
|
## Quick Start
|
|
78
133
|
|
|
79
134
|
1. **Install**: `npx codeforge-dev`
|
|
80
|
-
2. **Open in Container**:
|
|
135
|
+
2. **Open in Container**:
|
|
136
|
+
- **VS Code**: "Reopen in Container" from the Command Palette
|
|
137
|
+
- **CLI**: `devcontainer up --workspace-folder .` then `docker exec -it <container> zsh`
|
|
138
|
+
- **Codespaces**: Create a Codespace from the repo
|
|
81
139
|
3. **Authenticate**: Run `claude` and follow prompts
|
|
82
140
|
4. **Start coding**: Run `cc`
|
|
83
141
|
|
|
84
|
-
For full usage documentation — authentication, configuration, tools, agents, and keybindings — see [`.devcontainer/README.md`](.devcontainer/README.md).
|
|
142
|
+
CodeForge uses the open [Dev Containers specification](https://containers.dev/) — any compatible client works. For full usage documentation — authentication, configuration, tools, agents, and keybindings — see [`.devcontainer/README.md`](.devcontainer/README.md).
|
|
143
|
+
|
|
144
|
+
## Contributing
|
|
145
|
+
|
|
146
|
+
We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md)
|
|
147
|
+
before submitting a pull request. All contributions require signing our
|
|
148
|
+
[Contributor License Agreement](CLA.md).
|
|
149
|
+
|
|
150
|
+
## License
|
|
151
|
+
|
|
152
|
+
This project is licensed under the [GNU General Public License v3.0](LICENSE.txt).
|
|
153
|
+
|
|
154
|
+
**Commercial licensing** is available for organizations that need to use CodeForge
|
|
155
|
+
without GPL-3.0 obligations. Contact
|
|
156
|
+
[696222+AnExiledDev@users.noreply.github.com](mailto:696222+AnExiledDev@users.noreply.github.com)
|
|
157
|
+
or [open a GitHub issue](https://github.com/AnExiledDev/CodeForge/issues/new)
|
|
158
|
+
for terms.
|
|
85
159
|
|
|
86
160
|
## Development
|
|
87
161
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codeforge-dev",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Complete development container that sets up Claude Code with modular devcontainer features, modern dev tools, and persistent configurations. Drop it into any project and get a production-ready AI development environment in minutes.",
|
|
5
5
|
"main": "setup.js",
|
|
6
6
|
"bin": {
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"license": "GPL-3.0",
|
|
31
31
|
"files": [
|
|
32
32
|
".devcontainer/**/*",
|
|
33
|
+
".codeforge/**/*",
|
|
33
34
|
"setup.js",
|
|
34
35
|
"README.md"
|
|
35
36
|
],
|