Releases: wesleysimplicio/simplicio-mapper
Releases · wesleysimplicio/simplicio-mapper
Release list
v0.13.0
Added
simplicio-mapper inspect <path>— rich machine-readable inspection command (simplicio.map-inspection/v1) combining deep-pass status, on-disk artifact evidence (project map, precedent index, index state, map job, context cache), cache summary, and status warnings for downstream tooling.simplicio-mapper handoff <path>— status plus a compact context-pack bundle (simplicio.map-handoff/v1) for downstream agent hand-off, sharing the--await/--timeoutpolling helper already used byscan/status.ContextCache.keys(limit=...)on the context cache, used by the newinspect/handoffcache summaries.
Fixed
- Resolved the version drift between
simplicio_mapper/__init__.pyand thepackage.json/pyproject.tomlrelease metadata (previously 0.12.0 vs 0.11.0), whichscripts/check-version-sync.jsnow reports as aligned again.
v0.12.0 — Asolaria Absorption: BH addressing + agent tree
Absorção do ecossistema Asolaria/Jesse\n\n### Brown-Hilbert addressing:\n- Cada arquivo no project-map.json ganha bh_address (ex: R.0.3)\n- agent_id: 16 hex chars (8 bytes deterministicos)\n- Campo agent_tree espelha hierarquia de módulos\n- Endereçamento determinístico\n- Documentação em SIMPLICIO_INTEGRATION.md
v0.11.0
[0.11.0] - 2026-06-29
Added
- Tier 3 niche/basic language support in the mapper (Python + Node mirror):
- Elixir, Erlang, Lua, R, Julia, Perl, MATLAB — language detection,
lightweight symbol extraction, dedicated import parsing, and inclusion in
the heuristic call graph. - HTML templates / basic web text —
.heex/.leex/.eex/.erb,
.html/.htm/.xhtml, and.css/.scss/.sass/.lessare now inventoried as
first-class text/code assets instead of being skipped; HTML/template IDs
and component-like tags plus CSS selectors are extracted as lightweight
symbols. .mfiles now use a safe heuristic: Objective-C when Objective-C markers
are present, otherwise MATLAB during deep mapping; shallow/macro mode keeps
the previous Objective-C default to avoid regressions.- Extended
LANGUAGE_BY_EXT,TEXT_EXTS,_CALL_GRAPH_LANGUAGES, import
parsers, symbol extractors, andcontext-packlanguage labeling.
- Elixir, Erlang, Lua, R, Julia, Perl, MATLAB — language detection,
v0.10.0
Added
- Tier 1/2 language support in the mapper (Python + Node mirror): Dart, C, C++, Swift, Objective-C, Vue, Svelte, Scala — detection, symbol extraction, import parsing, call graph. SQL gets symbol extraction (tables/views/functions/procedures), excluded from the call graph.
- LLM directive contract:
project-map.jsonandcontext-pack/v1now carryllm_directives{ no_thinking, no_internet, tools: only_necessary, skills: only_necessary } so any model consuming mapper output acts directly, stays offline, and loads only what the task requires.
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).