Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codecarto/workflow/scaffold-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# workspace's framework-owned files (GUIDE.md, templates/, workflow/ pipelines
# and VALIDATE.md) predate the running release. Written at release time and
# copied verbatim by init — never edit by hand.
scaffold_version: 0.19.3
scaffold_version: 0.19.4
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.19.4] — 2026-09-10

### Fixed

Expand Down Expand Up @@ -763,7 +763,8 @@ Initial public release under the MIT license.
- Node 20+ is required.
- The Pi runtime and `@sinclair/typebox` are peer dependencies — install them in your host environment, not as direct dependencies of this package.

[Unreleased]: https://github.com/HuginnIndustries/CodeCartographer/compare/v0.19.3...HEAD
[Unreleased]: https://github.com/HuginnIndustries/CodeCartographer/compare/v0.19.4...HEAD
[0.19.4]: https://github.com/HuginnIndustries/CodeCartographer/compare/v0.19.3...v0.19.4
[0.19.3]: https://github.com/HuginnIndustries/CodeCartographer/compare/v0.19.2...v0.19.3
[0.19.2]: https://github.com/HuginnIndustries/CodeCartographer/compare/v0.19.1...v0.19.2
[0.9.1]: https://github.com/HuginnIndustries/CodeCartographer/compare/v0.9.0...v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecartographer-pi",
"version": "0.19.3",
"version": "0.19.4",
"mcpName": "io.github.HuginnIndustries/codecartographer",
"description": "Turn an unfamiliar codebase into a validated reimplementation spec, then synthesize confirmed specs and a product vision into a traceable plan.",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"url": "https://github.com/HuginnIndustries/CodeCartographer",
"source": "github"
},
"version": "0.19.3",
"version": "0.19.4",
"packages": [
{
"registryType": "npm",
"identifier": "codecartographer-pi",
"version": "0.19.3",
"version": "0.19.4",
"transport": {
"type": "stdio"
}
Expand Down