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.
Files changed (63) hide show
  1. {ai_forge_cli-2.0.2/src/ai_forge_cli.egg-info → ai_forge_cli-2.0.3}/PKG-INFO +1 -1
  2. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/pyproject.toml +1 -1
  3. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3/src/ai_forge_cli.egg-info}/PKG-INFO +1 -1
  4. {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
  5. {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
  6. {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
  7. {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
  8. {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
  9. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-design/references/templates.yaml +7 -0
  10. {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
  11. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-review/references/templates.yaml +7 -0
  12. ai_forge_cli-2.0.3/src/cli/skills/forge-spec/references/framework.md +571 -0
  13. ai_forge_cli-2.0.3/src/cli/skills/forge-spec/references/templates.yaml +371 -0
  14. ai_forge_cli-2.0.3/src/cli/skills/forge-validate/references/framework.md +571 -0
  15. ai_forge_cli-2.0.3/src/cli/skills/forge-validate/references/templates.yaml +371 -0
  16. ai_forge_cli-2.0.2/src/cli/skills/forge-spec/references/framework.md +0 -564
  17. ai_forge_cli-2.0.2/src/cli/skills/forge-spec/references/templates.yaml +0 -364
  18. ai_forge_cli-2.0.2/src/cli/skills/forge-validate/references/framework.md +0 -564
  19. ai_forge_cli-2.0.2/src/cli/skills/forge-validate/references/templates.yaml +0 -364
  20. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/LICENSE +0 -0
  21. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/README.md +0 -0
  22. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/setup.cfg +0 -0
  23. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/SOURCES.txt +0 -0
  24. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/dependency_links.txt +0 -0
  25. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/entry_points.txt +0 -0
  26. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/requires.txt +0 -0
  27. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/ai_forge_cli.egg-info/top_level.txt +0 -0
  28. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/__init__.py +0 -0
  29. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/__main__.py +0 -0
  30. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/bundle.py +0 -0
  31. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/__init__.py +0 -0
  32. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/base.py +0 -0
  33. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/context.py +0 -0
  34. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/find.py +0 -0
  35. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/graph.py +0 -0
  36. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/init.py +0 -0
  37. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/inspect.py +0 -0
  38. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/list_cmd.py +0 -0
  39. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/update.py +0 -0
  40. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/commands/validate.py +0 -0
  41. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/common.py +0 -0
  42. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/forge.py +0 -0
  43. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/framework.yaml +0 -0
  44. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/index.py +0 -0
  45. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-build/SKILL.md +0 -0
  46. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-build/references/framework.yaml +0 -0
  47. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-cast/SKILL.md +0 -0
  48. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-cast/references/framework.yaml +0 -0
  49. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-design/SKILL.md +0 -0
  50. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-design/references/framework.yaml +0 -0
  51. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-review/SKILL.md +0 -0
  52. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-review/references/framework.yaml +0 -0
  53. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-spec/SKILL.md +0 -0
  54. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-spec/references/framework.yaml +0 -0
  55. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-validate/SKILL.md +0 -0
  56. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/skills/forge-validate/references/framework.yaml +0 -0
  57. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/src/cli/walker.py +0 -0
  58. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_cli.py +0 -0
  59. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_find.py +0 -0
  60. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_index.py +0 -0
  61. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_init.py +0 -0
  62. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_update.py +0 -0
  63. {ai_forge_cli-2.0.2 → ai_forge_cli-2.0.3}/tests/test_walker.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ai-forge-cli
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Context walker for the Forge spec system
5
5
  Requires-Python: >=3.11
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ai-forge-cli"
7
- version = "2.0.2"
7
+ version = "2.0.3"
8
8
  description = "Context walker for the Forge spec system"
9
9
  requires-python = ">=3.11"
10
10
  dependencies = ["pyyaml>=6.0"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ai-forge-cli
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Context walker for the Forge spec system
5
5
  Requires-Python: >=3.11
6
6
  License-File: LICENSE
@@ -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.
@@ -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