@yottagraph-app/aether-instructions 1.1.9 → 1.1.10

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 (2) hide show
  1. package/README.md +6 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,13 +40,11 @@ To customize something that ships with the package:
40
40
 
41
41
  ## For Maintainers
42
42
 
43
- This package is built from `aether-dev` sources. To publish:
43
+ This package is built from `aether-dev` sources. Publishing runs in CI via
44
+ `.github/workflows/publish-instructions.yml` (see `docs/CI_OPS.md` in aether-dev).
44
45
 
45
- 1. Make changes to `rules/`, `commands/`, or `skills/` in aether-dev
46
- 2. Run `/publish_instructions --bump patch --publish`
46
+ To re-run locally without CI (e.g. debugging):
47
47
 
48
- The publish command:
49
-
50
- - Copies source files to `packages/aether-instructions/` with their original names
51
- - Bumps the version
52
- - Publishes to npmjs
48
+ ```bash
49
+ bash scripts/publish-instructions.sh --bump patch --publish
50
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yottagraph-app/aether-instructions",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Cursor rules, commands, and skills for Aether development",
5
5
  "files": [
6
6
  "rules",