@hasna/instructions 0.4.4 → 0.4.6

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 CHANGED
@@ -157,7 +157,12 @@ Local data is stored in `~/.hasna/configs/` (unchanged, for fleet continuity).
157
157
 
158
158
  `instructions session plan` and `instructions session apply` render
159
159
  OpenIdentities and instruction sources into provider-native files for Claude,
160
- Codex, Cursor, OpenCode, and Codewith.
160
+ Codex, Cursor, OpenCode, Codewith, aicopilot, and Google Antigravity.
161
+ The old Google agent target is removed; Antigravity is the only Google coding
162
+ agent render target. Antigravity workspace rules are rendered to
163
+ `.agents/rules/*.md`; its current global rules and MCP files use Google's
164
+ legacy-named `~/.gemini/GEMINI.md` and `~/.gemini/config/mcp_config.json`
165
+ paths but remain owned by the `antigravity` target.
161
166
 
162
167
  ```bash
163
168
  instructions session plan \
@@ -173,12 +178,20 @@ instructions session apply \
173
178
  --identity-export ./instructions.json
174
179
  ```
175
180
 
176
- Accepted source layers are `global`, `provider`/`tool`, `account`,
177
- `identity`/`agent`, `project`, and `local`. Empty renders fail closed unless
178
- `--allow-empty-sources` is passed. Apply writes generated manifests with file
179
- hashes, checks previous manifests for drift, refuses unmanaged file conflicts
180
- unless `--force` is passed, removes stale managed mirrors only when safe, and
181
- writes local snapshots before mutating managed files.
181
+ Accepted source layers are `global`, `provider`/`tool`, `account`, `machine`,
182
+ `division`, `workspace`, `project`/`repo`, `path`, `identity`/`agent`,
183
+ `session`, and `local`. Empty renders fail closed unless `--allow-empty-sources`
184
+ is passed. Apply writes generated manifests with file hashes, checks previous
185
+ manifests for drift, refuses unmanaged file conflicts unless `--force` is
186
+ passed, removes stale managed mirrors only when safe, and writes local snapshots
187
+ before mutating managed files.
188
+
189
+ `instructions init` and `bun run seed` also seed
190
+ `global-agent-rules-standard`, the managed global/system prompt source for
191
+ session renaming, task-scoped worktrees, PR-first landing, protected-branch
192
+ push safety, no brittle hardcoding when source-of-truth or reusable abstractions
193
+ exist, autonomous repair, Hasna CLI source-of-truth usage, conversation surface
194
+ routing, and unbudgeted Codewith goals unless a user asks for budgets.
182
195
 
183
196
  ## Machine-aware Profiles
184
197