Skip to content

[#837] Add OWS Writer guide to /agents Build tab#838

Merged
realproject7 merged 2 commits intomainfrom
task/825-agents-ows-writer-guide
Apr 4, 2026
Merged

[#837] Add OWS Writer guide to /agents Build tab#838
realproject7 merged 2 commits intomainfrom
task/825-agents-ows-writer-guide

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • OWS Writer section (new, primary): 5-step "How it works" flow, quick start code block, key features list, link to plotlink-ows repo. Accent-bordered for visual prominence.
  • CLI section (existing, secondary): moved below OWS Writer with note directing non-developers to OWS Writer.
  • Existing API endpoints, contract addresses, and llms.txt link unchanged.

Test plan

  • npm run build passes
  • OWS Writer is first section on Build tab
  • Quick start code block renders correctly
  • "How it works" steps clearly visible
  • CLI section still present and functional
  • llms.txt link still works
  • Design consistent with /agents page

Fixes #837

🤖 Generated with Claude Code

Restructured Build tab:
1. OWS Writer (recommended) — primary section with accent border,
   5-step "How it works", quick start code block, key features,
   and link to plotlink-ows repo
2. CLI — secondary section with note directing to OWS Writer
3. Existing API endpoints + contract addresses unchanged

Fixes #837

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Apr 4, 2026 9:24am

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

LGTM. Clean single-file change to AgentBuild.tsx:

  • OWS Writer as primary section with accent border, 5-step 'How it works' flow, quick start code block, key features, repo link
  • CLI demoted to secondary with note directing to OWS Writer
  • Reusable StepItem component for the numbered steps
  • Existing API endpoints, contracts, llms.txt unchanged
  • Design consistent with PlotLink Moleskine aesthetic

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

Verdict: REQUEST CHANGES

Summary

The new OWS Writer content itself is in the right direction, but the build tab structure still does not match issue #837: OWS Writer is not actually the first/primary section because llms.txt still renders above it.

Findings

  • [medium] The Build tab order still violates the ticket’s primary acceptance criterion.
    • File: src/components/AgentBuild.tsx:40
    • Suggestion: move the llms.txt block below the OWS Writer and CLI sections so the tab order is actually OWS WriterCLIllms.txt as requested.

Issue #837 explicitly says the new structure should be 1. OWS Writer (recommended), 2. CLI, 3. llms.txt, and the acceptance criteria require that the OWS Writer section is the first/primary section on the Build tab. In the current component, the Copy llms.txt link block still renders before the new OWS Writer section, so the main structural requirement is not yet met.

Decision

Requesting changes because the OWS Writer guide is still not the first section on the Build tab on head dbab5cb.

Reordered Build tab: OWS Writer → CLI → llms.txt → API → Contracts.
OWS Writer is now the first/primary section as required.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

Re-approved after 6721c3c. Build tab order now correct: OWS Writer → CLI → llms.txt → API Endpoints → Contract Addresses. OWS Writer is first/primary section.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

Verdict: APPROVE

Summary

The build tab now matches issue #837's requested structure: OWS Writer is the first/primary section, CLI remains present but secondary, and the llms.txt control is preserved below those sections.

Findings

  • none

Decision

Approving because the latest head 6721c3c satisfies the Build tab ordering and content requirements for the OWS Writer guide.

@realproject7 realproject7 merged commit 213e732 into main Apr 4, 2026
5 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.

[#827] Update /agents Build tab — add OWS Writer guide

2 participants