Skip to content

On the relay docs and quickstart tweak#694

Merged
khaliqgant merged 6 commits intomainfrom
docs-4-7
Apr 8, 2026
Merged

On the relay docs and quickstart tweak#694
khaliqgant merged 6 commits intomainfrom
docs-4-7

Conversation

@khaliqgant
Copy link
Copy Markdown
Member

@khaliqgant khaliqgant commented Apr 7, 2026

  • Quickstart first run experience was poor

Before

➜  quickstart git:(main) ✗ npx tsx agent.ts
Planner → : 
system → Planner: Collaborate with Coder and Reviewer to implement feature ID 7.

After

➜  quickstart git:(main) ✗ npx tsx agent.ts
system → Planner: Collaborate with Coder and Reviewer to implement feature ID 7.
Planner → #general: Hey team! I've been asked to coordinate implementation of Feature ID 7. Since there's no formal backlog, here's what I'm proposing:

**Feature ID 7: Greeting CLI Tool**

A simple TypeScript CLI utility (`greet.ts`) that:
1. Accepts a `--name` argument (defaults to "World")
2. Accepts a `--format` argument (`plain` or `json`, defaults to `plain`)
3. Outputs a greeting in the chosen format

**Plan:**
- @Coder — Implement `greet.ts` with argument parsing and both output formats. Keep it dependency-free (just use `process.argv`).
- @Reviewer — Once Coder shares the implementation, review it for correctness, edge cases, and code quality.

I'll send each of you detailed instructions via DM now.
  • add in on the relay docs and confirm as working with .agentignore and .agentreadonly

Open with Devin

@khaliqgant khaliqgant requested a review from willwashburn as a code owner April 7, 2026 20:45
devin-ai-integration[bot]

This comment was marked as resolved.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Preview deployed!

Environment URL
Web https://pr-694.agentrelay.net

This preview will be cleaned up when the PR is merged or closed.

khaliqgant added a commit that referenced this pull request Apr 8, 2026
Move design spec documents out of the docs/quickstart PR (#694) into
their own PR for separate discussion.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
khaliqgant and others added 6 commits April 8, 2026 09:44
Add prettier-ignore to prevent linter from stripping indentation
inside code blocks. Break long lines for narrow docs column.
Filter empty messages in onMessageReceived callback.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Prettier was stripping indentation inside MDX code blocks on commit,
making quickstart examples unreadable. Added web/content/docs/ to
.prettierignore.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The exec-deny and interactive-cloud-sessions specs don't belong in this
docs/quickstart improvement PR. Moved to #697 for separate discussion.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These changes belong to the fix/cloud-api-url-path branch, not this PR.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@khaliqgant khaliqgant merged commit 65ad543 into main Apr 8, 2026
41 checks passed
@khaliqgant khaliqgant deleted the docs-4-7 branch April 8, 2026 08:11
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