Skip to content

Releases: wesleysimplicio/llm-project-mapper

v0.3.2 — Synchronized release workflow

18 May 19:26

Choose a tag to compare

0.3.2 - 2026-05-18

Changed

  • Documented the project default that every release-relevant change in llm-project-mapper must 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.2 package version.

Validation

  • npm run lint
  • npm test
  • npm run docs:build
  • npm run test:e2e -- --reporter=list,html

v0.3.1 — Legacy naming cleanup

18 May 19:20

Choose a tag to compare

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.1 package 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

18 May 19:14

Choose a tag to compare

0.3.0 - 2026-05-18

Added

  • Automatic local project mapping immediately after bootstrap. bin/auto-map.js now 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 manual INIT.md handoff.
  • Regression coverage for the automatic mapping flow in both tests/unit/cli-install.test.js and tests/e2e/cli.spec.ts, including placeholder-clean assertions on the generated starter-managed files.
  • vscode-extension/ scaffold for wesleysimplicio.llm-project-mapper-vscode.
  • --telemetry on|off flag on bin/cli.js (default off), plus PRIVACY.md and telemetry worker template.

Changed

  • Bootstrap messaging now explains that the mapping pass starts automatically and that INIT.md is an optional second-pass refinement step.
  • Package version bumped to 0.3.0.

v0.1.0 — AI-friendly scaffold + npx CLI

08 May 20:37

Choose a tag to compare

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 scaffoldernpx @wesleysimplicio/agentic-starter copia 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.yml enforça Definition of Done (lint + unit + Playwright + coverage).
  • Cross-platform bootstrapbootstrap.sh (bash) e bootstrap.ps1 (PowerShell) com paridade total.

Install

npx @wesleysimplicio/agentic-starter

Or clone + bootstrap (legacy).

Docs