@xn-intenton-z2a/agentic-lib 7.1.24 → 7.1.25

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.24",
3
+ "version": "7.1.25",
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.24"
17
+ "@xn-intenton-z2a/agentic-lib": "^7.1.25"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^4.0.0",
@@ -33,6 +33,7 @@ jobs:
33
33
  - uses: actions/checkout@v4
34
34
  with:
35
35
  ref: main
36
+ token: ${{ secrets.WORKFLOW_TOKEN }}
36
37
 
37
38
  - name: Update supervisor schedule
38
39
  uses: actions/github-script@v7