Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Prompt file imported from AVIDS2/memorix (.windsurf/workflows/deploy.md). Copyright stays with the author.
Run all tests: npm test
Check types: npx tsc --noEmit
Build: npm run build
Bump version in package.json only if the target release version has not already been set
Publish: npm publish
Verify the published version and CLI entry point: npm view memorix version and npx memorix --version
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
1. Run all tests: `npm test`
2. Check types: `npx tsc --noEmit`
3. Build: `npm run build`
4. Bump version in `package.json` only if the target release version has not already been set
5. Publish: `npm publish`
6. Verify the published version and CLI entry point: `npm view memorix version` and `npx memorix --version`
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
avids2-memorix-deploy-workflow.prompt.jsonjson
{
"prompt": "1. Run all tests: `npm test`\n2. Check types: `npx tsc --noEmit`\n3. Build: `npm run build`\n4. Bump version in `package.json` only if the target release version has not already been set\n5. Publish: `npm publish`\n6. Verify the published version and CLI entry point: `npm view memorix version` and `npx memorix --version`",
"variables": [],
"notes": "Deploy the Memorix package to npm registry",
"metadata": {
"source": {
"provider": "github-windsurf-workflows",
"repository": "https://github.com/AVIDS2/memorix",
"path": ".windsurf/workflows/deploy.md",
"ref": "68e4c318f66514b4950812c3bd490c9dd87d884f",
"url": "https://github.com/AVIDS2/memorix/blob/68e4c318f66514b4950812c3bd490c9dd87d884f/.windsurf/workflows/deploy.md",
"key": "AVIDS2/memorix/.windsurf/workflows/deploy.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/avids2-memorix-deploy-workflow/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.