@ai-hero/sandcastle 0.6.6 → 0.7.0

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.
@@ -1,6 +1,6 @@
1
1
  import { createRequire } from 'node:module';
2
- export { docker } from '../chunk-UPDEQ2U7.js';
3
- export { defaultImageName } from '../chunk-Z7O2WNRU.js';
2
+ export { docker } from '../chunk-NSFQW6ML.js';
3
+ export { defaultImageName } from '../chunk-5VM5QZ26.js';
4
4
  import '../chunk-BIWNFKGV.js';
5
5
  import '../chunk-NGBM7T3E.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { createRequire } from 'node:module';
2
- import { resolveUserMounts, processFileMountParents, formatVolumeMount, defaultImageName, registerShutdown } from '../chunk-Z7O2WNRU.js';
3
- export { defaultImageName } from '../chunk-Z7O2WNRU.js';
2
+ import { resolveUserMounts, processFileMountParents, formatVolumeMount, defaultImageName, registerShutdown } from '../chunk-5VM5QZ26.js';
3
+ export { defaultImageName } from '../chunk-5VM5QZ26.js';
4
4
  import { createBindMountSandboxProvider } from '../chunk-BIWNFKGV.js';
5
5
  import { MAX_TAIL_CHARS, BoundedTail } from '../chunk-NGBM7T3E.js';
6
6
  import { execFile, execFileSync, spawn } from 'child_process';
@@ -4,7 +4,7 @@
4
4
 
5
5
  !`{{LIST_TASKS_COMMAND}}`
6
6
 
7
- The list above has already been filtered to issues ready for work. Do not run your own unfiltered query to find more issues — if the list is empty, there is nothing to do.
7
+ The list above has already been filtered to issues ready for work and is the sole source of truth for what work exists. Do not run your own unfiltered query to find more issues — if the list is empty, there is nothing to do.
8
8
 
9
9
  ## Recent RALPH commits (last 10)
10
10
 
@@ -48,6 +48,6 @@ Pick the highest-priority open issue that is not blocked by another open issue.
48
48
 
49
49
  # Done
50
50
 
51
- When all actionable issues are complete (or you are blocked on all remaining ones), output the completion signal:
51
+ When all actionable issues are complete (or you are blocked on all remaining ones), or the open-issues block at the top of this prompt is empty, output the completion signal:
52
52
 
53
53
  <promise>COMPLETE</promise>
@@ -4,7 +4,7 @@
4
4
 
5
5
  !`{{LIST_TASKS_COMMAND}}`
6
6
 
7
- The list above has already been filtered to issues ready for work. Do not run your own unfiltered query to find more issues — if the list is empty, there is nothing to do.
7
+ The list above has already been filtered to issues ready for work and is the sole source of truth for what work exists. Do not run your own unfiltered query to find more issues — if the list is empty, there is nothing to do.
8
8
 
9
9
  ## Recent RALPH commits (last 10)
10
10
 
@@ -48,6 +48,6 @@ Pick the highest-priority open issue that is not blocked by another open issue.
48
48
 
49
49
  # Done
50
50
 
51
- When all actionable issues are complete (or you are blocked on all remaining ones), output the completion signal:
51
+ When all actionable issues are complete (or you are blocked on all remaining ones), or the open-issues block at the top of this prompt is empty, output the completion signal:
52
52
 
53
53
  <promise>COMPLETE</promise>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-hero/sandcastle",
3
- "version": "0.6.6",
3
+ "version": "0.7.0",
4
4
  "description": "CLI for orchestrating AI agents in isolated sandbox environments",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",