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.
- {aes_cli-0.4.2 → aes_cli-0.4.3}/PKG-INFO +10 -1
- {aes_cli-0.4.2 → aes_cli-0.4.3}/README.md +9 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/__init__.py +1 -1
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/frameworks.py +6 -1
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/PKG-INFO +10 -1
- {aes_cli-0.4.2 → aes_cli-0.4.3}/pyproject.toml +1 -1
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/__main__.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/analyzer.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/__init__.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/init.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/inspect.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/install.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/publish.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/search.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/status.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/sync.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/commands/validate.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/config.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/domains.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/global_config.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/i18n/__init__.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/i18n/_messages.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/i18n/domains_ja.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/i18n/ja.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/mcp_server.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/registry.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/agent.yaml.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/agentignore.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/instructions.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/instructions.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/operations.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/orchestrator.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/setup.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/skill.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/ja/workflow_command.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/local.example.yaml.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/local.yaml.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/operations.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/orchestrator.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/permissions.yaml.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/setup.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/skill.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/skill.yaml.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/workflow.yaml.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/scaffold/workflow_command.md.jinja +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/agent.schema.json +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/permissions.schema.json +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/registry.schema.json +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/skill.schema.json +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/schemas/workflow.schema.json +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/__init__.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/_base.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/_composer.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/claude.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/copilot.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/cursor.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/targets/windsurf.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes/validator.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/SOURCES.txt +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/dependency_links.txt +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/entry_points.txt +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/requires.txt +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/aes_cli.egg-info/top_level.txt +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/setup.cfg +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_analyzer.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_frameworks.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_init.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_inspect.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_install.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_mcp_server.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_publish.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_registry.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_search.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_status.py +0 -0
- {aes_cli-0.4.2 → aes_cli-0.4.3}/tests/test_sync.py +0 -0
- {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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
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
|
|
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
|