Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (workmaps) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Workmaps
Workmaps is a git-backed YAML work tracker for constraint-driven planning. It keeps work items and diagram views in plain files so humans, editors, and AI agents can collaborate without hidden database state.
npx workmaps init
npx workmaps dev
npx workmaps validate
npx workmaps skill
npx workmaps docsWorkspaces store durable state under .workmaps/.
.workmaps/
work/
registry.yaml
items/
views/The local server is editable. Use --port, --host, and --hmr-port to adjust the dev server binding:
npx workmaps dev --port 5188 --host 127.0.0.1 --hmr-port 5189For shared read-only publishing, build the repository's static app and export workmaps-data.json for GitHub Pages.
workmaps@0.0.14 adds Mermaid markdown previews, invalid-view sidebar signals, and smaller UI polish fixes.