ai-forge-cli 2.0.2__tar.gz → 2.0.3__tar.gz
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.
- {ai_forge_cli-2.0.2/src/ai_forge_cli.egg-info → ai_forge_cli-2.0.3}/PKG-INFO +1 -1
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/pyproject.toml +1 -1
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3/src/ai_forge_cli.egg-info}/PKG-INFO +1 -1
- {ai_forge_cli-2.0.2/src/cli/skills/forge-design → ai_forge_cli-2.0.3/src/cli/skills/forge-build}/references/framework.md +7 -0
- {ai_forge_cli-2.0.2/src/cli/skills/forge-cast → ai_forge_cli-2.0.3/src/cli/skills/forge-build}/references/templates.yaml +7 -0
- {ai_forge_cli-2.0.2/src/cli/skills/forge-review → ai_forge_cli-2.0.3/src/cli/skills/forge-cast}/references/framework.md +7 -0
- {ai_forge_cli-2.0.2/src/cli/skills/forge-build → ai_forge_cli-2.0.3/src/cli/skills/forge-cast}/references/templates.yaml +7 -0
- {ai_forge_cli-2.0.2/src/cli/skills/forge-cast → ai_forge_cli-2.0.3/src/cli/skills/forge-design}/references/framework.md +7 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-design/references/templates.yaml +7 -0
- {ai_forge_cli-2.0.2/src/cli/skills/forge-build → ai_forge_cli-2.0.3/src/cli/skills/forge-review}/references/framework.md +7 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-review/references/templates.yaml +7 -0
- ai_forge_cli-2.0.3/src/cli/skills/forge-spec/references/framework.md +571 -0
- ai_forge_cli-2.0.3/src/cli/skills/forge-spec/references/templates.yaml +371 -0
- ai_forge_cli-2.0.3/src/cli/skills/forge-validate/references/framework.md +571 -0
- ai_forge_cli-2.0.3/src/cli/skills/forge-validate/references/templates.yaml +371 -0
- ai_forge_cli-2.0.2/src/cli/skills/forge-spec/references/framework.md +0 -564
- ai_forge_cli-2.0.2/src/cli/skills/forge-spec/references/templates.yaml +0 -364
- ai_forge_cli-2.0.2/src/cli/skills/forge-validate/references/framework.md +0 -564
- ai_forge_cli-2.0.2/src/cli/skills/forge-validate/references/templates.yaml +0 -364
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/LICENSE +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/README.md +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/setup.cfg +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/SOURCES.txt +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/dependency_links.txt +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/entry_points.txt +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/requires.txt +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/top_level.txt +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/__init__.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/__main__.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/bundle.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/__init__.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/base.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/context.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/find.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/graph.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/init.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/inspect.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/list_cmd.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/update.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/validate.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/common.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/forge.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/framework.yaml +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/index.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-build/SKILL.md +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-build/references/framework.yaml +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-cast/SKILL.md +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-cast/references/framework.yaml +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-design/SKILL.md +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-design/references/framework.yaml +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-review/SKILL.md +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-review/references/framework.yaml +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-spec/SKILL.md +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-spec/references/framework.yaml +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-validate/SKILL.md +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-validate/references/framework.yaml +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/walker.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_cli.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_find.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_index.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_init.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_update.py +0 -0
- {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_walker.py +0 -0
|
@@ -229,6 +229,12 @@ operations:
|
|
|
229
229
|
visibility: <Visibility>
|
|
230
230
|
contract: <contract.id>
|
|
231
231
|
policies: []
|
|
232
|
+
steps: # required for command/async_command/event_handler with non-trivial logic
|
|
233
|
+
- order: <integer>
|
|
234
|
+
description: <what happens in this step>
|
|
235
|
+
calls: <operation.id or datastore.id> # omit if no cross-boundary call
|
|
236
|
+
raises: [<error.id>] # errors surfaced at this step
|
|
237
|
+
condition: <expression> # omit if unconditional
|
|
232
238
|
relationships:
|
|
233
239
|
- target: <element.id>
|
|
234
240
|
type: <RelationshipType>
|
|
@@ -562,3 +568,4 @@ forge graph # visualise the dependency graph
|
|
|
562
568
|
- `implementation/` exists only directly under a system directory and contains only `datastores.yaml`, `tests.yaml`, `environments.yaml`, `deployments.yaml`.
|
|
563
569
|
- Element files contain only inline properties and operations.
|
|
564
570
|
- `workbench/` exists only directly under a system directory and contains only forge process artifacts.
|
|
571
|
+
- Operation `steps` are required for `command`, `async_command`, and `event_handler` operations with non-trivial logic (any operation that calls another operation, writes to a datastore, or branches). Simple `query` and `subscription` operations may omit steps.
|
|
@@ -110,7 +110,14 @@ operations:
|
|
|
110
110
|
outputs: []
|
|
111
111
|
raises: []
|
|
112
112
|
visibility: <public | internal | private>
|
|
113
|
+
contract: <contract.id or omit>
|
|
113
114
|
policies: []
|
|
115
|
+
steps: # required for command/async_command/event_handler with non-trivial logic
|
|
116
|
+
- order: 1
|
|
117
|
+
description: <what happens in this step>
|
|
118
|
+
calls: <operation.id or datastore.id> # omit if no cross-boundary call
|
|
119
|
+
raises: []
|
|
120
|
+
condition: <expression> # omit if unconditional
|
|
114
121
|
relationships: []
|
|
115
122
|
policies: []
|
|
116
123
|
|
|
@@ -229,6 +229,12 @@ operations:
|
|
|
229
229
|
visibility: <Visibility>
|
|
230
230
|
contract: <contract.id>
|
|
231
231
|
policies: []
|
|
232
|
+
steps: # required for command/async_command/event_handler with non-trivial logic
|
|
233
|
+
- order: <integer>
|
|
234
|
+
description: <what happens in this step>
|
|
235
|
+
calls: <operation.id or datastore.id> # omit if no cross-boundary call
|
|
236
|
+
raises: [<error.id>] # errors surfaced at this step
|
|
237
|
+
condition: <expression> # omit if unconditional
|
|
232
238
|
relationships:
|
|
233
239
|
- target: <element.id>
|
|
234
240
|
type: <RelationshipType>
|
|
@@ -562,3 +568,4 @@ forge graph # visualise the dependency graph
|
|
|
562
568
|
- `implementation/` exists only directly under a system directory and contains only `datastores.yaml`, `tests.yaml`, `environments.yaml`, `deployments.yaml`.
|
|
563
569
|
- Element files contain only inline properties and operations.
|
|
564
570
|
- `workbench/` exists only directly under a system directory and contains only forge process artifacts.
|
|
571
|
+
- Operation `steps` are required for `command`, `async_command`, and `event_handler` operations with non-trivial logic (any operation that calls another operation, writes to a datastore, or branches). Simple `query` and `subscription` operations may omit steps.
|
|
@@ -110,7 +110,14 @@ operations:
|
|
|
110
110
|
outputs: []
|
|
111
111
|
raises: []
|
|
112
112
|
visibility: <public | internal | private>
|
|
113
|
+
contract: <contract.id or omit>
|
|
113
114
|
policies: []
|
|
115
|
+
steps: # required for command/async_command/event_handler with non-trivial logic
|
|
116
|
+
- order: 1
|
|
117
|
+
description: <what happens in this step>
|
|
118
|
+
calls: <operation.id or datastore.id> # omit if no cross-boundary call
|
|
119
|
+
raises: []
|
|
120
|
+
condition: <expression> # omit if unconditional
|
|
114
121
|
relationships: []
|
|
115
122
|
policies: []
|
|
116
123
|
|
|
@@ -229,6 +229,12 @@ operations:
|
|
|
229
229
|
visibility: <Visibility>
|
|
230
230
|
contract: <contract.id>
|
|
231
231
|
policies: []
|
|
232
|
+
steps: # required for command/async_command/event_handler with non-trivial logic
|
|
233
|
+
- order: <integer>
|
|
234
|
+
description: <what happens in this step>
|
|
235
|
+
calls: <operation.id or datastore.id> # omit if no cross-boundary call
|
|
236
|
+
raises: [<error.id>] # errors surfaced at this step
|
|
237
|
+
condition: <expression> # omit if unconditional
|
|
232
238
|
relationships:
|
|
233
239
|
- target: <element.id>
|
|
234
240
|
type: <RelationshipType>
|
|
@@ -562,3 +568,4 @@ forge graph # visualise the dependency graph
|
|
|
562
568
|
- `implementation/` exists only directly under a system directory and contains only `datastores.yaml`, `tests.yaml`, `environments.yaml`, `deployments.yaml`.
|
|
563
569
|
- Element files contain only inline properties and operations.
|
|
564
570
|
- `workbench/` exists only directly under a system directory and contains only forge process artifacts.
|
|
571
|
+
- Operation `steps` are required for `command`, `async_command`, and `event_handler` operations with non-trivial logic (any operation that calls another operation, writes to a datastore, or branches). Simple `query` and `subscription` operations may omit steps.
|
{ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-design/references/templates.yaml
RENAMED
|
@@ -110,7 +110,14 @@ operations:
|
|
|
110
110
|
outputs: []
|
|
111
111
|
raises: []
|
|
112
112
|
visibility: <public | internal | private>
|
|
113
|
+
contract: <contract.id or omit>
|
|
113
114
|
policies: []
|
|
115
|
+
steps: # required for command/async_command/event_handler with non-trivial logic
|
|
116
|
+
- order: 1
|
|
117
|
+
description: <what happens in this step>
|
|
118
|
+
calls: <operation.id or datastore.id> # omit if no cross-boundary call
|
|
119
|
+
raises: []
|
|
120
|
+
condition: <expression> # omit if unconditional
|
|
114
121
|
relationships: []
|
|
115
122
|
policies: []
|
|
116
123
|
|
|
@@ -229,6 +229,12 @@ operations:
|
|
|
229
229
|
visibility: <Visibility>
|
|
230
230
|
contract: <contract.id>
|
|
231
231
|
policies: []
|
|
232
|
+
steps: # required for command/async_command/event_handler with non-trivial logic
|
|
233
|
+
- order: <integer>
|
|
234
|
+
description: <what happens in this step>
|
|
235
|
+
calls: <operation.id or datastore.id> # omit if no cross-boundary call
|
|
236
|
+
raises: [<error.id>] # errors surfaced at this step
|
|
237
|
+
condition: <expression> # omit if unconditional
|
|
232
238
|
relationships:
|
|
233
239
|
- target: <element.id>
|
|
234
240
|
type: <RelationshipType>
|
|
@@ -562,3 +568,4 @@ forge graph # visualise the dependency graph
|
|
|
562
568
|
- `implementation/` exists only directly under a system directory and contains only `datastores.yaml`, `tests.yaml`, `environments.yaml`, `deployments.yaml`.
|
|
563
569
|
- Element files contain only inline properties and operations.
|
|
564
570
|
- `workbench/` exists only directly under a system directory and contains only forge process artifacts.
|
|
571
|
+
- Operation `steps` are required for `command`, `async_command`, and `event_handler` operations with non-trivial logic (any operation that calls another operation, writes to a datastore, or branches). Simple `query` and `subscription` operations may omit steps.
|
{ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-review/references/templates.yaml
RENAMED
|
@@ -110,7 +110,14 @@ operations:
|
|
|
110
110
|
outputs: []
|
|
111
111
|
raises: []
|
|
112
112
|
visibility: <public | internal | private>
|
|
113
|
+
contract: <contract.id or omit>
|
|
113
114
|
policies: []
|
|
115
|
+
steps: # required for command/async_command/event_handler with non-trivial logic
|
|
116
|
+
- order: 1
|
|
117
|
+
description: <what happens in this step>
|
|
118
|
+
calls: <operation.id or datastore.id> # omit if no cross-boundary call
|
|
119
|
+
raises: []
|
|
120
|
+
condition: <expression> # omit if unconditional
|
|
114
121
|
relationships: []
|
|
115
122
|
policies: []
|
|
116
123
|
|