@memory-paper/workflow-impression
v0.1.20
Published
Cross-platform npm tool (Mac/Windows): npx → local dashboard → license GUID required
Maintainers
Readme
@memory-paper/workflow-impression
MVP
npm install / npx
→ open local dashboard (Mac + Windows)
→ require pasting GUID
→ update using npm (npx @latest)User
npx @memory-paper/workflow-impressionnpm install -g @memory-paper/workflow-impression
workflow-impressionDashboard: http://localhost:8791
Update
npx @memory-paper/workflow-impression@latestThe tool checks the version automatically; if an update is mandatory → CLI exits and prints the npx …@latest command.
Dev monorepo
# Terminal 1
cd ../api-server && npm install && npm run dev
# Terminal 2
cd workflow_impression
npm install
npm run build
npm startOwner publish
# .env.seal — SEAL_API_URL + SEAL_MASTER_SECRET, SEAL_ALLOW_DEV_OVERRIDE=0
npm run build
npm publish --access public
# api-server/.env — bump version
# VERSION_TOOL_IMPRESSIONS_LATEST=0.2.0Technical Flow
npx
→ npm downloads package
→ Node local server 127.0.0.1:8791
→ open browser dashboard
→ mandatory license GUID
→ call API (sealed URL) + version check| | |
|--|--|
| License | Mandatory — no generate without key |
| API URL | Sealed in package |
| Secrets | ~/.tool-impressions/secrets.enc |
| Version | GET /api/v1/version/check |
See also: ../MVP.md
