Skip to content

docs: Grok Build onboard path (Kimi-ready)#48

Merged
ThinkOffApp merged 1 commit into
mainfrom
docs/grok-build-onboard
Jul 19, 2026
Merged

docs: Grok Build onboard path (Kimi-ready)#48
ThinkOffApp merged 1 commit into
mainfrom
docs/grok-build-onboard

Conversation

@ThinkOffApp

Copy link
Copy Markdown
Owner

Summary

  • Documents first Grok agent onboard lessons so the next non-Claude agent (Kimi) does not need hand-typed check room.
  • Adds config/grok.example.json (no secrets), docs/grok-build.md, and a README "Grok Build" section.

Key lessons

  • nudge_mode: "none" is the footgun that made Grok look dead.
  • Per-agent notify/seen files; do not share Claude's.
  • tmux nudge only works if the TUI is inside the target session; Grok-native /loop 2m works outside tmux.

Test plan

  • README section renders
  • Example config is valid JSON and gitignored live keys remain uncommitted

Capture day-one lessons: nudge_mode none is a footgun, per-agent notify
files, tmux path vs Grok-native 2m self-schedule, example config without
secrets. README section + docs/grok-build.md + config/grok.example.json.
@cursor

cursor Bot commented Jul 19, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@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: 61ea2637e9

ℹ️ 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/grok-build.md
### A. IAK path (poller + tmux nudge)

```bash
cp config/grok.example.json config/grok.json

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include Grok example in npm package

For users following this onboarding from an npm-installed copy, this first command fails because config/grok.example.json is not shipped: I checked npm pack --dry-run --json and the package includes docs/grok-build.md but no config/* files, matching the existing .gitignore rule config/*.json and no npm override. Either explicitly include this example in the package or put it somewhere that is published, otherwise the new Grok setup path is broken outside a git checkout.

Useful? React with 👍 / 👎.

@ThinkOffApp
ThinkOffApp merged commit e9f98e6 into main Jul 19, 2026
3 checks passed
ThinkOffApp added a commit that referenced this pull request Jul 19, 2026
docs: cross-link the onboarding docs from #48/#49
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.

1 participant