Skip to content

docs: remove duplicate SANDBOX_REMOTE_MODE config entry#358

Open
CjiW wants to merge 3 commits intomasterfrom
docs/fix-readme-duplicate-config
Open

docs: remove duplicate SANDBOX_REMOTE_MODE config entry#358
CjiW wants to merge 3 commits intomasterfrom
docs/fix-readme-duplicate-config

Conversation

@CjiW
Copy link
Copy Markdown
Owner

@CjiW CjiW commented Mar 29, 2026

Summary

During a scheduled documentation accuracy check, I found that the README.md configuration table had a duplicate entry for SANDBOX_REMOTE_MODE.

Changes

  • Removed the duplicate SANDBOX_REMOTE_MODE entry from the Infrastructure configuration table

Verification

Checked the following for consistency:

  • ✅ Directory structure matches actual code
  • ✅ Makefile commands match README description
  • ✅ Command list matches command_builtin.go
  • ✅ Configuration items match config/config.go

Before

| `SANDBOX_MODE` | ... |
| `SANDBOX_REMOTE_MODE` | ... |  <- first occurrence
| ... |
| `SANDBOX_PUBLIC_URL` | ... |
| `SANDBOX_REMOTE_MODE` | ... |  <- duplicate
| `OAUTH_ENABLE` | ... |

After

| `SANDBOX_MODE` | ... |
| `SANDBOX_REMOTE_MODE` | ... |  <- only one occurrence
| ... |
| `SANDBOX_PUBLIC_URL` | ... |
| `OAUTH_ENABLE` | ... |

CjiW added 3 commits March 29, 2026 12:36
The SANDBOX_REMOTE_MODE configuration was listed twice in the README
configuration table. This commit removes the duplicate entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant