@xn-intenton-z2a/agentic-lib 7.4.48 → 7.4.49

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.
@@ -152,16 +152,16 @@ on:
152
152
  type: boolean
153
153
  required: false
154
154
  default: false
155
- message:
156
- description: "Context message for supervisor/bot"
157
- type: string
155
+ skipMaintain:
156
+ description: "Skip maintain job in workflow runs"
157
+ type: boolean
158
158
  required: false
159
- default: ""
160
- config-path:
161
- description: "Config file path (default: agentic-lib.toml)"
162
- type: string
159
+ default: false
160
+ create-seed-issues:
161
+ description: "Create initial seed issues after purge"
162
+ type: boolean
163
163
  required: false
164
- default: ""
164
+ default: false
165
165
  generate-report:
166
166
  description: "Generate enriched benchmark report after flow"
167
167
  type: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.4.48",
3
+ "version": "7.4.49",
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.4.48"
20
+ "@xn-intenton-z2a/agentic-lib": "^7.4.49"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@playwright/test": "^1.58.0",