gm-skill 2.0.1494 → 2.0.1495
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/AGENTS.md +1 -1
- package/gm-plugkit/package.json +1 -1
- package/gm.json +1 -1
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -56,7 +56,7 @@ Only record non-obvious technical caveats that cost multiple runs to discover. R
|
|
|
56
56
|
|
|
57
57
|
**No comments in code.** No inline, block, or JSDoc comments in every possible location, source, generated output, hooks, scripts.
|
|
58
58
|
|
|
59
|
-
**No graphical symbols; convert to industry-standard text on sight.** Decorative glyphs are forbidden in all output and source: arrow glyphs, box and geometric glyphs, stars, filled or hollow dots and bullets, checkmarks and crosses, emojis, and any non-ASCII decorative symbol. The instant one is found anywhere, convert it to its ASCII equivalent in the same turn (arrow glyph to `->`, bullet glyph to `-` or `*`, check/cross to `[x]`/`[ ]` or the words done/todo/pass/fail, status dot to the word it means). This is the tell-tale-AI class: one sighting spawns the full-codebase sweep, never a one-off local edit. Exempt and narrow: functional code operators (`=>`, `??`, `?.`, comparison/math), frozen historical changelog and git-log entries, binary stores, and intentional icon-font or CSS-content product glyphs.
|
|
59
|
+
**No graphical symbols; convert to industry-standard text on sight.** Decorative glyphs are forbidden in all output and source: arrow glyphs, box and geometric glyphs, stars, filled or hollow dots and bullets, checkmarks and crosses, emojis, and any non-ASCII decorative symbol. The instant one is found anywhere, convert it to its ASCII equivalent in the same turn (arrow glyph to `->`, bullet glyph to `-` or `*`, check/cross to `[x]`/`[ ]` or the words done/todo/pass/fail, status dot to the word it means). This is the tell-tale-AI class: one sighting spawns the full-codebase sweep, never a one-off local edit. Exempt and narrow: functional code operators (`=>`, `??`, `?.`, comparison/math), frozen historical changelog and git-log entries, binary stores, and intentional icon-font or CSS-content product glyphs. `ccsniff --glyph-discipline` flags decorative glyphs written into files post-hoc (run it each audit, like `--git-discipline`/`--search-discipline`).
|
|
60
60
|
|
|
61
61
|
**Skill SKILL.md files:** Strip explanatory prose. Keep ONLY invocation syntax, transition markers (`->`), gate conditions, constraint lists, and code examples showing exact usage.
|
|
62
62
|
|
package/gm-plugkit/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm-plugkit",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1495",
|
|
4
4
|
"description": "Bootstrap and daemon-spawn tool for gm plugkit binary. Downloads the correct platform binary, verifies SHA256, and starts the spool watcher daemon. Includes plugkit-wasm-wrapper for WASM-based spool watching.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
package/gm.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm-skill",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1495",
|
|
4
4
|
"description": "Canonical universal harness — AI-native software engineering via skill-driven orchestration; bootstraps plugkit for task execution and session isolation. Install in any AI coding agent host.",
|
|
5
5
|
"author": "AnEntrypoint",
|
|
6
6
|
"license": "MIT",
|