@sacho/sacho-x86_64-pc-windows-msvc 0.1.0-dev.11 → 0.1.0-dev.12
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/README.md +48 -1
- package/package.json +1 -1
- package/sacho.exe +0 -0
package/README.md
CHANGED
|
@@ -55,6 +55,41 @@ Without mise, npm, or Cargo, download the archive for your platform from
|
|
|
55
55
|
[GitHub Releases]: https://github.com/dahlia/sacho/releases
|
|
56
56
|
|
|
57
57
|
|
|
58
|
+
Agent Skill
|
|
59
|
+
-----------
|
|
60
|
+
|
|
61
|
+
Sacho ships an [Agent Skill] that teaches AI coding agents, such as Claude Code,
|
|
62
|
+
how to adopt and operate Sacho: writing fragments for users, cutting releases,
|
|
63
|
+
and forward-porting fixes across maintenance branches.
|
|
64
|
+
|
|
65
|
+
In Claude Code, install it as a plugin. Add this repository as a plugin
|
|
66
|
+
marketplace, then install the `sacho` plugin:
|
|
67
|
+
|
|
68
|
+
~~~~ text
|
|
69
|
+
/plugin marketplace add dahlia/sacho
|
|
70
|
+
/plugin install sacho@sacho
|
|
71
|
+
~~~~
|
|
72
|
+
|
|
73
|
+
For other agents, or to install the skill without the plugin system, use the
|
|
74
|
+
[`skills`] CLI, which reads the skill straight from this repository:
|
|
75
|
+
|
|
76
|
+
~~~~ sh
|
|
77
|
+
npx skills add dahlia/sacho
|
|
78
|
+
~~~~
|
|
79
|
+
|
|
80
|
+
Add `-a claude-code` to target one agent, `-g` to install it globally, and
|
|
81
|
+
`--skill sacho` to select the skill by name.
|
|
82
|
+
|
|
83
|
+
The skill is also bundled inside the `@sacho/sacho` npm package, following the
|
|
84
|
+
[`skills-npm`] layout. In a project that depends on that package, run
|
|
85
|
+
`npx skills-npm setup` once to link bundled skills from *node\_modules* into
|
|
86
|
+
your agent on every install.
|
|
87
|
+
|
|
88
|
+
[Agent Skill]: https://agentskills.io/
|
|
89
|
+
[`skills`]: https://github.com/vercel-labs/skills
|
|
90
|
+
[`skills-npm`]: https://github.com/antfu/skills-npm
|
|
91
|
+
|
|
92
|
+
|
|
58
93
|
Documentation
|
|
59
94
|
-------------
|
|
60
95
|
|
|
@@ -146,7 +181,9 @@ sacho release --next 1.3.0
|
|
|
146
181
|
|
|
147
182
|
If no next version has been set, pass the release version explicitly, for
|
|
148
183
|
example `sacho release 1.2.0`. Use `--date YYYY-MM-DD` when the release date
|
|
149
|
-
must be supplied rather than taken from the local clock.
|
|
184
|
+
must be supplied rather than taken from the local clock. A repository with no
|
|
185
|
+
released changelog sections can cut its first release without fragments. Later
|
|
186
|
+
empty releases require an explicit `--allow-empty`.
|
|
150
187
|
|
|
151
188
|
After committing a release, print its frozen Markdown section with `show`:
|
|
152
189
|
|
|
@@ -225,3 +262,13 @@ is the same insistence this tool makes against generating changelogs from
|
|
|
225
262
|
commit messages after the fact.
|
|
226
263
|
|
|
227
264
|
[1]: https://en.wikipedia.org/wiki/Veritable_Records_of_the_Joseon_Dynasty#Compilation_process
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
License
|
|
268
|
+
-------
|
|
269
|
+
|
|
270
|
+
Copyright (C) 2026 Hong Minhee.
|
|
271
|
+
|
|
272
|
+
Sacho is free software licensed under the GNU General Public License version 3
|
|
273
|
+
only. It comes with no warranty, to the extent permitted by law. See
|
|
274
|
+
[*LICENSE*](./LICENSE) for the full terms.
|
package/package.json
CHANGED
package/sacho.exe
CHANGED
|
Binary file
|