[WRONG BRANCH] fix(cli): correct logs follow capability contract - #375
[WRONG BRANCH] fix(cli): correct logs follow capability contract#375luvs01 wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
✅ Deterministic PR hygiene checks passed. |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
⏳ DRAFT
What to do
Its title has been prefixed with |
Motivation
ocx capabilitiesentry forocx logs --followclaimed that--followstreams JSONL and implied--jsonl, but thelogsimplementation only emits JSON when--jsonlis explicitly provided, causing automation that trusts the capability metadata to mis-parse followed output.Description
src/cli/capabilities.tsto state that--followpolls for new rows and that--jsonlmust be supplied to emit JSONL.skills/ocx/references/01_management_surface.mdso the docs/skill surface matches the corrected contract.tests/cli-capabilities.test.tsthat asserts the--followflag summary no longer claims to imply JSONL output.Testing
node_modules/.bin/bun test tests/cli-capabilities.test.tsand it passed.node_modules/.bin/bun run skill:surface:checkand it reported the reference is current.node_modules/.bin/bun run typecheckandnode_modules/.bin/bun run privacy:scan, and both checks passed.Codex Task