instar 1.3.473 → 1.3.474
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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./builtin-manifest.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"generatedAt": "2026-06-10T18:
|
|
5
|
-
"instarVersion": "1.3.
|
|
4
|
+
"generatedAt": "2026-06-10T18:39:03.415Z",
|
|
5
|
+
"instarVersion": "1.3.474",
|
|
6
6
|
"entryCount": 201,
|
|
7
7
|
"entries": {
|
|
8
8
|
"hook:session-start": {
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Upgrade Guide — vNEXT
|
|
2
|
+
|
|
3
|
+
<!-- assembled-by: assemble-next-md -->
|
|
4
|
+
<!-- bump: patch -->
|
|
5
|
+
|
|
6
|
+
## What Changed
|
|
7
|
+
|
|
8
|
+
Added `docs/AGENT-AUTONOMY-PRINCIPLES.md` — a verbatim capture of the operator's two
|
|
9
|
+
foundational principles for how Instar agents should operate: (1) almost all "blockers" are
|
|
10
|
+
false blockers — judgment calls to work through an authority → access → dry-run → codify
|
|
11
|
+
pipeline rather than walls; (2) the spec-design process should frontload every user decision
|
|
12
|
+
so the agent completes the spec in a SINGLE autonomous run, and mid-run decisions are
|
|
13
|
+
cheap-to-change-after rather than stop-and-wait. No runtime code changed; this is the source
|
|
14
|
+
document for an in-progress exploration of integrating these into Instar fundamentals
|
|
15
|
+
(hooks, skills, and possibly new Constitutional standards).
|
|
16
|
+
|
|
17
|
+
## What to Tell Your User
|
|
18
|
+
|
|
19
|
+
Nothing changes in how the agent runs today. This records, word-for-word, two operating
|
|
20
|
+
principles the operator laid out — so future work (and any new constitutional standards
|
|
21
|
+
derived from them) traces back to a single durable source instead of living only in a chat
|
|
22
|
+
log.
|
|
23
|
+
|
|
24
|
+
## Summary of New Capabilities
|
|
25
|
+
|
|
26
|
+
- A new reference doc: the verbatim, citable source of the false-blocker pipeline and the
|
|
27
|
+
decision-frontloading principle.
|
|
28
|
+
|
|
29
|
+
## Evidence
|
|
30
|
+
|
|
31
|
+
- New doc only; no source change. The two principles are quoted verbatim with the operator's
|
|
32
|
+
attribution, date, and topic, followed by a clearly-labeled derivation (the quote governs).
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Side-Effects Review — Agent Autonomy Principles doc
|
|
2
|
+
|
|
3
|
+
**Version / slug:** `agent-autonomy-principles`
|
|
4
|
+
**Date:** `2026-06-10`
|
|
5
|
+
**Author:** `echo`
|
|
6
|
+
**Tier:** `1` (new docs file only; no runtime code, no decision logic)
|
|
7
|
+
**Second-pass reviewer:** `not required`
|
|
8
|
+
|
|
9
|
+
## Summary of the change
|
|
10
|
+
|
|
11
|
+
Adds `docs/AGENT-AUTONOMY-PRINCIPLES.md`, a verbatim capture of the operator's two
|
|
12
|
+
foundational autonomy principles, with a clearly-labeled derivation section (the quote
|
|
13
|
+
governs). Pure documentation — no `src/`, no behavior, no decision logic.
|
|
14
|
+
|
|
15
|
+
## Decision-point inventory
|
|
16
|
+
|
|
17
|
+
None. The change adds no code and no decision logic — it is a reference document.
|
|
18
|
+
|
|
19
|
+
## 1. Over-block
|
|
20
|
+
|
|
21
|
+
Nothing is rejected at runtime. The doc changes no gate, message path, or API.
|
|
22
|
+
|
|
23
|
+
## 2. Under-block
|
|
24
|
+
|
|
25
|
+
The doc does not, by itself, enforce the principles — integration into hooks/skills/standards
|
|
26
|
+
is the explicit follow-up (the exploration topic). It is the source, not the mechanism.
|
|
27
|
+
|
|
28
|
+
## 3. Level-of-abstraction fit
|
|
29
|
+
|
|
30
|
+
Right layer: a standalone `docs/` reference that the future constitutional/standards
|
|
31
|
+
derivations cite, rather than pre-emptively editing `docs/STANDARDS-REGISTRY.md` before the
|
|
32
|
+
exploration has decided the shape.
|
|
33
|
+
|
|
34
|
+
## Migration / rollback
|
|
35
|
+
|
|
36
|
+
No migration (docs only). Rollback = delete the file.
|