You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix review issues: corrupted checksums, var ordering, stale links
Review fixes from 4-agent code review:
- setup.js: Handle corrupted checksums JSON gracefully (try/catch)
- setup.js: Generate checksums from source, not destination on fresh install
- setup.js: Use regex with /g flag in expandVars for multiple occurrences
- setup.sh: Fix variable ordering — set CODEFORGE_DIR before CONFIG_SOURCE_DIR
- setup.sh: Unset CONFIG_SOURCE_DIR after deprecation guard fires
- .gitignore: Remove duplicate .devcontainer/ un-ignore and stale config paths
- architecture.md: Add missing orchestrator-system-prompt.md and migration step
- README.md: Fix dead links to removed docs/ directory, point to docs site
Copy file name to clipboardExpand all lines: .devcontainer/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -432,7 +432,7 @@ The `setup-projects.sh` script auto-detects projects under `/workspaces/` and ma
432
432
433
433
## Troubleshooting
434
434
435
-
Common issues and solutions. For detailed troubleshooting, see [docs/troubleshooting.md](docs/troubleshooting.md).
435
+
Common issues and solutions. For detailed troubleshooting, see the [Troubleshooting](https://anexileddev.github.io/CodeForge/reference/troubleshooting/) page on the docs site.
436
436
437
437
| Problem | Solution |
438
438
|---------|----------|
@@ -447,11 +447,11 @@ Common issues and solutions. For detailed troubleshooting, see [docs/troubleshoo
447
447
## Further Reading
448
448
449
449
**CodeForge Documentation**:
450
-
-[Configuration Reference](docs/configuration-reference.md) — all env vars and config options
451
-
-[Plugin System](docs/plugins.md) — plugin architecture and per-plugin docs
452
-
-[Optional Features](docs/optional-features.md) — mcp-qdrant and other optional components, disabling features
453
-
-[Keybinding Customization](docs/keybindings.md) — resolving VS Code conflicts
454
-
-[Troubleshooting](docs/troubleshooting.md) — common issues and solutions
450
+
-[Configuration Reference](https://anexileddev.github.io/CodeForge/customization/configuration/) — all env vars and config options
451
+
-[Plugin System](https://anexileddev.github.io/CodeForge/plugins/) — plugin architecture and per-plugin docs
452
+
-[Optional Features](https://anexileddev.github.io/CodeForge/customization/optional-features/) — mcp-qdrant and other optional components, disabling features
453
+
-[Keybinding Customization](https://anexileddev.github.io/CodeForge/customization/keybindings/) — resolving VS Code conflicts
454
+
-[Troubleshooting](https://anexileddev.github.io/CodeForge/reference/troubleshooting/) — common issues and solutions
0 commit comments