JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q54252F
  • License UNLICENSED

Git-backed work graphs for constraint-driven planning.

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 docs

    Workspaces 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 5189

    For shared read-only publishing, build the repository's static app and export workmaps-data.json for GitHub Pages.

    workmaps@0.0.13 improves resilience while files are being edited and keeps document previews from shifting sidebar layout.