@xn-intenton-z2a/agentic-lib 7.1.75 → 7.1.76

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.
@@ -213,10 +213,10 @@ jobs:
213
213
 
214
214
  const SCHEDULE_MAP = {
215
215
  off: null,
216
- weekly: '0 6 * * 1',
217
- daily: '0 6 * * *',
218
- hourly: '0 * * * *',
219
- continuous: '*/15 * * * *',
216
+ weekly: '15 6 * * 1',
217
+ daily: '15 6 * * *',
218
+ hourly: '15 * * * *',
219
+ continuous: '5,15,25,35,45,55 * * * *',
220
220
  };
221
221
 
222
222
  if (fs.existsSync(workflowPath)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.1.75",
3
+ "version": "7.1.76",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "author": "",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@xn-intenton-z2a/agentic-lib": "^7.1.75"
19
+ "@xn-intenton-z2a/agentic-lib": "^7.1.76"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@vitest/coverage-v8": "^4.0.18",