Skip to content

shim: add Cursor host shim #3

@TheStack-ai

Description

@TheStack-ai

Target

Cursor — popular AI-native editor with its own context/rules model.

What's needed

A host shim analogous to src/host-shims/codex/ and src/host-shims/claude-code/:

  • createCursorHostShim({ facade }) factory
  • Map waypath's session-start verb to Cursor's .cursorrules / context-injection format
  • Entry point in src/host-shims/index.ts
  • Integration test covering the Cursor path

Why this is high-leverage

Cursor users get persistent cross-session memory; waypath extends to a huge installed base. This is a contained module — no core changes needed.

Pointers

  • src/host-shims/codex/codex.ts — reference implementation
  • src/host-shims/claude-code/claude-code.ts — second reference
  • src/facade/facade.ts — the verb surface to map against

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions