knowzcode 0.4.0 → 0.6.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.
- package/.claude-plugin/marketplace.json +61 -61
- package/.claude-plugin/plugin.json +8 -8
- package/LICENSE +121 -121
- package/README.md +379 -354
- package/agents/analyst.md +114 -114
- package/agents/architect.md +200 -200
- package/agents/builder.md +104 -104
- package/agents/closer.md +177 -177
- package/agents/context-scout.md +54 -54
- package/agents/knowledge-migrator.md +349 -349
- package/agents/knowz-scout.md +83 -83
- package/agents/knowz-scribe.md +180 -180
- package/agents/microfix-specialist.md +135 -135
- package/agents/project-advisor.md +111 -111
- package/agents/reviewer.md +172 -172
- package/agents/security-officer.md +194 -194
- package/agents/test-advisor.md +162 -162
- package/agents/update-coordinator.md +394 -394
- package/bin/knowzcode.mjs +1801 -1199
- package/commands/audit.md +328 -328
- package/commands/connect-mcp.md +574 -549
- package/commands/fix.md +107 -107
- package/commands/init.md +616 -500
- package/commands/learn.md +332 -332
- package/commands/plan.md +272 -272
- package/commands/register.md +757 -733
- package/commands/status.md +338 -309
- package/commands/telemetry-setup.md +368 -368
- package/commands/telemetry.md +188 -188
- package/commands/work.md +1204 -1204
- package/knowzcode/automation_manifest.md +59 -59
- package/knowzcode/claude_code_execution.md +431 -431
- package/knowzcode/copilot_execution.md +231 -231
- package/knowzcode/enterprise/compliance_manifest.md +137 -137
- package/knowzcode/enterprise/compliance_status.md +30 -30
- package/knowzcode/enterprise/guidelines/code-quality.md +67 -67
- package/knowzcode/enterprise/guidelines/security.md +355 -355
- package/knowzcode/enterprise/templates/guideline-template.md +55 -55
- package/knowzcode/gitignore.template +13 -13
- package/knowzcode/knowzcode_architecture.md +51 -51
- package/knowzcode/knowzcode_log.md +142 -142
- package/knowzcode/knowzcode_loop.md +601 -596
- package/knowzcode/knowzcode_orchestration.md +66 -66
- package/knowzcode/knowzcode_project.md +48 -48
- package/knowzcode/knowzcode_tracker.md +40 -40
- package/knowzcode/knowzcode_vaults.md +257 -257
- package/knowzcode/mcp_config.md +196 -191
- package/knowzcode/planning/Readme.md +6 -6
- package/knowzcode/platform_adapters.md +2577 -1260
- package/knowzcode/prompts/Execute_Micro_Fix.md +57 -57
- package/knowzcode/prompts/Investigate_Codebase.md +227 -227
- package/knowzcode/prompts/Migrate_Knowledge.md +301 -301
- package/knowzcode/prompts/Refactor_Node.md +72 -72
- package/knowzcode/prompts/Spec_Verification_Checkpoint.md +59 -59
- package/knowzcode/prompts/[LOOP_1A]__Propose_Change_Set.md +52 -52
- package/knowzcode/prompts/[LOOP_1B]__Draft_Specs.md +75 -75
- package/knowzcode/prompts/[LOOP_2A]__Implement_Change_Set.md +55 -55
- package/knowzcode/prompts/[LOOP_2B]__Verify_Implementation.md +72 -72
- package/knowzcode/prompts/[LOOP_3]__Finalize_And_Commit.md +67 -67
- package/knowzcode/specs/Readme.md +10 -10
- package/knowzcode/telemetry_config.md +89 -89
- package/knowzcode/user_preferences.md +120 -120
- package/package.json +53 -53
- package/skills/alias-resolver.json +15 -15
- package/skills/architecture-diff.json +12 -12
- package/skills/check-installation-status.json +14 -14
- package/skills/continue.md +126 -126
- package/skills/environment-guard.json +12 -12
- package/skills/generate-workgroup-id.json +25 -25
- package/skills/install-knowzcode.json +21 -21
- package/skills/load-core-context.json +18 -18
- package/skills/log-entry-builder.json +15 -15
- package/skills/spec-quality-check.json +14 -14
- package/skills/spec-template.json +15 -15
- package/skills/spec-validator.json +25 -25
- package/skills/start-work.md +224 -224
- package/skills/tracker-scan.json +12 -12
- package/skills/tracker-update.json +28 -28
- package/skills/validate-installation.json +14 -14
|
@@ -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.
|
|
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.
|
|
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.6.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.6.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.
|
|
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.6.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
|