Releases: wesleysimplicio/llm-project-mapper
Releases · wesleysimplicio/llm-project-mapper
v0.3.2 — Synchronized release workflow
0.3.2 - 2026-05-18
Changed
- Documented the project default that every release-relevant change in
llm-project-mappermust finish with npm, Git tag, GitHub Release,main, and validation all synchronized in the same cycle. - Synced the root lockfile and release documentation for the
0.3.2package version.
Validation
- npm run lint
- npm test
- npm run docs:build
- npm run test:e2e -- --reporter=list,html
v0.3.1 — Legacy naming cleanup
0.3.1 - 2026-05-18
Changed
- Removed the remaining legacy-name references so the repository, package, and docs consistently use
llm-project-mapper. - Synced the root lockfile with the
0.3.1package version.
Validation
- npm run lint
- npm test
- npm run docs:build
- npm run test:e2e -- --reporter=list,html
v0.3.0 — Automatic bootstrap project mapping
0.3.0 - 2026-05-18
Added
- Automatic local project mapping immediately after bootstrap.
bin/auto-map.jsnow inspects the host project, infers stack/domain/team/integrations, generates.specs/journal/inspection-YYYY-MM-DD.md, and pre-fills the starter-managed docs without waiting for a manualINIT.mdhandoff. - Regression coverage for the automatic mapping flow in both
tests/unit/cli-install.test.jsandtests/e2e/cli.spec.ts, including placeholder-clean assertions on the generated starter-managed files. vscode-extension/scaffold forwesleysimplicio.llm-project-mapper-vscode.--telemetry on|offflag onbin/cli.js(default off), plusPRIVACY.mdand telemetry worker template.
Changed
- Bootstrap messaging now explains that the mapping pass starts automatically and that
INIT.mdis an optional second-pass refinement step. - Package version bumped to
0.3.0.
v0.1.0 — AI-friendly scaffold + npx CLI
v0.1.0
First tagged release of the Agentic Starter Pack.
Highlights
- AGENTS.md ecosystem — master instruction lido por Claude Code, Codex CLI, GitHub Copilot, Cursor, Aider, Hermes, OpenClaw.
- npx scaffolder —
npx @wesleysimplicio/agentic-startercopia template, auto-detecta stack, substitui placeholders. - Specs-as-code —
.specs/com VISION, DOMAIN, PERSONAS, DESIGN, ADRs, WORKFLOW, sprint backlog. - Reusable skills —
.skills/com playwright-e2e, conventional-commits, _template. - Custom agents —
.agents/com ralph-loop, tdd, reviewer, architect (espelhados em.github/copilot/agents/). - CI gate —
.github/workflows/dod.ymlenforça Definition of Done (lint + unit + Playwright + coverage). - Cross-platform bootstrap —
bootstrap.sh(bash) ebootstrap.ps1(PowerShell) com paridade total.
Install
npx @wesleysimplicio/agentic-starterOr clone + bootstrap (legacy).