@hasna/instructions 0.7.5 → 0.7.7
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 +6 -0
- package/dist/chunks/{apply-xraar7p0.js → apply-33g17x4y.js} +2 -2
- package/dist/chunks/{apply-1cpkx082.js → apply-f9f2sp7y.js} +2 -2
- package/dist/chunks/{index-16j8x10s.js → index-95xa9crj.js} +1369 -36
- package/dist/chunks/{index-src5t3my.js → index-avd1s9kz.js} +1 -1
- package/dist/chunks/{index-x0v4m19f.js → index-c3s70n0a.js} +1 -1
- package/dist/chunks/{index-6qfy0542.js → index-m2mh1xew.js} +1481 -64
- package/dist/chunks/{index-rvb4znxa.js → index-mfrc04ts.js} +2 -2
- package/dist/chunks/{index-ysnp8y58.js → index-wmwrjr19.js} +2 -2
- package/dist/chunks/{local-66fck74w.js → local-7wqy2ywb.js} +1 -1
- package/dist/chunks/{local-jqfx3kbq.js → local-nbck7fs2.js} +1 -1
- package/dist/chunks/{sync-8763n4sc.js → sync-d3be8nk3.js} +3 -3
- package/dist/chunks/{sync-8ca3ew84.js → sync-gzrb11dj.js} +3 -3
- package/dist/cli/index.js +39 -11
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1618 -188
- package/dist/lib/instruction-graph.d.ts.map +1 -1
- package/dist/lib/session-apply.d.ts.map +1 -1
- package/dist/lib/session-refresh.d.ts.map +1 -1
- package/dist/lib/session-render.d.ts +16 -0
- package/dist/lib/session-render.d.ts.map +1 -1
- package/dist/lib/station-profile.d.ts.map +1 -1
- package/dist/mcp/index.js +9 -8
- package/dist/server/index.js +1352 -25
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -406,6 +406,12 @@ do not change the global config environment. No OpenCode config or fragment
|
|
|
406
406
|
imports are written. See [session rendering](docs/session-rendering.md) for
|
|
407
407
|
capability limits and examples.
|
|
408
408
|
|
|
409
|
+
A compiled Sumi project profile can optionally add a managed Claude `CLAUDE.md`
|
|
410
|
+
that imports the same `AGENTS.md`, using `--claude-project-import 2.1.278`.
|
|
411
|
+
Both providers must explicitly select the same immutable sources and prose.
|
|
412
|
+
The companion shares the project's manifest, snapshots and refresh transaction;
|
|
413
|
+
see [shared project instructions](docs/session-rendering.md#shared-project-instructions-for-sumi-and-claude).
|
|
414
|
+
|
|
409
415
|
Qwen Code session rendering writes `QWEN.md` instructional context with
|
|
410
416
|
`QWEN_HOME` pointing at the rendered profile home. Known config sync also
|
|
411
417
|
tracks Qwen Code `QWEN.md` and `settings.json` files at `~/.qwen/...` and
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
getConfigHome,
|
|
9
9
|
normalizeTargetPath,
|
|
10
10
|
previewConfigs
|
|
11
|
-
} from "./index-
|
|
12
|
-
import"./index-
|
|
11
|
+
} from "./index-avd1s9kz.js";
|
|
12
|
+
import"./index-95xa9crj.js";
|
|
13
13
|
import"./index-35z65jsa.js";
|
|
14
14
|
import"./index-27az1qb1.js";
|
|
15
15
|
import"./index-nnwp92tk.js";
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
getConfigHome,
|
|
9
9
|
normalizeTargetPath,
|
|
10
10
|
previewConfigs
|
|
11
|
-
} from "./index-
|
|
12
|
-
import"./index-
|
|
11
|
+
} from "./index-c3s70n0a.js";
|
|
12
|
+
import"./index-m2mh1xew.js";
|
|
13
13
|
import"./index-preyvj8n.js";
|
|
14
14
|
import"./index-fpeyzn3n.js";
|
|
15
15
|
import"./index-bsan4c16.js";
|