aes-cli 0.4.2__tar.gz → 0.4.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 (76) hide show
  1. {aes_cli-0.4.2 → aes_cli-0.4.3}/PKG-INFO +10 -1
  2. {aes_cli-0.4.2 → aes_cli-0.4.3}/README.md +9 -0
  3. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/__init__.py +1 -1
  4. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/frameworks.py +6 -1
  5. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/PKG-INFO +10 -1
  6. {aes_cli-0.4.2 → aes_cli-0.4.3}/pyproject.toml +1 -1
  7. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/__main__.py +0 -0
  8. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/analyzer.py +0 -0
  9. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/__init__.py +0 -0
  10. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/init.py +0 -0
  11. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/inspect.py +0 -0
  12. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/install.py +0 -0
  13. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/publish.py +0 -0
  14. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/search.py +0 -0
  15. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/status.py +0 -0
  16. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/sync.py +0 -0
  17. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/validate.py +0 -0
  18. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/config.py +0 -0
  19. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/domains.py +0 -0
  20. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/global_config.py +0 -0
  21. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/i18n/__init__.py +0 -0
  22. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/i18n/_messages.py +0 -0
  23. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/i18n/domains_ja.py +0 -0
  24. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/i18n/ja.py +0 -0
  25. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/mcp_server.py +0 -0
  26. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/registry.py +0 -0
  27. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/agent.yaml.jinja +0 -0
  28. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/agentignore.jinja +0 -0
  29. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/instructions.md.jinja +0 -0
  30. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/instructions.md.jinja +0 -0
  31. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/operations.md.jinja +0 -0
  32. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/orchestrator.md.jinja +0 -0
  33. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/setup.md.jinja +0 -0
  34. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/skill.md.jinja +0 -0
  35. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/workflow_command.md.jinja +0 -0
  36. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/local.example.yaml.jinja +0 -0
  37. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/local.yaml.jinja +0 -0
  38. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/operations.md.jinja +0 -0
  39. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/orchestrator.md.jinja +0 -0
  40. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/permissions.yaml.jinja +0 -0
  41. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/setup.md.jinja +0 -0
  42. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/skill.md.jinja +0 -0
  43. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/skill.yaml.jinja +0 -0
  44. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/workflow.yaml.jinja +0 -0
  45. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/workflow_command.md.jinja +0 -0
  46. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/agent.schema.json +0 -0
  47. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/permissions.schema.json +0 -0
  48. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/registry.schema.json +0 -0
  49. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/skill.schema.json +0 -0
  50. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/workflow.schema.json +0 -0
  51. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/__init__.py +0 -0
  52. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/_base.py +0 -0
  53. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/_composer.py +0 -0
  54. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/claude.py +0 -0
  55. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/copilot.py +0 -0
  56. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/cursor.py +0 -0
  57. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/windsurf.py +0 -0
  58. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/validator.py +0 -0
  59. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/SOURCES.txt +0 -0
  60. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/dependency_links.txt +0 -0
  61. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/entry_points.txt +0 -0
  62. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/requires.txt +0 -0
  63. {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/top_level.txt +0 -0
  64. {aes_cli-0.4.2 → aes_cli-0.4.3}/setup.cfg +0 -0
  65. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_analyzer.py +0 -0
  66. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_frameworks.py +0 -0
  67. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_init.py +0 -0
  68. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_inspect.py +0 -0
  69. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_install.py +0 -0
  70. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_mcp_server.py +0 -0
  71. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_publish.py +0 -0
  72. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_registry.py +0 -0
  73. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_search.py +0 -0
  74. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_status.py +0 -0
  75. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_sync.py +0 -0
  76. {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_validate.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aes-cli
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: CLI tool for the Agentic Engineering Standard
5
5
  Author: Hiro
6
6
  License: Apache-2.0
@@ -46,6 +46,15 @@ pipx install aes-cli
46
46
  pip install aes-cli
47
47
  ```
48
48
 
49
+ ### Upgrading
50
+
51
+ ```bash
52
+ pipx upgrade aes-cli # if installed with pipx
53
+ pip install --upgrade aes-cli # if installed with pip
54
+ ```
55
+
56
+ After upgrading, run `aes sync` in your project to regenerate tool-specific configs with the new version's sync logic. Your `.agent/` source files are not modified by the upgrade.
57
+
49
58
  Requires Python 3.10+.
50
59
 
51
60
  ## Quick Start
@@ -13,6 +13,15 @@ pipx install aes-cli
13
13
  pip install aes-cli
14
14
  ```
15
15
 
16
+ ### Upgrading
17
+
18
+ ```bash
19
+ pipx upgrade aes-cli # if installed with pipx
20
+ pip install --upgrade aes-cli # if installed with pip
21
+ ```
22
+
23
+ After upgrading, run `aes sync` in your project to regenerate tool-specific configs with the new version's sync logic. Your `.agent/` source files are not modified by the upgrade.
24
+
16
25
  Requires Python 3.10+.
17
26
 
18
27
  ## Quick Start
@@ -2,4 +2,4 @@
2
2
 
3
3
  from __future__ import annotations
4
4
 
5
- __version__ = "0.4.2"
5
+ __version__ = "0.4.3"
@@ -18,7 +18,7 @@ from copy import deepcopy
18
18
  from dataclasses import dataclass, field
19
19
  from typing import Dict, List, Optional
20
20
 
21
- from aes.domains import DomainConfig, SkillDef, WorkflowDef, WorkflowStateDef, WorkflowTransitionDef
21
+ from aes.domains import CommandDef, DomainConfig, SkillDef, WorkflowDef, WorkflowStateDef, WorkflowTransitionDef, _BUILD_COMMAND
22
22
 
23
23
 
24
24
  # ---------------------------------------------------------------------------
@@ -125,6 +125,7 @@ _API_WORKFLOW = WorkflowDef(
125
125
  )
126
126
 
127
127
  API_CONFIG = DomainConfig(
128
+ workflow_commands=[_BUILD_COMMAND],
128
129
  instructions_description="API service with endpoints, authentication, and database.",
129
130
  instructions_quick_ref="", # filled by framework overlay
130
131
  instructions_project_structure="", # generic, filled by overlay or /setup
@@ -177,6 +178,7 @@ _FRONTEND_WORKFLOW = WorkflowDef(
177
178
  )
178
179
 
179
180
  FRONTEND_CONFIG = DomainConfig(
181
+ workflow_commands=[_BUILD_COMMAND],
180
182
  instructions_description="Frontend application with components, routing, and state management.",
181
183
  instructions_rules=[
182
184
  "**Component-first** -- build small, reusable components.",
@@ -202,6 +204,7 @@ FRONTEND_CONFIG = DomainConfig(
202
204
  )
203
205
 
204
206
  FULLSTACK_CONFIG = DomainConfig(
207
+ workflow_commands=[_BUILD_COMMAND],
205
208
  instructions_description="Full-stack application with frontend, API, and database.",
206
209
  instructions_rules=[
207
210
  "**Type safety everywhere** -- shared types between frontend and API.",
@@ -227,6 +230,7 @@ FULLSTACK_CONFIG = DomainConfig(
227
230
  )
228
231
 
229
232
  CLI_CONFIG = DomainConfig(
233
+ workflow_commands=[_BUILD_COMMAND],
230
234
  instructions_description="Command-line tool with subcommands, argument parsing, and user interaction.",
231
235
  instructions_rules=[
232
236
  "**Clear error messages** -- users see stderr, make it helpful.",
@@ -251,6 +255,7 @@ CLI_CONFIG = DomainConfig(
251
255
  )
252
256
 
253
257
  LIBRARY_CONFIG = DomainConfig(
258
+ workflow_commands=[_BUILD_COMMAND],
254
259
  instructions_description="Reusable library or package for other projects to consume.",
255
260
  instructions_rules=[
256
261
  "**Public API is a contract** -- don't break it without a major version bump.",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aes-cli
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: CLI tool for the Agentic Engineering Standard
5
5
  Author: Hiro
6
6
  License: Apache-2.0
@@ -46,6 +46,15 @@ pipx install aes-cli
46
46
  pip install aes-cli
47
47
  ```
48
48
 
49
+ ### Upgrading
50
+
51
+ ```bash
52
+ pipx upgrade aes-cli # if installed with pipx
53
+ pip install --upgrade aes-cli # if installed with pip
54
+ ```
55
+
56
+ After upgrading, run `aes sync` in your project to regenerate tool-specific configs with the new version's sync logic. Your `.agent/` source files are not modified by the upgrade.
57
+
49
58
  Requires Python 3.10+.
50
59
 
51
60
  ## Quick Start
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "aes-cli"
7
- version = "0.4.2"
7
+ version = "0.4.3"
8
8
  description = "CLI tool for the Agentic Engineering Standard"
9
9
  readme = "README.md"
10
10
  license = {text = "Apache-2.0"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes