Skip to the content.

AI Passport — Roadmap

Standard first, then ecosystem. See MANIFESTO.md.

Phase 0 — Foundation ✓

Phase 1 — Core ✓

Phase 2 — Cursor integration ✓

First real user experience — the “wow” moment.

Scenario:

Cursor opened → Passport found → AI knows your stack → AI adapts

Phase 3 — SDK ✓

Nobody should rewrite AI Passport. Just:

import { Passport } from '@ai-passport-core/cli/sdk';

const passport = await Passport.load();
const context = await passport.export('cursor');

See SDK.md. Low-level API remains PassportManager for advanced use.

Future: optional separate @ai-passport-core/sdk npm package (same API, lighter deps).

Phase 4 — Open specification ✓

Documentation over code. Companies should say: “We support AI Passport.”

Phase 5 — Ecosystem (in progress)