Aether integration
May 24, 2026 ยท View on GitHub
tokenjuice install aether writes .aether/tokenjuice.md and adds that prompt
source to every configured agent in .aether/settings.json.
tokenjuice install aether
tokenjuice doctor aether
The Aether project must already have .aether/settings.json; run aether once
first if the project has not been initialized. After install, verify the active
agent prompt:
aether show-prompt -a <agent>
behavior
- Existing
.aether/tokenjuice.mdand.aether/settings.jsoncontent is backed up before install. - Each configured agent gets
.aether/tokenjuice.mdappended to itspromptsarray when missing. tokenjuice uninstall aetherremoves the prompt source reference from configured agents and deletes.aether/tokenjuice.md.AETHER_PROJECT_DIRcan point tests or managed installs at another project root.
limits
Aether prompt sources are model instructions, not command hooks. This integration
does not intercept shell output; it gives Aether agents stable guidance to use
tokenjuice wrap -- <command> for noisy terminal commands and
tokenjuice wrap --raw -- <command> when exact bytes are required.