Skip to content

Releases: wesleysimplicio/simplicio-mapper

v0.13.0

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 01 Jul 21:47

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/--timeout polling helper already used by scan/status.
  • ContextCache.keys(limit=...) on the context cache, used by the new inspect/handoff cache summaries.

Fixed

  • Resolved the version drift between simplicio_mapper/__init__.py and the package.json/pyproject.toml release metadata (previously 0.12.0 vs 0.11.0), which scripts/check-version-sync.js now reports as aligned again.

v0.12.0 — Asolaria Absorption: BH addressing + agent tree

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 30 Jun 23:34

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

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 29 Jun 15:44
cf29a56

[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/.less are 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.
    • .m files 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, and context-pack language labeling.

v0.10.0

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 29 Jun 15:10
cd024b6

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.json and context-pack/v1 now carry llm_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.

PyPI: https://pypi.org/project/simplicio-mapper/0.10.0/

v0.3.2 — Synchronized release workflow

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 18 May 19:26

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

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 18 May 19:20

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

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 18 May 19:14

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

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 08 May 20:37

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