@xn-intenton-z2a/agentic-lib 7.2.7 → 7.2.9
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.
|
@@ -101,10 +101,10 @@ jobs:
|
|
|
101
101
|
|
|
102
102
|
const SCHEDULE_MAP = {
|
|
103
103
|
off: null,
|
|
104
|
-
weekly: '
|
|
105
|
-
daily: '
|
|
106
|
-
hourly: '
|
|
107
|
-
continuous: '5,
|
|
104
|
+
weekly: '25 6 * * 1',
|
|
105
|
+
daily: '25 6 * * *',
|
|
106
|
+
hourly: '25 * * * *',
|
|
107
|
+
continuous: '5,25,45 * * * *',
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
// Update agentic-lib-workflow.yml schedule
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xn-intenton-z2a/agentic-lib",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.9",
|
|
4
4
|
"description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"test:copilot": "node scripts/test-copilot-local.js",
|
|
20
20
|
"test:discussions": "node scripts/test-discussions-local.js",
|
|
21
21
|
"test:transform": "node scripts/test-transform-local.js ../repository0",
|
|
22
|
-
"test:spike-llm": "vitest --run tests/spike-local-llm.test.js",
|
|
23
22
|
"test:system": "bash scripts/system-test.sh --init-only",
|
|
24
23
|
"test:system:dry-run": "bash scripts/system-test.sh --dry-run",
|
|
25
24
|
"test:system:live": "bash scripts/system-test.sh",
|
|
@@ -41,7 +40,6 @@
|
|
|
41
40
|
"js-yaml": "^4.1.1",
|
|
42
41
|
"markdown-it": "^14.1.1",
|
|
43
42
|
"markdown-it-github": "^0.5.0",
|
|
44
|
-
"node-llama-cpp": "^3.17.1",
|
|
45
43
|
"prettier": "^3.8.1",
|
|
46
44
|
"vitest": "^4.0.18"
|
|
47
45
|
},
|