@nolrm/contextkit 1.0.2 → 1.0.3
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/lib/commands/install.js +0 -16
- package/lib/commands/update.js +0 -16
- package/package.json +1 -1
package/lib/commands/install.js
CHANGED
|
@@ -995,14 +995,6 @@ Any design decisions, trade-offs, or open questions to resolve before coding.
|
|
|
995
995
|
`${this.repoUrl}/commands/spec/spec.md`,
|
|
996
996
|
'.contextkit/commands/spec/spec.md'
|
|
997
997
|
);
|
|
998
|
-
await this.downloadManager.downloadFile(
|
|
999
|
-
`${this.repoUrl}/commands/spec/spec-init.md`,
|
|
1000
|
-
'.contextkit/commands/spec/spec-init.md'
|
|
1001
|
-
);
|
|
1002
|
-
await this.downloadManager.downloadFile(
|
|
1003
|
-
`${this.repoUrl}/commands/spec/spec-brief.md`,
|
|
1004
|
-
'.contextkit/commands/spec/spec-brief.md'
|
|
1005
|
-
);
|
|
1006
998
|
await this.downloadManager.downloadFile(
|
|
1007
999
|
`${this.repoUrl}/commands/spec/spec-ux.md`,
|
|
1008
1000
|
'.contextkit/commands/spec/spec-ux.md'
|
|
@@ -1019,14 +1011,6 @@ Any design decisions, trade-offs, or open questions to resolve before coding.
|
|
|
1019
1011
|
`${this.repoUrl}/commands/spec/spec-planner.md`,
|
|
1020
1012
|
'.contextkit/commands/spec/spec-planner.md'
|
|
1021
1013
|
);
|
|
1022
|
-
await this.downloadManager.downloadFile(
|
|
1023
|
-
`${this.repoUrl}/commands/spec/spec-challenge.md`,
|
|
1024
|
-
'.contextkit/commands/spec/spec-challenge.md'
|
|
1025
|
-
);
|
|
1026
|
-
await this.downloadManager.downloadFile(
|
|
1027
|
-
`${this.repoUrl}/commands/spec/spec-author.md`,
|
|
1028
|
-
'.contextkit/commands/spec/spec-author.md'
|
|
1029
|
-
);
|
|
1030
1014
|
|
|
1031
1015
|
// Download doc family commands
|
|
1032
1016
|
await this.downloadManager.downloadFile(
|
package/lib/commands/update.js
CHANGED
|
@@ -347,14 +347,6 @@ class UpdateCommand {
|
|
|
347
347
|
`${this.repoUrl}/commands/spec/spec.md`,
|
|
348
348
|
'.contextkit/commands/spec/spec.md'
|
|
349
349
|
);
|
|
350
|
-
await this.downloadManager.downloadFile(
|
|
351
|
-
`${this.repoUrl}/commands/spec/spec-init.md`,
|
|
352
|
-
'.contextkit/commands/spec/spec-init.md'
|
|
353
|
-
);
|
|
354
|
-
await this.downloadManager.downloadFile(
|
|
355
|
-
`${this.repoUrl}/commands/spec/spec-brief.md`,
|
|
356
|
-
'.contextkit/commands/spec/spec-brief.md'
|
|
357
|
-
);
|
|
358
350
|
await this.downloadManager.downloadFile(
|
|
359
351
|
`${this.repoUrl}/commands/spec/spec-ux.md`,
|
|
360
352
|
'.contextkit/commands/spec/spec-ux.md'
|
|
@@ -371,14 +363,6 @@ class UpdateCommand {
|
|
|
371
363
|
`${this.repoUrl}/commands/spec/spec-planner.md`,
|
|
372
364
|
'.contextkit/commands/spec/spec-planner.md'
|
|
373
365
|
);
|
|
374
|
-
await this.downloadManager.downloadFile(
|
|
375
|
-
`${this.repoUrl}/commands/spec/spec-challenge.md`,
|
|
376
|
-
'.contextkit/commands/spec/spec-challenge.md'
|
|
377
|
-
);
|
|
378
|
-
await this.downloadManager.downloadFile(
|
|
379
|
-
`${this.repoUrl}/commands/spec/spec-author.md`,
|
|
380
|
-
'.contextkit/commands/spec/spec-author.md'
|
|
381
|
-
);
|
|
382
366
|
|
|
383
367
|
// Download doc family commands
|
|
384
368
|
await this.downloadManager.downloadFile(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nolrm/contextkit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "ContextKit - Context Engineering + Agentic AI Pipelines. Scaffold structured standards for AI assistants and run autonomous multi-role pipelines (PO → Architect → Dev → Test → Review → Doc) grounded by that same context layer. Works with Cursor, Claude Code, Copilot, Codex, Gemini, Aider, and more.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"bin": {
|