knowzcode 0.3.7 → 0.4.0

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.
Files changed (79) hide show
  1. package/.claude-plugin/marketplace.json +61 -61
  2. package/.claude-plugin/plugin.json +8 -8
  3. package/LICENSE +121 -121
  4. package/README.md +354 -320
  5. package/agents/analyst.md +114 -114
  6. package/agents/architect.md +200 -200
  7. package/agents/builder.md +104 -104
  8. package/agents/closer.md +177 -177
  9. package/agents/context-scout.md +54 -54
  10. package/agents/knowledge-migrator.md +349 -349
  11. package/agents/knowz-scout.md +83 -83
  12. package/agents/knowz-scribe.md +180 -180
  13. package/agents/microfix-specialist.md +135 -135
  14. package/agents/project-advisor.md +111 -111
  15. package/agents/reviewer.md +172 -172
  16. package/agents/security-officer.md +194 -194
  17. package/agents/test-advisor.md +162 -162
  18. package/agents/update-coordinator.md +394 -394
  19. package/bin/knowzcode.mjs +1199 -956
  20. package/commands/audit.md +328 -328
  21. package/commands/connect-mcp.md +549 -549
  22. package/commands/fix.md +107 -107
  23. package/commands/init.md +500 -439
  24. package/commands/learn.md +332 -332
  25. package/commands/plan.md +272 -272
  26. package/commands/register.md +733 -733
  27. package/commands/status.md +309 -309
  28. package/commands/telemetry-setup.md +368 -368
  29. package/commands/telemetry.md +188 -188
  30. package/commands/work.md +1204 -1202
  31. package/knowzcode/automation_manifest.md +59 -59
  32. package/knowzcode/claude_code_execution.md +431 -420
  33. package/knowzcode/copilot_execution.md +231 -231
  34. package/knowzcode/enterprise/compliance_manifest.md +137 -137
  35. package/knowzcode/enterprise/compliance_status.md +30 -30
  36. package/knowzcode/enterprise/guidelines/code-quality.md +67 -67
  37. package/knowzcode/enterprise/guidelines/security.md +355 -355
  38. package/knowzcode/enterprise/templates/guideline-template.md +55 -55
  39. package/knowzcode/gitignore.template +13 -13
  40. package/knowzcode/knowzcode_architecture.md +51 -51
  41. package/knowzcode/knowzcode_log.md +142 -142
  42. package/knowzcode/knowzcode_loop.md +596 -596
  43. package/knowzcode/knowzcode_orchestration.md +66 -66
  44. package/knowzcode/knowzcode_project.md +48 -48
  45. package/knowzcode/knowzcode_tracker.md +40 -40
  46. package/knowzcode/knowzcode_vaults.md +257 -257
  47. package/knowzcode/mcp_config.md +191 -191
  48. package/knowzcode/planning/Readme.md +6 -6
  49. package/knowzcode/platform_adapters.md +1260 -1047
  50. package/knowzcode/prompts/Execute_Micro_Fix.md +57 -57
  51. package/knowzcode/prompts/Investigate_Codebase.md +227 -227
  52. package/knowzcode/prompts/Migrate_Knowledge.md +301 -301
  53. package/knowzcode/prompts/Refactor_Node.md +72 -72
  54. package/knowzcode/prompts/Spec_Verification_Checkpoint.md +59 -59
  55. package/knowzcode/prompts/[LOOP_1A]__Propose_Change_Set.md +52 -52
  56. package/knowzcode/prompts/[LOOP_1B]__Draft_Specs.md +75 -75
  57. package/knowzcode/prompts/[LOOP_2A]__Implement_Change_Set.md +55 -55
  58. package/knowzcode/prompts/[LOOP_2B]__Verify_Implementation.md +72 -72
  59. package/knowzcode/prompts/[LOOP_3]__Finalize_And_Commit.md +67 -67
  60. package/knowzcode/specs/Readme.md +10 -10
  61. package/knowzcode/telemetry_config.md +89 -89
  62. package/knowzcode/user_preferences.md +120 -120
  63. package/package.json +53 -53
  64. package/skills/alias-resolver.json +1 -1
  65. package/skills/architecture-diff.json +1 -1
  66. package/skills/check-installation-status.json +1 -1
  67. package/skills/continue.md +126 -126
  68. package/skills/environment-guard.json +1 -1
  69. package/skills/generate-workgroup-id.json +1 -1
  70. package/skills/install-knowzcode.json +1 -1
  71. package/skills/load-core-context.json +1 -1
  72. package/skills/log-entry-builder.json +1 -1
  73. package/skills/spec-quality-check.json +1 -1
  74. package/skills/spec-template.json +1 -1
  75. package/skills/spec-validator.json +1 -1
  76. package/skills/start-work.md +224 -224
  77. package/skills/tracker-scan.json +1 -1
  78. package/skills/tracker-update.json +1 -1
  79. package/skills/validate-installation.json +1 -1
