@xn-intenton-z2a/agentic-lib 7.1.36 → 7.1.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.1.36",
3
+ "version": "7.1.37",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "author": "",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@xn-intenton-z2a/agentic-lib": "^7.1.36"
17
+ "@xn-intenton-z2a/agentic-lib": "^7.1.37"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^4.0.0",
@@ -23,7 +23,7 @@ on:
23
23
  - created
24
24
  - edited
25
25
  schedule:
26
- - cron: "7 12 */28 * *" # schedule-1: every 28 days
26
+ - cron: "7 12 */28 * *"
27
27
  workflow_dispatch:
28
28
  inputs:
29
29
  discussion-url:
@@ -13,7 +13,7 @@ concurrency:
13
13
 
14
14
  on:
15
15
  schedule:
16
- - cron: "33 7 * * 1" # Weekly on Monday at 07:33 UTC
16
+ - cron: "33 7 * * 1"
17
17
  workflow_dispatch:
18
18
  inputs:
19
19
  step:
@@ -12,7 +12,7 @@ concurrency:
12
12
 
13
13
  on:
14
14
  schedule:
15
- - cron: "47 8 */3 * *" # Every 3 days at 08:47 UTC
15
+ - cron: "47 8 */3 * *"
16
16
  workflow_dispatch:
17
17
  inputs:
18
18
  step:
@@ -13,7 +13,7 @@ concurrency:
13
13
 
14
14
  on:
15
15
  schedule:
16
- - cron: "53 7 * * 1" # Weekly on Monday at 07:53 UTC
16
+ - cron: "33 8 * * 1"
17
17
  workflow_dispatch:
18
18
  inputs:
19
19
  model:
@@ -26,7 +26,7 @@ on:
26
26
  required: false
27
27
  default: "true"
28
28
  schedule:
29
- - cron: '53 */4 * * *'
29
+ - cron: "03 8,9 * * 1"
30
30
 
31
31
  env:
32
32
  pullRequestLabel: "automerge"