Skip to content

Audit pass 3: Memory + Handoff polish, cross-references, glossary entries#101

Merged
hongyi-chen merged 2 commits into
hyc/orchestration-launchfrom
hyc/orch/audit-pass-3
May 19, 2026
Merged

Audit pass 3: Memory + Handoff polish, cross-references, glossary entries#101
hongyi-chen merged 2 commits into
hyc/orchestration-launchfrom
hyc/orch/audit-pass-3

Conversation

@hongyi-chen
Copy link
Copy Markdown
Collaborator

Final audit pass over hyc/orchestration-launch before the rollout PR. Covers the deltas from #86 (Agent Memory research preview) and #85 (local\u2194cloud handoff) that landed after audit pass 2. 8 files changed, +24 / \u22123.

Changes

Sentence-case fix (clears the one new style-lint warning):

  • capabilities/skills.mdx:414 \u2014 ## Suggested Skills from Agent Memory \u2192 ## Suggested skills from Agent Memory. The section body refers to "reviewable skill drafts" (lowercase common noun), so the heading now matches.

Dead frontmatter:

  • agent-platform/agent-memory/index.mdx \u2014 drop the (Research Preview) suffix from the frontmatter sidebar.label. sidebar.ts already overrides it to Agent Memory under a group named Memory (Research Preview); the duplicate annotation was dead config.

Cross-link gaps from neighboring pages \u2014 new pages linked out, but the existing pages didn't link back:

  • cloud-agents/viewing-cloud-agent-runs.mdx (the \u201C5. Fork the session to your local Warp\u201D section): add a one-line reference to the Handoff overview so the cloud-to-local direction is discoverable from the broader doc.
  • cloud-agents/managing-cloud-agents.mdx: add a \u201CRelated pages\u201D section linking to the Handoff overview alongside cloud-agents overview, viewing-cloud-agent-runs, and oz-web-app.
  • local-agents/cloud-conversations.mdx (Related features): add a link to the Handoff overview, since handoff relies on cloud-synced conversations.

Style (consistency with audit pass 2):

  • cloud-agents/handoff/index.mdx:30 \u2014 \u201Cthe receiving agent can resume the work, not just read about it\u201D \u2192 \u201C\u2026not only read about it.\u201D

Glossary additions:

  • .agents/references/terminology.md (Agent concepts) and AGENTS.md (Core features) \u2014 canonical entries for the launch terms:
    • Agent Memory (Title Case as feature; lowercase "memory" only for the generic concept)
    • memory store (lowercase common noun)
    • Handoff (Title Case as feature; lowercase "hand off" / "handed off" as the verb)

Validation

  • check_links --internal-only: 0 broken across 2,543 internal links (up 6 from the 2,537 baseline, matching the 6 new cross-refs).
  • style_lint --changed: 14 warnings (one fewer than baseline) \u2014 the new Suggested Skills\u2026 heading is no longer flagged. The remaining 14 are all pre-existing proper-name false positives in pricing-faqs / add-on-credits / BYOK / Slack-Linear integration headers.
  • npm run build: 330 pages built; sidebar resolves all slugs; the #5-fork-the-session-to-your-local-warp anchor reference resolves.

Out of scope

  • The & hotkey in handoff/local-to-cloud.mdx:39 is potentially ambiguous (literal & vs Shift+7); needs product verification.
  • Dash style varies between memory (em-dash) and handoff (hyphen) bullet definitions. Both are permitted by the style guide; each page is internally consistent.
  • Adding Agent Memory cross-links to the three harness pages was intentionally skipped \u2014 the Memory page itself documents the cross-harness behavior, and pushing it into each harness page risks duplicate maintenance.
  • 14 pre-existing proper-name lint warnings unrelated to this drop.

Co-Authored-By: Oz oz-agent@warp.dev

…ries

Final audit pass over hyc/orchestration-launch ahead of the rollout PR.
Covers the deltas from #86 (Agent Memory research preview) and #85
(local\u2194cloud handoff) that landed after audit pass 2.

Sentence case / Title Case:
- capabilities/skills.mdx:414: '## Suggested Skills from Agent Memory'
  -> '## Suggested skills from Agent Memory'. The section body uses
  lowercase 'skill drafts', so the heading should match. Also clears
  the one new style_lint warning introduced by #86.

Stale config:
- agent-platform/agent-memory/index.mdx: drop '(Research Preview)' from
  the frontmatter sidebar.label. sidebar.ts already overrides the label
  to 'Agent Memory' under a group named 'Memory (Research Preview)';
  the duplicate annotation was dead config.

Cross-link gaps from neighboring pages:
- cloud-agents/viewing-cloud-agent-runs.mdx (the '5. Fork the session
  to your local Warp' section): add a one-line reference to the new
  Handoff overview, so the cloud-to-local direction is discoverable
  from the broader handoff doc.
- cloud-agents/managing-cloud-agents.mdx: add a Related pages section
  that links to the Handoff overview and the other neighbors that
  weren't surfaced before.
- local-agents/cloud-conversations.mdx (Related features): add a link
  to the Handoff overview, since handoff relies on cloud-synced
  conversations.

Style:
- cloud-agents/handoff/index.mdx:30: drop 'just' from 'not just read
  about it' -> 'not only read about it'. Same ableist-language pattern
  audit pass 2 cleaned up elsewhere.

Glossary additions:
- .agents/references/terminology.md (Agent concepts) + AGENTS.md
  (Core features): add canonical entries for 'Agent Memory', 'memory
  store', and 'Handoff' so the launch terms ship with documented
  capitalization rules ('Agent Memory' Title Case as a feature;
  'memory store' lowercase common noun; 'Handoff' Title Case as the
  feature, lowercase 'hand off' / 'handed off' as the verb).

Validation:
- check_links --internal-only: 0 broken across 2,543 internal links
  (up 6 from the 2,537 baseline, matching the 6 new cross-refs).
- style_lint --changed: 14 warnings (one fewer than baseline; the
  skills.mdx Title Case heading is no longer flagged). The remaining
  warnings are all pre-existing proper-name false positives.
- npm run build: 330 pages built; sidebar still resolves all slugs;
  new anchor reference (#5-fork-the-session-to-your-local-warp) resolves.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 19, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment May 19, 2026 6:28am

Request Review

@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 19, 2026

@hongyi-chen

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

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

Overview

This PR makes a focused documentation polish pass for Agent Memory and Handoff: terminology entries, sidebar/frontmatter cleanup, a heading style fix, and cross-links from neighboring agent-platform pages. I reviewed the annotated diff against the provided PR description and spec context; the change is documentation-only, the new internal references are consistent with the PR diff, and there are no material spec or security concerns.

Concerns

  • None.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Revert the sidebar.label change from the audit pass. Keeping the
research-preview annotation in the frontmatter as a defensive fallback
in case the sidebar.ts override is ever removed.

Co-Authored-By: Oz <oz-agent@warp.dev>
@hongyi-chen hongyi-chen merged commit d1c3596 into hyc/orchestration-launch May 19, 2026
3 of 4 checks passed
@hongyi-chen hongyi-chen deleted the hyc/orch/audit-pass-3 branch May 19, 2026 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant