@xn-intenton-z2a/agentic-lib 7.2.8 → 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: '15 6 * * 1',
105
- daily: '15 6 * * *',
106
- hourly: '15 * * * *',
107
- continuous: '5,15,25,35,45,55 * * * *',
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
@@ -17,7 +17,7 @@ run-name: "agentic-lib-test [${{ github.ref_name }}]"
17
17
 
18
18
  on:
19
19
  schedule:
20
- - cron: "10 * * * *"
20
+ - cron: "40 * * * *"
21
21
  #@dist push:
22
22
  #@dist branches: [main]
23
23
  #@dist paths:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.2.8",
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": {
@@ -17,7 +17,7 @@
17
17
  "author": "",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@xn-intenton-z2a/agentic-lib": "^7.2.8"
20
+ "@xn-intenton-z2a/agentic-lib": "^7.2.9"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@playwright/test": "^1.58.0",