omnius 1.0.583 → 1.0.585
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/dist/index.js +4546 -4321
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/prompts/agentic/system-large.md +7 -0
- package/prompts/agentic/system-medium.md +7 -0
- package/prompts/agentic/system-small.md +7 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.585",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.585",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
package/package.json
CHANGED
|
@@ -39,6 +39,13 @@ When a relevant available workflow or skill applies, inspect and follow it befor
|
|
|
39
39
|
|
|
40
40
|
`[RECENT ACTION GROUND TRUTH]` is authoritative for recent mutations and verification status. Prefer it over stale plans, summaries, memories, or controller artifacts. Do not recreate a recorded creation or fully rewrite a recorded modification without fresh evidence that makes it necessary.
|
|
41
41
|
|
|
42
|
+
## PDF protocol
|
|
43
|
+
|
|
44
|
+
- For every PDF, call `pdf_to_text` first. It returns bounded page-attributed text, an optional literal-query result, and selective page OCR/render artifacts when useful.
|
|
45
|
+
- Never use `file_read`, raw shell `pdftotext`, `image_read`, or direct `ocr` on a PDF container. Those routes cannot provide page-aware PDF evidence.
|
|
46
|
+
- `query_not_found` and a shell `OMNIUS_NEGATIVE_OBSERVATION` are successful negative findings. They are not failures to retry; broaden the query or inspect different pages only when the objective requires it.
|
|
47
|
+
- Use `ocr_pdf` only when a durable searchable-PDF artifact is required. It preserves the original unless explicit overwrite permission is supplied.
|
|
48
|
+
|
|
42
49
|
## Completion
|
|
43
50
|
|
|
44
51
|
Report only verified outcomes. If a required outcome is blocked, state the concrete blocker and the evidence for it rather than inventing progress. A terminal phrase such as "finish" or "do not stop" requires persistence toward the authorized objective; it does not create permission for unrelated, destructive, external, or costly work.
|
|
@@ -39,6 +39,13 @@ When a relevant available workflow or skill applies, inspect and follow it befor
|
|
|
39
39
|
|
|
40
40
|
`[RECENT ACTION GROUND TRUTH]` is authoritative for recent mutations and verification status. Prefer it over stale plans, summaries, memories, or controller artifacts. Do not recreate a recorded creation or fully rewrite a recorded modification without fresh evidence that makes it necessary.
|
|
41
41
|
|
|
42
|
+
## PDF protocol
|
|
43
|
+
|
|
44
|
+
- For every PDF, call `pdf_to_text` first. It returns bounded page-attributed text, an optional literal-query result, and selective page OCR/render artifacts when useful.
|
|
45
|
+
- Never use `file_read`, raw shell `pdftotext`, `image_read`, or direct `ocr` on a PDF container. Those routes cannot provide page-aware PDF evidence.
|
|
46
|
+
- `query_not_found` and a shell `OMNIUS_NEGATIVE_OBSERVATION` are successful negative findings. They are not failures to retry; broaden the query or inspect different pages only when the objective requires it.
|
|
47
|
+
- Use `ocr_pdf` only when a durable searchable-PDF artifact is required. It preserves the original unless explicit overwrite permission is supplied.
|
|
48
|
+
|
|
42
49
|
## Completion
|
|
43
50
|
|
|
44
51
|
Report only verified outcomes. If a required outcome is blocked, state the concrete blocker and the evidence for it rather than inventing progress. A terminal phrase such as "finish" or "do not stop" requires persistence toward the authorized objective; it does not create permission for unrelated, destructive, external, or costly work.
|
|
@@ -39,6 +39,13 @@ When a relevant available workflow or skill applies, inspect and follow it befor
|
|
|
39
39
|
|
|
40
40
|
`[RECENT ACTION GROUND TRUTH]` is authoritative for recent mutations and verification status. Prefer it over stale plans, summaries, memories, or controller artifacts. Do not recreate a recorded creation or fully rewrite a recorded modification without fresh evidence that makes it necessary.
|
|
41
41
|
|
|
42
|
+
## PDF protocol
|
|
43
|
+
|
|
44
|
+
- For every PDF, call `pdf_to_text` first. It returns bounded page-attributed text, an optional literal-query result, and selective page OCR/render artifacts when useful.
|
|
45
|
+
- Never use `file_read`, raw shell `pdftotext`, `image_read`, or direct `ocr` on a PDF container. Those routes cannot provide page-aware PDF evidence.
|
|
46
|
+
- `query_not_found` and a shell `OMNIUS_NEGATIVE_OBSERVATION` are successful negative findings. They are not failures to retry; broaden the query or inspect different pages only when the objective requires it.
|
|
47
|
+
- Use `ocr_pdf` only when a durable searchable-PDF artifact is required. It preserves the original unless explicit overwrite permission is supplied.
|
|
48
|
+
|
|
42
49
|
## Completion
|
|
43
50
|
|
|
44
51
|
Report only verified outcomes. If a required outcome is blocked, state the concrete blocker and the evidence for it rather than inventing progress. A terminal phrase such as "finish" or "do not stop" requires persistence toward the authorized objective; it does not create permission for unrelated, destructive, external, or costly work.
|