sprinty-mcp 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/clients/claude/.claude-plugin/plugin.json +1 -1
- package/clients/gemini/gemini-extension.json +1 -1
- package/dist/dashboard-ui/assets/index-DMao8Tdv.js +83 -0
- package/dist/dashboard-ui/assets/index-k-oOctr2.css +1 -0
- package/dist/dashboard-ui/index.html +2 -2
- package/dist/tools/current.d.ts +1 -0
- package/dist/tools/current.js +7 -2
- package/dist/tools/current.js.map +1 -1
- package/dist/tools/register.js +34 -8
- package/dist/tools/register.js.map +1 -1
- package/package.json +2 -1
- package/dist/dashboard-ui/assets/index-B5y2fd66.css +0 -1
- package/dist/dashboard-ui/assets/index-CRDXG61C.js +0 -66
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sprinty",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Disciplined sprint workflow: dashboard-at-start, feature subsprints, artifacts, bug-id follow-ups, spike investigations, an immutable git-anchored ledger, and programmatic close gates.",
|
|
5
5
|
"author": { "name": "Elie Bursztein" },
|
|
6
6
|
"homepage": "https://github.com/ebursztein/sprinty",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sprinty",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Disciplined sprint workflow with dashboard-at-start, feature subsprints, artifacts, bug-id follow-ups, spike investigations, an immutable git-anchored ledger, and close gates.",
|
|
5
5
|
"contextFileName": "GEMINI.md",
|
|
6
6
|
"mcpServers": {
|