Skip to content

docs: clarify onboarding and verify recovery workflows - #330

Merged
Maneek21 merged 1 commit into
masterfrom
codex/docs-usability-20260914
Sep 14, 2026
Merged

Maneek21 merged 1 commit into
masterfrom
codex/docs-usability-20260914

Conversation

@Maneek21

Copy link
Copy Markdown
Owner

Changes

Make onboarding and Modules/Apps terminology consistent across the public entry points, add five practical tutorials and a validated Module example, and add documentation checks to CI.

Provide complete backup and isolated restore examples. Preserve legacy container uploads and copy them into persistent storage before an upgrade recreates the application container.

Validation

  • Clean frozen-lockfile install with pnpm 11.10.0 and the exact docs:check CI command passed.
  • Five operational-script tests passed on Linux Node 22; Module example passed the actual validator.
  • Real preview.15 install and separate restore verified authenticated task and attachment data.
  • Clean preview.14 to preview.15 upgrade verified Knowledge, tasks, exact attachment bytes, and authenticated MCP create/read/retry/revocation.

Provider-backed agent approval and connected-App execution are not certified by these checks. Website changes are deployed separately through Cloudflare Wrangler.

Comment on lines +39 to +41
return spawnSync(bash, ['-c', 'export PATH="$PWD/bin:$PATH"; bash "$@"', '--', posix(script), ...args], {
cwd: dir, encoding: 'utf8', env: { ...process.env, TEST_LOG: posix(log), ...env },
});
@Maneek21
Maneek21 merged commit a325342 into master Sep 14, 2026
11 checks passed
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.

2 participants