Skip to content

Remove edge middleware for routing Markdown requests#5

Merged
bholmesdev merged 1 commit into
mainfrom
remove-edge-middleware
Apr 30, 2026
Merged

Remove edge middleware for routing Markdown requests#5
bholmesdev merged 1 commit into
mainfrom
remove-edge-middleware

Conversation

@bholmesdev

Copy link
Copy Markdown
Contributor

Summary

We're noticing that pageviews are unexpectedly missing in our dashboard. It's possible that edge middleware is swallowing these events.

The intent of this edge middleware is to route LLM requests to the Markdown format for pages when they present the text/markdown heading. In my testing, this doesn't work as expected, so it's worth removing this for now anyways until we can verify a working solution.

Follow-ups

We'll want to get a working version of LLM routing to Markdown routes working later.

@cla-bot cla-bot Bot added the cla-signed label Apr 30, 2026
@vercel

vercel Bot commented Apr 30, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 30, 2026 8:38pm

Request Review

@bholmesdev bholmesdev merged commit 1dab0ca into main Apr 30, 2026
8 of 9 checks passed
hongyi-chen added a commit that referenced this pull request May 19, 2026
…ries (#101)

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

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>

* Restore (Research Preview) suffix in agent-memory sidebar.label

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>

---------

Co-authored-by: Oz <oz-agent@warp.dev>
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.

2 participants