Releases: GeekyAnts/create-ai-native-project
Release list
v1.4.2
Scaffolded instructions (CLAUDE.md / AGENTS.md) now include a Knowledge Base (OKF) section across all project shapes (default / single / monorepo):
- How to maintain the companion
knowledge/OKF bundle — frontmatter (typerequired), body conventions, reserved files (index.md,log.md), guardrails, andokflintvalidation. - A directive to read
knowledge/before searching the codebase.
Source: agentic-coding-registry PR #34. Registry-only content change (live at runtime); this release keeps the CLI version/changelog in lockstep.
🤖 Generated with Claude Code
v1.4.1
Maintenance release.
Fixed
- Windows dependency install —
execFilecouldn't run the.cmdshims Windows uses for pnpm/npm, so package-manager detection and the optional install silently failed; both call sites now passshellon win32. - tsup build target bumped
node18→node20to matchengines: >=20.12. - Cline added to the package/CLI description and keywords.
Dependencies
@clack/prompts0.7 → 1.7 — hard-failure spinners migrated to the new.error()API;validatecallbacks handleundefinedinput.commander12 → 15 (ESM-only).typescript5.6 → 7.0 (native compiler) with"types": ["node"]added to tsconfig;@types/nodepinned to the Node 24 LTS line.
Docs
- Missing v1.4.0 entry restored in
knowledge/project/log.md; changelog/CLAUDE.md synced. - Template registry fully refreshed to latest stable versions (agentic-coding-registry#33) — 262 bumps across 30 modules, picked up automatically by
create/update.
Verified: tsc clean, 82/82 tests, build + runtime smoke tests, npm audit --omit=dev clean.
v1.4.0 — OKF knowledge bundle
OKF knowledge bundle
Every scaffolded project now also gets a knowledge/ OKF (Open Knowledge Format) v0.1 bundle alongside CLAUDE.md / AGENTS.md — a tree of markdown concept files (one per selected stack/database/vector-db/orm/iac/storage/auth/security/mcp), composed from the same section fragments that feed CLAUDE.md (single source of truth). Root index.md carries okf_version; project name/brief/date are injected at compose time. Wired into single + monorepo flows; add-runs pick up new areas.
Also corrects the base-template label Open Knowledge Foundation → Open Knowledge Format (registry).
See #32.
v1.3.0
MCP servers
Adds an mcp kind — the wizard can now preconfigure MCP (Model Context Protocol) servers into a scaffolded project, written to each selected tool's own config and merged so servers you already have are never clobbered.
- Servers: chrome-devtools, playwright, context7, github, filesystem, git, fetch, sequential-thinking, memory
- Per tool:
.mcp.json(Claude Code) ·mcpblock ofopencode.json(OpenCode) ·.codex/config.toml(Codex) · documented for Cline - Backfills config for a tool added later; re-runs are idempotent
CLI #29 · registry: agentic-coding-registry #31
🤖 Generated with Claude Code
v1.2.1
Demos
- Reproducible VHS terminal recordings of the CLI under
demo/(help + full interactive scaffold). - Published on the docs site and embedded at the top of the README (so it shows on the npm and GitHub pages).
No functional CLI changes since v1.2.0.
v1.2.0
Project name + brief
Two new prompts at the start of the flow — project name and one-line brief — are injected into the composed CLAUDE.md / AGENTS.md (title, description, and Overview) so the agent knows what the project is from the first line. Today's date fills the template's date placeholders too.
- Add-run safe (never clobbers an edited instructions file); a blank answer leaves the placeholder for later.
- Recorded in
.ai-native-project.jsonasprojectName/briefand pre-filled on re-runs. - CLI-only — no registry change.
🤖 Generated with Claude Code
v1.1.0
Security standards
Adds a security kind: pick from 7 priority groups (Essential, Infrastructure, Enterprise Governance, Testing & Validation, Identity & Access, Supply Chain, Industry Compliance). Each appends a ## Security: section to CLAUDE.md/AGENTS.md mapping its standards (OWASP, NIST, CIS, SLSA, ISO, compliance regimes) to concrete guidance.
Picking any group auto-installs the security-standards skill and the threat-modeler (STRIDE) + security-auditor (standards-conformance) agents.
- New manifest field
security(backward-compatible, backfills to[]). - Works across all tool targets (Claude Code / Codex / OpenCode / Cline), single + monorepo.
- Requires registry: GeekyAnts/agentic-coding-registry (merged).
🤖 Generated with Claude Code
v1.0.0
First stable release of create-ai-native-project — the interactive CLI that scaffolds AI-native projects for Claude Code, OpenAI Codex, OpenCode, and Cline from a single template registry.
Highlights (v1 registry-additions roadmap)
- AI-native stacks: MCP servers (TypeScript + Python), Vercel AI SDK, LangGraph, PydanticAI — plus vector databases (pgvector, Qdrant, Chroma) and a baked-in LLM-provider + Deploying section.
- New registry kinds:
vector-db,orm(Prisma 7 / Drizzle),iac(OpenTofu). - New tool target: Cline (
AGENTS.md+ skills as.clinerules/workflows). - Framework breadth: Vue, Svelte, SvelteKit, Astro, Nuxt, Angular, Hono, Django, Spring Boot, ASP.NET Core, Tauri; React Native updated to Expo SDK 57.
- Data & infra: Valkey, Neon, Supabase; SeaweedFS + Cloudflare R2 storage; Better Auth, Auth.js.
- License-safety: MinIO→SeaweedFS/R2, Redis→Valkey, Terraform→OpenTofu (no SSPL/BSL/source-available blocks).
- Skills/agents batch 1: 6 skills + 7 specialist subagents, on top of the always-on core set.
Install
npm create ai-native-projectPublished to npm with SLSA provenance via OIDC Trusted Publishing.
v0.3.4
Generic client wording in the README. Published via npm Trusted Publishing (OIDC).