Skip to content

feat: agents docs#72

Open
andrerfneves wants to merge 7 commits intomainfrom
feature/agents
Open

feat: agents docs#72
andrerfneves wants to merge 7 commits intomainfrom
feature/agents

Conversation

@andrerfneves
Copy link

@andrerfneves andrerfneves commented Feb 26, 2026

Note

Low Risk
Low risk documentation-only changes, primarily new pages and navigation updates with no runtime or API behavior impact.

Overview
Introduces a new Agents docs area (overview, architecture, repo map, quickstart, skills/OpenClaw install, and package pages for agent-wallet, agent-fetch, agent-pay, plus supporting apps).

Adds a dedicated Pay Per Call (L402) guide set (setup, server/client integration, error reference) and updates docs.json navigation and README.md with a fast-path entrypoint to the new /agents pages.

Written by Cursor Bugbot for commit 70fcd1e. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Free Tier Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Hardcoded local filesystem path leaked in documentation
    • Replaced the hardcoded developer path '/Users/andreneves/Code/zbd/agents' with the generic instruction 'From the repository root:'.

Create PR

Or push these changes by commenting:

@cursor push aae7acbe7d
Preview (aae7acbe7d)
diff --git a/agents/l402-setup.mdx b/agents/l402-setup.mdx
--- a/agents/l402-setup.mdx
+++ b/agents/l402-setup.mdx
@@ -47,7 +47,7 @@
 
 ## 4) Run the End-to-End Local Demo
 
-From `/Users/andreneves/Code/zbd/agents`:
+From the repository root:
 
 ```bash
 npm --prefix agent-pay run build
This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.


## 4) Run the End-to-End Local Demo

From `/Users/andreneves/Code/zbd/agents`:
Copy link

Choose a reason for hiding this comment

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

Hardcoded local filesystem path leaked in documentation

Medium Severity

The path /Users/andreneves/Code/zbd/agents is a developer's personal local filesystem path that was accidentally included in the public documentation. This exposes a personal username and machine layout, and is not useful to any reader following the guide.

Fix in Cursor Fix in Web

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