forge-orkes 0.9.1 → 0.9.2
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
|
@@ -99,9 +99,8 @@ No match → fall through to Step 2B (tier detection).
|
|
|
99
99
|
|
|
100
100
|
### Parent Session Model Advisory
|
|
101
101
|
|
|
102
|
-
Check `models.parent_session` from `project.yml`.
|
|
103
|
-
|
|
104
|
-
- Advisory only -- no block. Reviewer enforces at review gate.
|
|
102
|
+
Check `models.parent_session` from `project.yml`. Show only on mismatch: *"Session model: {current}. Project recommends: {parent_session} — use `/model {parent_session}` to switch."*
|
|
103
|
+
- Advisory only — no block. Reviewer enforces at review gate.
|
|
105
104
|
|
|
106
105
|
## Step 2A: Project Init
|
|
107
106
|
|
|
@@ -157,11 +156,11 @@ Read `models` from `project.yml`:
|
|
|
157
156
|
2. `models.default` → fallback
|
|
158
157
|
3. Inherit parent session
|
|
159
158
|
|
|
160
|
-
Resolve `{model}` for `{next}` skill using precedence above.
|
|
159
|
+
Resolve `{model}` for `{next}` skill using precedence above. Show only on mismatch:
|
|
161
160
|
|
|
162
|
-
*"
|
|
161
|
+
*"Session: {current_model}. {next} expects {model} (from {source}) — use `/model {model}` to switch."*
|
|
163
162
|
|
|
164
|
-
Where `{source}` = `skills.{name}` | `models.default` | `parent session`.
|
|
163
|
+
Where `{source}` = `skills.{name}` | `models.default` | `parent session`. Suppress when session model matches expected.
|
|
165
164
|
|
|
166
165
|
**Model routing is advisory.** All phases use `Skill()`. Display expected model at each transition. Mismatch → suggest `/model {expected}`. Review gate logs model used.
|
|
167
166
|
|