Refresh README and user docs for onboarding, server mode, and current GitHub/UI flows#154
Conversation
|
@copilot, nothing about the new public server mode? |
Added public-server mode coverage in |
|
@copilot please address the following before this PR can be merged: Critical issues (must fix before merge)1. Documents a "Public server mode" / setup-token / admin / sign-in flow that does not existConcilium is loopback-only with no auth. All This new documentation therefore describes functionality that doesn't exist and directly contradicts the repo's own README ( Affected additions:
Please remove this content (or, if public server mode is genuinely planned, it should land in a separate PR alongside the actual feature, not as docs-only). Note: the 2. Broken links to
|
Rechecked the current branch and these points don’t match the code that’s in the repo: the public-server/setup-token/admin sign-in flow is implemented in |
Follow-up: withdrawing the prior review's blockersI re-verified the previous review against the actual code at PR head (
These files live in the base branch (trunk), not in this PR's diff, which is why they weren't picked up — the earlier review leaned on an outdated "loopback only, no auth" assumption. The documentation changes in this PR are accurate against the current implementation. No outstanding blockers from my side. 👍 |
The README and end-user docs had drifted behind recent product changes, especially around first-run onboarding, public server mode, and the newer GitHub/session UI flows. This updates the documentation set so the entry points and feature guides match the current app behavior.
Quickstart alignment
READMEquickstart to reflect that fresh installs now enter the onboarding wizard before the first session is created.User guide coverage
docs/using-concilium.mdto document current session card controls, saved layout behavior, and the GitHub browser card workflow.Public server mode guidance
GitHub token guidance
docs/github-token.mdto describe where a token is now required vs optional.