@xn-intenton-z2a/agentic-lib 7.1.19 → 7.1.20

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.19",
3
+ "version": "7.1.20",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,14 +1,13 @@
1
1
  # repo
2
2
 
3
- A repository powered by intentïon agentic-lib.
3
+ A JavaScript library that is immediately useful to something or someone and it immediately available to run e.g. `npx @xn-intenton-z2a/<this package name>`.
4
4
 
5
5
  ## Getting Started
6
6
 
7
7
  1. Write your mission in `MISSION.md`
8
8
  2. Enable GitHub Actions
9
- 3. The agentic workflows will evolve `src/lib/main.js` toward your mission
9
+ 3. The workflows in this repository will evolve `src/lib/main.js` toward your mission
10
10
 
11
11
  ## Links
12
12
 
13
- - [intentïon agentic-lib](https://github.com/xn-intenton-z2a/agentic-lib)
14
13
  - [MISSION.md](MISSION.md)
@@ -14,7 +14,7 @@
14
14
  "author": "",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@xn-intenton-z2a/agentic-lib": "^7.1.19"
17
+ "@xn-intenton-z2a/agentic-lib": "^7.1.20"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^4.0.0",