@legdev/tkxr 1.1.11
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/LICENSE +21 -0
- package/README.md +477 -0
- package/dist/cli/commands/comments.d.ts +10 -0
- package/dist/cli/commands/comments.d.ts.map +1 -0
- package/dist/cli/commands/comments.js +81 -0
- package/dist/cli/commands/comments.js.map +1 -0
- package/dist/cli/commands/create.d.ts +11 -0
- package/dist/cli/commands/create.d.ts.map +1 -0
- package/dist/cli/commands/create.js +74 -0
- package/dist/cli/commands/create.js.map +1 -0
- package/dist/cli/commands/delete.d.ts +7 -0
- package/dist/cli/commands/delete.d.ts.map +1 -0
- package/dist/cli/commands/delete.js +61 -0
- package/dist/cli/commands/delete.js.map +1 -0
- package/dist/cli/commands/list.d.ts +16 -0
- package/dist/cli/commands/list.d.ts.map +1 -0
- package/dist/cli/commands/list.js +239 -0
- package/dist/cli/commands/list.js.map +1 -0
- package/dist/cli/commands/mcp.d.ts +8 -0
- package/dist/cli/commands/mcp.d.ts.map +1 -0
- package/dist/cli/commands/mcp.js +52 -0
- package/dist/cli/commands/mcp.js.map +1 -0
- package/dist/cli/commands/serve.d.ts +8 -0
- package/dist/cli/commands/serve.d.ts.map +1 -0
- package/dist/cli/commands/serve.js +505 -0
- package/dist/cli/commands/serve.js.map +1 -0
- package/dist/cli/commands/show.d.ts +7 -0
- package/dist/cli/commands/show.d.ts.map +1 -0
- package/dist/cli/commands/show.js +84 -0
- package/dist/cli/commands/show.js.map +1 -0
- package/dist/cli/commands/sprint.d.ts +11 -0
- package/dist/cli/commands/sprint.d.ts.map +1 -0
- package/dist/cli/commands/sprint.js +114 -0
- package/dist/cli/commands/sprint.js.map +1 -0
- package/dist/cli/commands/sprints.d.ts +10 -0
- package/dist/cli/commands/sprints.d.ts.map +1 -0
- package/dist/cli/commands/sprints.js +64 -0
- package/dist/cli/commands/sprints.js.map +1 -0
- package/dist/cli/commands/status.d.ts +6 -0
- package/dist/cli/commands/status.d.ts.map +1 -0
- package/dist/cli/commands/status.js +48 -0
- package/dist/cli/commands/status.js.map +1 -0
- package/dist/cli/commands/user.d.ts +8 -0
- package/dist/cli/commands/user.d.ts.map +1 -0
- package/dist/cli/commands/user.js +61 -0
- package/dist/cli/commands/user.js.map +1 -0
- package/dist/cli/commands/users.d.ts +7 -0
- package/dist/cli/commands/users.d.ts.map +1 -0
- package/dist/cli/commands/users.js +28 -0
- package/dist/cli/commands/users.js.map +1 -0
- package/dist/cli/commands/version.d.ts +7 -0
- package/dist/cli/commands/version.d.ts.map +1 -0
- package/dist/cli/commands/version.js +94 -0
- package/dist/cli/commands/version.js.map +1 -0
- package/dist/cli/index.d.ts +3 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +146 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/core/notifier.d.ts +51 -0
- package/dist/core/notifier.d.ts.map +1 -0
- package/dist/core/notifier.js +118 -0
- package/dist/core/notifier.js.map +1 -0
- package/dist/core/storage.d.ts +41 -0
- package/dist/core/storage.d.ts.map +1 -0
- package/dist/core/storage.js +383 -0
- package/dist/core/storage.js.map +1 -0
- package/dist/core/test_getAllTickets.d.ts +2 -0
- package/dist/core/test_getAllTickets.d.ts.map +1 -0
- package/dist/core/test_getAllTickets.js +7 -0
- package/dist/core/test_getAllTickets.js.map +1 -0
- package/dist/core/types.d.ts +67 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/core/types.js +2 -0
- package/dist/core/types.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp/server.d.ts +25 -0
- package/dist/mcp/server.d.ts.map +1 -0
- package/dist/mcp/server.js +489 -0
- package/dist/mcp/server.js.map +1 -0
- package/dist/web/_app/immutable/assets/0.47dd68fd.css +1 -0
- package/dist/web/_app/immutable/assets/2.3f11c9a4.css +1 -0
- package/dist/web/_app/immutable/assets/_layout.47e0a118.css +1 -0
- package/dist/web/_app/immutable/assets/_page.3f11c9a4.css +1 -0
- package/dist/web/_app/immutable/chunks/index.23b89654.js +1 -0
- package/dist/web/_app/immutable/chunks/index.f094d695.js +1 -0
- package/dist/web/_app/immutable/chunks/scheduler.81694808.js +1 -0
- package/dist/web/_app/immutable/chunks/singletons.9c246a72.js +1 -0
- package/dist/web/_app/immutable/chunks/stores.48058fce.js +1 -0
- package/dist/web/_app/immutable/entry/app.fea83d45.js +1 -0
- package/dist/web/_app/immutable/entry/start.3fd90366.js +3 -0
- package/dist/web/_app/immutable/nodes/0.e605bf9a.js +1 -0
- package/dist/web/_app/immutable/nodes/1.e3ce54f6.js +1 -0
- package/dist/web/_app/immutable/nodes/2.04dfac64.js +13 -0
- package/dist/web/_app/version.json +1 -0
- package/dist/web/favicon.png +3 -0
- package/dist/web/favicon.svg +10 -0
- package/dist/web/index.html +37 -0
- package/package.json +60 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":"1771787805048"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="32" height="32" rx="6" fill="#3B82F6"/>
|
|
3
|
+
<rect x="6" y="8" width="20" height="16" rx="2" fill="white"/>
|
|
4
|
+
<rect x="8" y="11" width="3" height="3" rx="1" fill="#3B82F6"/>
|
|
5
|
+
<rect x="13" y="11" width="9" height="2" fill="#9CA3AF"/>
|
|
6
|
+
<rect x="8" y="16" width="3" height="3" rx="1" fill="#3B82F6"/>
|
|
7
|
+
<rect x="13" y="16" width="7" height="2" fill="#9CA3AF"/>
|
|
8
|
+
<circle cx="9.5" cy="12.5" r="1" fill="white"/>
|
|
9
|
+
<circle cx="9.5" cy="17.5" r="1" fill="white"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<link rel="icon" href="/favicon.png" />
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
|
+
<title>tkxr - Ticket Management</title>
|
|
8
|
+
|
|
9
|
+
<link rel="modulepreload" href="/_app/immutable/entry/start.3fd90366.js">
|
|
10
|
+
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.81694808.js">
|
|
11
|
+
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.9c246a72.js">
|
|
12
|
+
<link rel="modulepreload" href="/_app/immutable/chunks/index.f094d695.js">
|
|
13
|
+
<link rel="modulepreload" href="/_app/immutable/entry/app.fea83d45.js">
|
|
14
|
+
<link rel="modulepreload" href="/_app/immutable/chunks/index.23b89654.js">
|
|
15
|
+
</head>
|
|
16
|
+
<body data-sveltekit-preload-data="hover">
|
|
17
|
+
<div style="display: contents">
|
|
18
|
+
<script>
|
|
19
|
+
{
|
|
20
|
+
__sveltekit_y62mkc = {
|
|
21
|
+
base: "",
|
|
22
|
+
env: {}
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
const element = document.currentScript.parentElement;
|
|
26
|
+
|
|
27
|
+
Promise.all([
|
|
28
|
+
import("/_app/immutable/entry/start.3fd90366.js"),
|
|
29
|
+
import("/_app/immutable/entry/app.fea83d45.js")
|
|
30
|
+
]).then(([kit, app]) => {
|
|
31
|
+
kit.start(app, element);
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
</script>
|
|
35
|
+
</div>
|
|
36
|
+
</body>
|
|
37
|
+
</html>
|
package/package.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@legdev/tkxr",
|
|
3
|
+
"version": "1.1.11",
|
|
4
|
+
"description": "In-repo ticket management system with CLI and web interface",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"tickets",
|
|
7
|
+
"issue-tracker",
|
|
8
|
+
"jira",
|
|
9
|
+
"cli",
|
|
10
|
+
"file-based"
|
|
11
|
+
],
|
|
12
|
+
"author": "Andrew Hein",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"type": "module",
|
|
15
|
+
"main": "./dist/index.js",
|
|
16
|
+
"bin": {
|
|
17
|
+
"tkxr": "./dist/cli/index.js",
|
|
18
|
+
"tkxr-mcp": "./dist/mcp/server.js"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist/**/*",
|
|
22
|
+
"README.md"
|
|
23
|
+
],
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
26
|
+
"chalk": "^5.3.0",
|
|
27
|
+
"express": "^4.18.2",
|
|
28
|
+
"js-yaml": "^4.1.0",
|
|
29
|
+
"minimist": "^1.2.8",
|
|
30
|
+
"nanoid": "^5.1.6",
|
|
31
|
+
"ws": "^8.14.2"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@types/express": "^4.17.21",
|
|
35
|
+
"@types/js-yaml": "^4.0.7",
|
|
36
|
+
"@types/minimist": "^1.2.5",
|
|
37
|
+
"@types/ws": "^8.5.7",
|
|
38
|
+
"rimraf": "^6.1.3",
|
|
39
|
+
"typescript": "^5.2.2"
|
|
40
|
+
},
|
|
41
|
+
"engines": {
|
|
42
|
+
"node": ">=18.0.0"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"prebuild": "node scripts/bump-version.js",
|
|
46
|
+
"build": "pnpm run build:cli && pnpm run --filter tkxr-web build",
|
|
47
|
+
"build:cli": "tsc",
|
|
48
|
+
"build:web": "pnpm run --filter tkxr-web build",
|
|
49
|
+
"dev": "tsc --watch",
|
|
50
|
+
"dev:web": "pnpm run --filter tkxr-web dev",
|
|
51
|
+
"serve": "node dist/cli/index.js serve",
|
|
52
|
+
"clean": "rimraf dist",
|
|
53
|
+
"typecheck": "tsc --noEmit",
|
|
54
|
+
"cli": "node dist/cli/index.js",
|
|
55
|
+
"list": "pnpm run cli list",
|
|
56
|
+
"users": "pnpm run cli users",
|
|
57
|
+
"sprints": "pnpm run cli sprints",
|
|
58
|
+
"mcp": "pnpm run cli mcp"
|
|
59
|
+
}
|
|
60
|
+
}
|