Skip to content

docs: simplify onboarding with no-env default flow - #13

Merged
Razpines merged 1 commit into
mainfrom
feat/issue-11-no-env-onboarding
Feb 20, 2026
Merged

Razpines merged 1 commit into
mainfrom
feat/issue-11-no-env-onboarding

Conversation

@Razpines

@Razpines Razpines commented Feb 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • make no-env onboarding the default flow
  • update example Codex/Claude configs to use absolute start_server command paths
  • align README and advanced docs with agent auto-start via config (manual env vars moved to optional overrides)

Why

Issue #11 describes onboarding friction from unnecessary env-var setup and mixed startup patterns.
closes #11

Changes

  • removed default env blocks from all four example config files
  • switched examples to absolute-path placeholders for start_server.bat / start_server.sh
  • updated top-level quickstart to explicitly say no env vars are needed for default onboarding
  • updated docs/README.md MCP wiring section to the same default pattern

Validation

  • JSON parse check for all examples/*.json

@Razpines
Razpines force-pushed the feat/issue-11-no-env-onboarding branch from 667e4a5 to 4f2a05f Compare February 20, 2026 15:14
@Razpines
Razpines merged commit ab41b0e into main Feb 20, 2026
2 checks passed
@Razpines
Razpines deleted the feat/issue-11-no-env-onboarding branch February 20, 2026 15:15
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.

Simplify onboarding: remove unnecessary env-var setup from default flow

1 participant