@mamdouh-aboammar/agentic-workflow 1.2.0 → 1.2.2
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/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.skills.json +1 -1
- package/README.md +1 -1
- package/bin/cli.js +1 -1
- package/core/engine_py/agent_worker.py +1 -1
- package/core/system/installer.py +1 -1
- package/marketplace.json +1 -1
- package/package.json +1 -1
package/.skills.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://skills.sh/schema.json",
|
|
3
3
|
"name": "agentic-workflow",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"description": "Pluripotent stem-cell framework and universal agentic toolchain for autonomous workflows",
|
|
6
6
|
"repository": "https://github.com/imMamdouhaboammar/agentic-workflow",
|
|
7
7
|
"author": "Mamdouh Aboammar",
|
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ curl -fsSL https://raw.githubusercontent.com/imMamdouhaboammar/agentic-workflow/
|
|
|
126
126
|
| **Bun (Library)** | `bun add @mamdouh-aboammar/agentic-workflow` | TypeScript / Bun SDK dependency |
|
|
127
127
|
| **npm / npx (Node)** | `npx @mamdouh-aboammar/agentic-workflow [command]` | Zero-install Node CLI execution |
|
|
128
128
|
| **npm (Library)** | `npm install @mamdouh-aboammar/agentic-workflow` | Node.js ESM library dependency |
|
|
129
|
-
| **PyPI (Python)** | `pip install
|
|
129
|
+
| **PyPI (Python)** | `pip install agentic-workflow-toolchain` | Python library & console script |
|
|
130
130
|
| **Homebrew (macOS/Linux)** | `brew install imMamdouhaboammar/tap/agentic-workflow` | System binary via Homebrew |
|
|
131
131
|
| **Docker Container** | `docker run -it ghcr.io/immamdouhaboammar/agentic-workflow` | Isolated, containerized runner |
|
|
132
132
|
|
package/bin/cli.js
CHANGED
package/core/system/installer.py
CHANGED
package/marketplace.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/claude-plugin-manifest.json",
|
|
3
3
|
"name": "agentic-workflow",
|
|
4
4
|
"displayName": "Agentic Workflow",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.2",
|
|
6
6
|
"description": "Pluripotent stem-cell framework and universal agentic toolchain for autonomous workflows",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Mamdouh Aboammar"
|