corepack enable && pnpm install --frozen-lockfilepassed (exit 0) · 13scorepack enable && pnpm run buildpassed (exit 0) · 29scorepack enable && pnpm run typecheckpassed (exit 0) · 19scorepack enable && pnpm run testpassed (exit 0) · 30scorepack enable && pnpm run lintpassed (exit 0) · 5sMantyl is a pnpm/TypeScript monorepo implementing a 'software handover' tool: it inspects a repository, gathers evidence from coding-agent sessions and executed verification, and renders a 'project passport' for whoever inherits the codebase. The architecture is cleanly modular: apps/cli is the primary product; apps/web is a Next.js marketing site plus hosted passport pages; apps/worker is a smaller background-job service with its own CI verification workflow. The packages/ tree separates concerns tightly — schema (canonical passport contract), core (workflow/exit-code logic), evidence (evidence graph), config, collectors-git and collectors-repository (raw observation gathering), three adapter packages for AI coding agents (Claude Code, Codex, Cursor), a Node/TS verifier, a Docker-based sandbox runner, HTML/Markdown renderers, and a signing package for cryptographic authenticity of passports. Documentation is unusually thorough for a project this size, with an architecture spec, implementation plan, GTM plan, and a design-system spec, and the working tree is clean at a pinned commit. The env-var surface is large and touches payment/membership (Whop), cloud storage (Vercel Blob), GitHub dispatch automation, and passport signing keys — most of which are undocumented, meaning the new owner will need to reconstruct configuration and secret-provisioning knowledge largely from source rather than docs. Some local-only artifacts (a packed CLI tarball, a passport-store directory with opaque hashed filenames, Next.js build caches) are untracked and represent machine state rather than delivered project content.
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 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
None recorded.
corepack enable && pnpm install --frozen-lockfileVerifiedcorepack enable && pnpm run buildVerified