@yottagraph-app/aether-instructions
v1.1.7
Published
Cursor rules, commands, and skills for Aether development
Maintainers
Readme
@yottagraph-app/aether-instructions
Cursor rules, commands, and skills for Aether development.
Usage
This package is automatically downloaded and extracted during Aether project
initialization (init-project.js). You don't need to install it directly.
Updating Instructions
To update to the latest version:
/update_instructionsThis Cursor command will:
- Download the latest version of this package
- Replace files in
.cursor/that are listed in.cursor/.aether-instructions-manifest - Extract fresh files from the package
- Commit the changes
File Naming Convention
Package files keep their original names under .cursor/rules/,
.cursor/commands/, and .cursor/skills/. Which paths are owned by the
package is recorded in .cursor/.aether-instructions-manifest. Only those
paths are overwritten on update; other files under .cursor/ are not touched
by the updater.
Customizing Rules/Commands
To customize something that ships with the package:
- Copy it to a new filename (a path not listed in the manifest)
- Make your changes to the copy
- Your copy won't be replaced when you run
/update_instructions
For Maintainers
This package is built from aether-dev sources. To publish:
- Make changes to
rules/,commands/, orskills/in aether-dev - Run
/publish_instructions --bump patch --publish
The publish command:
- Copies source files to
packages/aether-instructions/with their original names - Bumps the version
- Publishes to npmjs
