skill-systems-thinking 0.1.0 → 0.1.2

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/CHANGELOG.md CHANGED
@@ -1,25 +1,39 @@
1
- # Changelog
2
-
3
- All notable changes to `systems-thinking` will be documented in this file.
4
- Versioning follows [Semantic Versioning](https://semver.org/) in `X.Y.Z` format.
5
-
6
- ---
7
-
8
- ## [0.1.0] — 2026-07-24
9
-
10
- ### Added
11
- - Initial public release of the skill
12
- - SKILL.md with runtime prompt block, 7-step workflow, principle map, and 8 cognitive laws
13
- - README.md with bilingual (中文/English) documentation
14
- - 8 reference files: `state-and-control.md`, `stability.md`, `modeling.md`, `multivariable.md`,
15
- `disturbance.md`, `bounded-control.md`, `discrete-systems.md`, `closed-loop-workflow.md`
16
- - 2 prompt templates: `debugging-checklist.md`, `change-proposal.md`
17
- - Self-audit checklist: `evals/checks.json` with 11 MUST/SHOULD cognitive-law probes
18
- - Harness files: `AGENTS.md`, `init.ps1`, `feature_list.json`, `progress.md`, `session-handoff.md`
19
- - LICENSE (MIT)
20
-
21
- ### Notes
22
- - First implementation of the thinking-mode scaffold derived from Qian Xuesen & Song Jian's
23
- *Engineering Cybernetics* (工程控制论).
24
- - Language- and framework-agnostic; targets any non-trivial code change where correctness
25
- AND robustness must both be verified.
1
+ # Changelog
2
+
3
+ All notable changes to `systems-thinking` will be documented in this file.
4
+ Versioning follows [Semantic Versioning](https://semver.org/) in `X.Y.Z` format.
5
+
6
+ ---
7
+
8
+ ## [0.1.1] — 2026-07-24
9
+
10
+ ### Changed
11
+ - Fixed `repository.url` and `homepage` in `package.json` (replaced `YOUR_USERNAME` placeholder with `ShrimpLeon`)
12
+ - Expanded `keywords` from 5 to 14 for better npm search discoverability across AI agents
13
+ - Added `homepage` field to `package.json`
14
+ - Added `init.ps1` to `files` array in `package.json` so it's included in the npm package
15
+ - README.md Installation section restructured: npx one-command install as primary method, GitHub download as alternative
16
+ - Added `scripts/install.js` for npx auto-detection of AI agents and automatic symlinking
17
+ - Added `bin` field to `package.json` so `npx skill-systems-thinking install` works
18
+ - Added agent-specific setup info for 8 agents in README.md
19
+ - Added Compatibility section in both 中文 and English
20
+ - Removed npm install as a separate method; npx is the recommended approach
21
+
22
+ ## [0.1.0] 2026-07-24
23
+
24
+ ### Added
25
+ - Initial public release of the skill
26
+ - SKILL.md with runtime prompt block, 7-step workflow, principle map, and 8 cognitive laws
27
+ - README.md with bilingual (中文/English) documentation
28
+ - 8 reference files: `state-and-control.md`, `stability.md`, `modeling.md`, `multivariable.md`,
29
+ `disturbance.md`, `bounded-control.md`, `discrete-systems.md`, `closed-loop-workflow.md`
30
+ - 2 prompt templates: `debugging-checklist.md`, `change-proposal.md`
31
+ - Self-audit checklist: `evals/checks.json` with 11 MUST/SHOULD cognitive-law probes
32
+ - Harness files: `AGENTS.md`, `init.ps1`, `feature_list.json`, `progress.md`, `session-handoff.md`
33
+ - LICENSE (MIT)
34
+
35
+ ### Notes
36
+ - First implementation of the thinking-mode scaffold derived from Qian Xuesen & Song Jian's
37
+ *Engineering Cybernetics* (工程控制论).
38
+ - Language- and framework-agnostic; targets any non-trivial code change where correctness
39
+ AND robustness must both be verified.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 systems-thinking contributors
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 ShrimpLeon
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.