corepack enable && pnpm install --frozen-lockfilepassed (exit 0) · 12scorepack enable && pnpm run buildpassed (exit 0) · 35scorepack enable && pnpm run typecheckpassed (exit 0) · 23scorepack enable && pnpm run testpassed (exit 0) · 30scorepack enable && pnpm run lintpassed (exit 0) · 6sMantyl is a pnpm/TypeScript monorepo implementing a "software handover" tool: it inspects a repository, collects coding-agent history and verification evidence, and renders a signed "project passport" for a new owner. The design is intentionally modular — packages/schema defines the passport contract, packages/core (the largest package, 36 files) implements workflows and run context, and a set of small satellite packages handle collection (collectors-git, collectors-repository), agent adapters (adapter-claude-code, adapter-codex, adapter-cursor), policy/config, evidence reconciliation, sandboxed verification (runner-docker, verifier-node), cryptographic signing/attestation (signing), and output rendering (renderer-html, renderer-markdown). Most of these satellite packages contain only a handful of files (package.json + src + a single test), suggesting either a clean minimal design or still-early implementation depth, in contrast to the much larger core package. Consumer-facing surfaces are apps/cli (the primary product, packaged as a local tarball), apps/web (a much larger, 171-file Next.js 16 marketing/hosted-passport site), and apps/worker (a small serverless-style worker). Two integration points exist for Claude Code: a dedicated adapter package and a separate integrations/claude-code-plugin. Architecture decisions are documented via ADRs, notably choosing Whop over Stripe for payments and running the worker as a serverless process on GitHub Actions rather than a dedicated server. CI is defined through three GitHub Actions workflows (build/test, IndexNow SEO pinging, and a passport-action smoke test), and the repo has scripts to scan and sync a "public" subset of the CLI. The working tree is clean at HEAD 1abb1a4, dependencies are pnpm-locked, and root scripts cover build/lint/test/typecheck. Several environment variables reveal the operational shape of the system: documented ones cover Anthropic API access, Vercel blob storage, GitHub dispatch, Mantyl API/worker tokens, signing keys, and Whop payment integration, while a second, security-relevant set (MANTYL_ATTEST_PRIVATE_KEY, MANTYL_ATTEST_PUBLIC_KEY, MANTYL_CI_TOKEN) is referenced in code but not documented anywhere. Locally, the web app has been writing ad hoc JSON files under .agency-waitlist and .passport-store directories that are not committed to the repository — local runtime state rather than delivered application data. The README references examples/, poc-static/, and launch/ directories that were deliberately excluded from this scan, so their presence and contents in the actual repository are unverified here.
I want to commit this to my github account, private repo and not on any of the organisations im a part of please make sure it just ends up on my account only
I want this to be top tier and not something that's been done before, the overall idea is to allow picking up and verification of AI projects between developers and clients and potentially shari
I want to launch through sites like product hunt and then sync some money into marketing and see what happens, organic socials isn't an option for this product
I want to work on a landing page uplift, where we create a PRD based on these website refernces and anaalyse the sales tactics, pshycology and layout
I want to put together a producthunt launch pack, including creative assets that we can use as imagery for Mantyl, can you help me put together all of the info required and images, we can t
I want to ensure that we have full SEO compatibility including indexing and content guides, we also need to set-up a proper tracking layer for the ads
I want to set a pixel for GA4 as that's how anaylitcs are tracked in Whop and I want to keep everything to one platform to make things easier
I want to do a full SEO review of this website, where we do some research of any relevant competitors in the space and create a full PRD to get us to that level of SEO implementation techin
I want to gain a full understanding, the potential impact of each addition and once we are happy and agreed on a route forward we can create a PRD for the next steps
None recorded.
corepack enable && pnpm install --frozen-lockfileVerifiedcorepack enable && pnpm run buildVerifiedThe badge renders this passport’s live status and links back here, so a delivered repository’s README carries its own proof. It states only what the passport can show: signal yellow appears when an independent verification is signed, and never otherwise.