Skip to content

learn: fix autonomy-level accuracy and wire CheckOrderStatus to a real endpoint#800

Open
Shivapriya92 wants to merge 4 commits into
masterfrom
docs/pr796-autonomy-followups
Open

learn: fix autonomy-level accuracy and wire CheckOrderStatus to a real endpoint#800
Shivapriya92 wants to merge 4 commits into
masterfrom
docs/pr796-autonomy-followups

Conversation

@Shivapriya92

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #796 (already merged) closing out CalCooper's non-blocking review comments, plus a correction caught during my own verification pass.

  • Autonomy wording softened and verified. custom-employee-lab.mdx no longer states the Level 3 default as a bare fact — wording now survives a UI change, and the claim carries a first-person, dated, screenshot-backed [VERIFIED IN-PRODUCT] attestation logged in the outline's new Verification log, per Cal's tagging proposal on docs: add transcript-knowledge-capture skill and per-topic notes #782.
  • Correction: Autonomous is not the highest level. An earlier pass of this fix wrongly called it "the highest level." Screenshots confirm four levels total — Suggestive, Assistive, Autonomous, Agentic — Autonomous is Level 3, one below Agentic. Fixed in the lesson and the outline; the full ladder text (verbatim from the product's own info panel) is now captured as source material for the businessapp-docs citation gap.
  • CheckOrderStatus now runs against a real endpoint. Cal flagged that the Required line promised a runnable example but the tool was illustration-only. It now points at a live, verified, free public test API (GET https://dummyjson.com/carts, order_number as a path parameter, no auth), with an expanded capability description and a paragraph explaining it's a stand-in, not a real order system. Path-vs-query parameter mechanics were checked against creating-custom-capabilities.md's field reference first, not assumed.

Files

  • docusaurus/training/ai-workforce/custom-employee-lab.mdx — autonomy wording, CheckOrderStatus endpoint + description
  • learn-revamp/drafts/OUTLINE-ai-workforce-train-and-custom-lab.md — Verification log, changelog (v5–v7), corrected tags
  • learn-revamp/drafts/img/autonomy-level-3-in-product.png, autonomy-four-level-ladder.png — verification screenshots
  • learn-revamp/implementation-plan.md — WI-7 items 5 and 7 marked done

Still open (tracked in implementation-plan.md, WI-7)

  • Item 5: flag the autonomy-level docs gap to the businessapp-docs team so it graduates to a real [DOC] citation
  • Item 6: Partner Center vs. Business App framing drift in the linked Creating Custom Capabilities guide — not ours to fix, needs a flag to its owners

Testing

  • GET https://dummyjson.com/carts/1 hit live and confirmed returning real JSON before writing it into the lesson.
  • npm run build run locally: succeeds (Generated static files in "build"). Broken-link/anchor warnings in the output are pre-existing debt in the main docs instance (/accounts/, /administration/, /business-app/, /commerce/, /crm/, etc.) — none touch custom-employee-lab.mdx, train-your-employee.mdx, or anything else in this PR.

Shivapriya92 and others added 4 commits July 23, 2026 13:29
Per CalCooper PR #796 review + PR #782 VERIFIED IN-PRODUCT tagging proposal. Softens autonomy wording, logs Shivapriya signed attestation, marks WI-7 item 5 done.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Shivapriya provided in-product screenshots showing four autonomy levels
(Suggestive, Assistive, Autonomous, Agentic). Autonomous (Level 3) is the
default for a new employee but sits one level below the top, Agentic.
My earlier wording in custom-employee-lab.mdx and the outline doc wrongly
called Autonomous "the highest level" -- corrected in both places, and the
full four-level ladder text (verbatim from the product's own info panel)
is logged in the outline's Verification log as VERIFIED IN-PRODUCT source
material, useful later for the businessapp-docs citation gap (WI-7 item 5).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…escription

Cal PR #796 item 4: the Required line promised a runnable example but
CheckOrderStatus was illustration-only. Wired it to a live, verified,
free public test endpoint (dummyjson.com/carts, order_number as a path
parameter, no auth) after Shivapriya approved the design. Expanded the
capability description in detail per her request, and added a paragraph
explaining the endpoint is a stand-in, not a real order system.

Checked creating-custom-capabilities.md field reference before writing:
there is no inline {param} URL templating in the real UI -- parameters
are configured separately with a path/query/body location -- so the
lesson describes it that way instead of inventing a syntax.

Marks implementation-plan.md WI-7 item 7 done.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Adds the two screenshots backing Shivapriya's VERIFIED IN-PRODUCT
attestation: the live Configure panel (Autonomy: Level 3: Autonomous)
and the product's own four-level autonomy ladder info panel. Replaces
the pending-upload placeholder in the outline's Verification log with
the real paths.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@Shivapriya92
Shivapriya92 requested a review from CalCooper July 23, 2026 10:04
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