@@ -1,61 +1,61 @@
1
- {
2
- "name": "knowzcode-marketplace",
3
- "owner": {
4
- "name": "Alex Headscarf",
5
- "email": "alex@headscarf.com"
6
- },
7
- "metadata": {
8
- "description": "Official KnowzCode plugin marketplace - Platform-agnostic AI development methodology",
9
- "version": "0.3.7"
10
- },
11
- "plugins": [
12
- {
13
- "name": "kc",
14
- "source": "./",
15
- "description": "KnowzCode - Platform-agnostic AI development methodology with TDD, quality gates, and structured workflows",
16
- "version": "0.3.7",
17
- "author": {
18
- "name": "Alex Headscarf"
19
- },
20
- "homepage": "https://github.com/knowz-io/knowzcode",
21
- "repository": "https://github.com/knowz-io/knowzcode",
22
- "license": "MIT",
23
- "keywords": ["tdd", "workflow", "methodology", "quality", "platform-agnostic"],
24
- "category": "Development Workflow",
25
- "tags": ["tdd", "testing", "quality-assurance", "cross-platform", "methodology"],
26
- "commands": [
27
- "./commands/work.md",
28
- "./commands/init.md",
29
- "./commands/fix.md",
30
- "./commands/audit.md",
31
- "./commands/plan.md",
32
- "./commands/connect-mcp.md",
33
- "./commands/status.md",
34
- "./commands/telemetry.md",
35
- "./commands/telemetry-setup.md",
36
- "./commands/learn.md",
37
- "./commands/register.md"
38
- ],
39
- "agents": [
40
- "./agents/analyst.md",
41
- "./agents/architect.md",
42
- "./agents/builder.md",
43
- "./agents/reviewer.md",
44
- "./agents/closer.md",
45
- "./agents/context-scout.md",
46
- "./agents/knowz-scout.md",
47
- "./agents/microfix-specialist.md",
48
- "./agents/knowledge-migrator.md",
49
- "./agents/update-coordinator.md",
50
- "./agents/knowz-scribe.md",
51
- "./agents/security-officer.md",
52
- "./agents/test-advisor.md",
53
- "./agents/project-advisor.md"
54
- ],
55
- "skills": [
56
- "./skills/start-work.md",
57
- "./skills/continue.md"
58
- ]
59
- }
60
- ]
61
- }
1
+ {
2
+ "name": "knowzcode-marketplace",
3
+ "owner": {
4
+ "name": "Alex Headscarf",
5
+ "email": "alex@headscarf.com"
6
+ },
7
+ "metadata": {
8
+ "description": "Official KnowzCode plugin marketplace - Platform-agnostic AI development methodology",
9
+ "version": "0.4.0"
10
+ },
11
+ "plugins": [
12
+ {
13
+ "name": "kc",
14
+ "source": "./",
15
+ "description": "KnowzCode - Platform-agnostic AI development methodology with TDD, quality gates, and structured workflows",
16
+ "version": "0.4.0",
17
+ "author": {
18
+ "name": "Alex Headscarf"
19
+ },
20
+ "homepage": "https://github.com/knowz-io/knowzcode",
21
+ "repository": "https://github.com/knowz-io/knowzcode",
22
+ "license": "MIT",
23
+ "keywords": ["tdd", "workflow", "methodology", "quality", "platform-agnostic"],
24
+ "category": "Development Workflow",
25
+ "tags": ["tdd", "testing", "quality-assurance", "cross-platform", "methodology"],
26
+ "commands": [
27
+ "./commands/work.md",
28
+ "./commands/init.md",
29
+ "./commands/fix.md",
30
+ "./commands/audit.md",
31
+ "./commands/plan.md",
32
+ "./commands/connect-mcp.md",
33
+ "./commands/status.md",
34
+ "./commands/telemetry.md",
35
+ "./commands/telemetry-setup.md",
36
+ "./commands/learn.md",
37
+ "./commands/register.md"
38
+ ],
39
+ "agents": [
40
+ "./agents/analyst.md",
41
+ "./agents/architect.md",
42
+ "./agents/builder.md",
43
+ "./agents/reviewer.md",
44
+ "./agents/closer.md",
45
+ "./agents/context-scout.md",
46
+ "./agents/knowz-scout.md",
47
+ "./agents/microfix-specialist.md",
48
+ "./agents/knowledge-migrator.md",
49
+ "./agents/update-coordinator.md",
50
+ "./agents/knowz-scribe.md",
51
+ "./agents/security-officer.md",
52
+ "./agents/test-advisor.md",
53
+ "./agents/project-advisor.md"
54
+ ],
55
+ "skills": [
56
+ "./skills/start-work.md",
57
+ "./skills/continue.md"
58
+ ]
59
+ }
60
+ ]
61
+ }
@@ -1,8 +1,8 @@
1
- {
2
- "name": "kc",
3
- "description": "KnowzCode - Platform-agnostic AI development methodology with TDD, quality gates, and structured workflows",
4
- "version": "0.3.7",
5
- "author": {
6
- "name": "Alex Headscarf"
7
- }
8
- }
1
+ {
2
+ "name": "kc",
3
+ "description": "KnowzCode - Platform-agnostic AI development methodology with TDD, quality gates, and structured workflows",
4
+ "version": "0.4.0",
5
+ "author": {
6
+ "name": "Alex Headscarf"
7
+ }
8
+ }
package/LICENSE CHANGED
@@ -1,121 +1,121 @@
1
- MIT License with Commons Clause
2
-
3
- =============================================================================
4
- ORIGINAL WORK: Noderr
5
- =============================================================================
6
-
7
- Noderr:
8
- https://noderr.com
9
- https://github.com/kaithoughtarchitect/noderr
10
-
11
- Copyright (c) 2025 Kai ThoughtArchitect
12
-
13
- Permission is hereby granted, free of charge, to any person obtaining a copy
14
- of this framework and associated documentation files (the "Framework"), to deal
15
- in the Framework without restriction, including without limitation the rights
16
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17
- copies of the Framework, and to permit persons to whom the Framework is
18
- furnished to do so, subject to the following conditions:
19
-
20
- The above copyright notice and this permission notice shall be included in all
21
- copies or substantial portions of the Framework.
22
-
23
- THE FRAMEWORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28
- OUT OF OR IN CONNECTION WITH THE FRAMEWORK OR THE USE OR OTHER DEALINGS IN THE
29
- FRAMEWORK.
30
-
31
- "Commons Clause" License Condition v1.0
32
-
33
- The Framework is provided to you by the Licensor under the License, as defined
34
- below, subject to the following condition:
35
-
36
- Without limiting other conditions in the License, the grant of rights under the
37
- License will not include, and the License does not grant to you, the right to
38
- Sell the Framework.
39
-
40
- For purposes of the foregoing, "Sell" means practicing any or all of the rights
41
- granted to you under the License to provide to third parties, for a fee or other
42
- consideration (including without limitation fees for hosting or consulting/support
43
- services related to the Framework), a product or service whose value derives,
44
- entirely or substantially, from the functionality of the Framework. Any license
45
- notice or attribution required by the License must also include this Commons
46
- Clause License Condition notice.
47
-
48
- This restriction does not apply to: using Noderr to develop software for clients,
49
- teaching Noderr methodology in educational settings, or creating products using
50
- Noderr as a development tool.
51
-
52
- Framework: Noderr - The Node-Based AI Development Methodology (including all
53
- documentation, prompts, templates, tracking systems, workflow guides,
54
- and associated files in the GitHub repository "noderr" and any
55
- distributed packages)
56
-
57
- License: MIT
58
-
59
- Licensor: Kai ThoughtArchitect
60
-
61
- =============================================================================
62
- DERIVATIVE WORK: KnowzCode
63
- =============================================================================
64
-
65
- KnowzCode:
66
- https://github.com/AlexHeadscarf/KnowzCode
67
-
68
- Copyright (c) 2025 Alex Headscarf
69
-
70
- This work is a derivative of Noderr, modified and extended as KnowzCode.
71
- All modifications and extensions are licensed under the same terms below.
72
-
73
- Permission is hereby granted, free of charge, to any person obtaining a copy
74
- of this framework and associated documentation files (the "Framework"), to deal
75
- in the Framework without restriction, including without limitation the rights
76
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77
- copies of the Framework, and to permit persons to whom the Framework is
78
- furnished to do so, subject to the following conditions:
79
-
80
- The above copyright notice and this permission notice (including the Noderr
81
- attribution above) shall be included in all copies or substantial portions
82
- of the Framework.
83
-
84
- THE FRAMEWORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
85
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
86
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
87
- AUTHORS OR COPYRIGHT HOLDERS (INCLUDING BOTH KAI THOUGHTARCHITECT AND ALEX
88
- HEADSCARF) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
89
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
90
- CONNECTION WITH THE FRAMEWORK OR THE USE OR OTHER DEALINGS IN THE FRAMEWORK.
91
-
92
- "Commons Clause" License Condition v1.0
93
-
94
- The Framework is provided to you by the Licensor under the License, as defined
95
- below, subject to the following condition:
96
-
97
- Without limiting other conditions in the License, the grant of rights under the
98
- License will not include, and the License does not grant to you, the right to
99
- Sell the Framework.
100
-
101
- For purposes of the foregoing, "Sell" means practicing any or all of the rights
102
- granted to you under the License to provide to third parties, for a fee or other
103
- consideration (including without limitation fees for hosting or consulting/support
104
- services related to the Framework), a product or service whose value derives,
105
- entirely or substantially, from the functionality of the Framework. Any license
106
- notice or attribution required by the License must also include this Commons
107
- Clause License Condition notice.
108
-
109
- This restriction does not apply to: using KnowzCode to develop software for
110
- clients, teaching KnowzCode methodology in educational settings, or creating
111
- products using KnowzCode as a development tool.
112
-
113
- Framework: KnowzCode - Knowledge-Driven Code Development Methodology (including
114
- all documentation, prompts, templates, tracking systems, workflow
115
- guides, and associated files in the GitHub repository "knowzcode"
116
- and any distributed packages, as well as all inherited components
117
- from Noderr)
118
-
119
- License: MIT
120
-
121
- Licensor: Alex Headscarf
1
+ MIT License with Commons Clause
2
+
3
+ =============================================================================
4
+ ORIGINAL WORK: Noderr
5
+ =============================================================================
6
+
7
+ Noderr:
8
+ https://noderr.com
9
+ https://github.com/kaithoughtarchitect/noderr
10
+
11
+ Copyright (c) 2025 Kai ThoughtArchitect
12
+
13
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14
+ of this framework and associated documentation files (the "Framework"), to deal
15
+ in the Framework without restriction, including without limitation the rights
16
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17
+ copies of the Framework, and to permit persons to whom the Framework is
18
+ furnished to do so, subject to the following conditions:
19
+
20
+ The above copyright notice and this permission notice shall be included in all
21
+ copies or substantial portions of the Framework.
22
+
23
+ THE FRAMEWORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28
+ OUT OF OR IN CONNECTION WITH THE FRAMEWORK OR THE USE OR OTHER DEALINGS IN THE
29
+ FRAMEWORK.
30
+
31
+ "Commons Clause" License Condition v1.0
32
+
33
+ The Framework is provided to you by the Licensor under the License, as defined
34
+ below, subject to the following condition:
35
+
36
+ Without limiting other conditions in the License, the grant of rights under the
37
+ License will not include, and the License does not grant to you, the right to
38
+ Sell the Framework.
39
+
40
+ For purposes of the foregoing, "Sell" means practicing any or all of the rights
41
+ granted to you under the License to provide to third parties, for a fee or other
42
+ consideration (including without limitation fees for hosting or consulting/support
43
+ services related to the Framework), a product or service whose value derives,
44
+ entirely or substantially, from the functionality of the Framework. Any license
45
+ notice or attribution required by the License must also include this Commons
46
+ Clause License Condition notice.
47
+
48
+ This restriction does not apply to: using Noderr to develop software for clients,
49
+ teaching Noderr methodology in educational settings, or creating products using
50
+ Noderr as a development tool.
51
+
52
+ Framework: Noderr - The Node-Based AI Development Methodology (including all
53
+ documentation, prompts, templates, tracking systems, workflow guides,
54
+ and associated files in the GitHub repository "noderr" and any
55
+ distributed packages)
56
+
57
+ License: MIT
58
+
59
+ Licensor: Kai ThoughtArchitect
60
+
61
+ =============================================================================
62
+ DERIVATIVE WORK: KnowzCode
63
+ =============================================================================
64
+
65
+ KnowzCode:
66
+ https://github.com/AlexHeadscarf/KnowzCode
67
+
68
+ Copyright (c) 2025 Alex Headscarf
69
+
70
+ This work is a derivative of Noderr, modified and extended as KnowzCode.
71
+ All modifications and extensions are licensed under the same terms below.
72
+
73
+ Permission is hereby granted, free of charge, to any person obtaining a copy
74
+ of this framework and associated documentation files (the "Framework"), to deal
75
+ in the Framework without restriction, including without limitation the rights
76
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77
+ copies of the Framework, and to permit persons to whom the Framework is
78
+ furnished to do so, subject to the following conditions:
79
+
80
+ The above copyright notice and this permission notice (including the Noderr
81
+ attribution above) shall be included in all copies or substantial portions
82
+ of the Framework.
83
+
84
+ THE FRAMEWORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
85
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
86
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
87
+ AUTHORS OR COPYRIGHT HOLDERS (INCLUDING BOTH KAI THOUGHTARCHITECT AND ALEX
88
+ HEADSCARF) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
89
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
90
+ CONNECTION WITH THE FRAMEWORK OR THE USE OR OTHER DEALINGS IN THE FRAMEWORK.
91
+
92
+ "Commons Clause" License Condition v1.0
93
+
94
+ The Framework is provided to you by the Licensor under the License, as defined
95
+ below, subject to the following condition:
96
+
97
+ Without limiting other conditions in the License, the grant of rights under the
98
+ License will not include, and the License does not grant to you, the right to
99
+ Sell the Framework.
100
+
101
+ For purposes of the foregoing, "Sell" means practicing any or all of the rights
102
+ granted to you under the License to provide to third parties, for a fee or other
103
+ consideration (including without limitation fees for hosting or consulting/support
104
+ services related to the Framework), a product or service whose value derives,
105
+ entirely or substantially, from the functionality of the Framework. Any license
106
+ notice or attribution required by the License must also include this Commons
107
+ Clause License Condition notice.
108
+
109
+ This restriction does not apply to: using KnowzCode to develop software for
110
+ clients, teaching KnowzCode methodology in educational settings, or creating
111
+ products using KnowzCode as a development tool.
112
+
113
+ Framework: KnowzCode - Knowledge-Driven Code Development Methodology (including
114
+ all documentation, prompts, templates, tracking systems, workflow
115
+ guides, and associated files in the GitHub repository "knowzcode"
116
+ and any distributed packages, as well as all inherited components
117
+ from Noderr)
118
+
119
+ License: MIT
120
+
121
+ Licensor: Alex Headscarf