Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ render session. Two code paths find it by walking up the directory tree for
- `packages/reactor/src/adapters/agent-render/instructions.ts` resolves it at
runtime as the third candidate, after `REACTOR_SKILL_PATH` and the bundled copy.

The three example directories that carry replay test kits
(`examples/{feedback-pulse,press-desk,support-inbox-router}`) have their own
history in this repository; the snapshot overlays them byte-for-byte.
The snapshot omits one thing the source tree carried at that commit: the replay
test kits that sat inside `examples/{feedback-pulse,press-desk,support-inbox-router}`.
They are this harness's tests, not skill content, and live with the other example
suites under `tests/open-prose/examples/`.

## Pointing the harness at a newer skill

Expand Down

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion skills/open-prose/examples/press-desk/replay/receipts.json

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default defineConfig({
test: {
environment: "node",
include: [
"skills/open-prose/examples/feedback-pulse/feedback-pulse.test.ts",
"skills/open-prose/examples/feedback-pulse/feedback-pulse.live.test.ts",
"tests/open-prose/examples/feedback-pulse/feedback-pulse.test.ts",
"tests/open-prose/examples/feedback-pulse/feedback-pulse.live.test.ts",
],
exclude: ["**/node_modules/**"],
},
Expand Down
1 change: 1 addition & 0 deletions tests/open-prose/examples/press-desk/replay/receipts.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default defineConfig({
test: {
environment: "node",
include: [
"skills/open-prose/examples/press-desk/press-desk.test.ts",
"skills/open-prose/examples/press-desk/press-desk.live.test.ts",
"tests/open-prose/examples/press-desk/press-desk.test.ts",
"tests/open-prose/examples/press-desk/press-desk.live.test.ts",
],
exclude: ["**/node_modules/**"],
},
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default defineConfig({
test: {
environment: "node",
include: [
"skills/open-prose/examples/support-inbox-router/support-inbox-router.test.ts",
"skills/open-prose/examples/support-inbox-router/support-inbox-router.live.test.ts",
"tests/open-prose/examples/support-inbox-router/support-inbox-router.test.ts",
"tests/open-prose/examples/support-inbox-router/support-inbox-router.live.test.ts",
],
exclude: ["**/node_modules/**"],
},
Expand Down
Loading