Skip to content

Publish one complete CLI and first-run guide - #69

Merged
itsjling merged 2 commits into
mainfrom
codex/issue-022-compatibility
Jul 31, 2026
Merged

Publish one complete CLI and first-run guide#69
itsjling merged 2 commits into
mainfrom
codex/issue-022-compatibility

Conversation

@itsjling

@itsjling itsjling commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Closes #22.

Summary

  • document every accepted CLI option, default, range, path rule, environment override, and provider limit
  • cover package setup, readiness, browser-open failure, watch lifetime, shutdown, and retained state
  • make one option registry supply parser membership, numeric limits, defaults, and public-help drift checks
  • require every accepted option in both built-in help and the published reference
  • make the lifecycle test wait for its event instead of relying on a fixed delay

Stack and blockers

Verification

  • node --test tests/cli-docs.test.mjs tests/cli-args.test.mjs (20 tests)
  • node --test tests/present-agent.test.mjs (1 test)
  • npm run lint
  • npm test (85 tests)
  • npm run docs:check
  • npm run docs:build
  • npx fallow audit --changed-since 5e318672c3b925bd14b8af5da1da7cb6e255ac49
  • git diff --check

Stack

  1. Keep review notes outside target repos #43
  2. Publish the exact data and review-target contract #66
  3. Publish one complete CLI and first-run guide #69 👈 current
  4. Retire the divergent completed-plan stack #70

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cd6fbff0ee

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/content/cli.mdx Outdated
Comment thread docs/content/cli.mdx
Comment thread tests/cli-docs.test.mjs Outdated
@itsjling
itsjling force-pushed the codex/issue-021-remote-state branch from 6ba70bc to 5e31867 Compare July 30, 2026 17:55
@itsjling
itsjling force-pushed the codex/issue-022-compatibility branch 2 times, most recently from 4c14db0 to 94c6e99 Compare July 30, 2026 18:09
@itsjling

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 94c6e99367

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/content/cli.mdx Outdated
@itsjling
itsjling force-pushed the codex/issue-022-compatibility branch from 94c6e99 to 12e01c5 Compare July 30, 2026 18:15
@itsjling
itsjling force-pushed the codex/issue-022-compatibility branch from 12e01c5 to 80b8e95 Compare July 30, 2026 18:21
@itsjling
itsjling changed the base branch from codex/issue-021-remote-state to main July 31, 2026 03:39
@itsjling
itsjling merged commit 54c524b into main Jul 31, 2026
4 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.

Publish one complete CLI and first-run guide

1 participant