yjcli 0.2.3__tar.gz → 0.2.4__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.
- {yjcli-0.2.3 → yjcli-0.2.4}/PKG-INFO +1 -1
- {yjcli-0.2.3 → yjcli-0.2.4}/pyproject.toml +1 -1
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-frontend/SKILL.md +4 -2
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-mobile-app/SKILL.md +8 -6
- {yjcli-0.2.3 → yjcli-0.2.4}/.gitignore +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/LICENSE +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/README.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/__init__.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/__main__.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/cli.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/commands/__init__.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/commands/init_cmd.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/commands/platform.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/commands/service.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/commands/sync.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/__init__.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-arch-core/SKILL.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-backend-msa/SKILL.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-backend-service/SKILL.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-browser-extension/SKILL.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-cli/SKILL.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-pc-app/SKILL.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/skills/yj-scheduler/SKILL.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/.gitignore +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/AGENTS.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/Diff.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/Makefile +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/TOOLS.md +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/make.bat +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/app/.env.development +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/app/.env.examples +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/app/.env.local-dev +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/app/.env.production +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/listen/.env.development +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/listen/.env.examples +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/listen/.env.local-dev +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/listen/.env.production +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/worker/.env.development +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/worker/.env.examples +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/worker/.env.local-dev +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/envs/worker/.env.production +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/frontend/package.json +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/frontend/vite.config.ts +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/deploy-common.bat +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/deploy-common.sh +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/deploy-development.bat +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/deploy-development.sh +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/deploy-production.bat +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/deploy-production.sh +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/run-all.ps1 +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/run.bat +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/run.sh +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/settings.json +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/modules/__init__.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/modules/constants.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/modules/fsutil.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/modules/paths.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/modules/prompt.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/services/__init__.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/services/scaffold.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/services/status.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/services/sync.py +0 -0
- {yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/services/wiring.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: yjcli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Scaffold platforms, services, and AI agent wiring (Cursor/Claude/Codex) for YJ architecture repos.
|
|
5
5
|
Project-URL: Homepage, https://github.com/yseiren87/yjcli
|
|
6
6
|
Project-URL: Repository, https://github.com/yseiren87/yjcli
|
|
@@ -24,7 +24,7 @@ frontend/
|
|
|
24
24
|
{app_name}/
|
|
25
25
|
src/
|
|
26
26
|
main.tsx, App.tsx # entry
|
|
27
|
-
stores/{feature}
|
|
27
|
+
stores/{feature}.ts # flow state/orchestration
|
|
28
28
|
api/{feature}/ # flow API access/mapping
|
|
29
29
|
pages/{feature}/ # container view
|
|
30
30
|
components/{feature}/ # presentational view
|
|
@@ -37,7 +37,7 @@ One `{app_name}` = one web app. No micro-frontends unless the user requests it.
|
|
|
37
37
|
|
|
38
38
|
```text
|
|
39
39
|
entry = src/main.tsx, src/App.tsx (routes)
|
|
40
|
-
flow = stores/{feature} + api/{feature}
|
|
40
|
+
flow = stores/{feature}.ts + api/{feature}
|
|
41
41
|
view = pages/{feature} + components/{feature} (+ generated ui primitives)
|
|
42
42
|
infra = lib/*, hooks/*
|
|
43
43
|
```
|
|
@@ -56,6 +56,8 @@ Missing domain ≠ dump DTOs/utils into `main.tsx` / `App.tsx`. Keep feature wor
|
|
|
56
56
|
- Follow `yj-arch-core` env names; listen apps need `HOST`/`PORT`. No plain `.env`.
|
|
57
57
|
- `npm start` / local mode must mean local-dev — do not silently point bare start at development/production deploy envs.
|
|
58
58
|
- Store calls the same feature's `api`; pages/components do not call network directly.
|
|
59
|
+
- Keep one store file per feature directly under `stores/`; do not add a
|
|
60
|
+
redundant `{feature}/` directory for a single store file.
|
|
59
61
|
- Container route wires store + router; presentational page takes props only.
|
|
60
62
|
- Routes declared at entry — do not scatter route tables; entry stays registration-thin.
|
|
61
63
|
- Generated UI primitives: do not hand-edit or duplicate.
|
|
@@ -21,9 +21,9 @@ mobile-app/
|
|
|
21
21
|
{app_name}/
|
|
22
22
|
lib/
|
|
23
23
|
main.dart, router.dart # entry
|
|
24
|
-
providers/{feature}
|
|
25
|
-
repositories/{feature}
|
|
26
|
-
api/{feature}
|
|
24
|
+
providers/{feature}.dart # flow state/orchestration
|
|
25
|
+
repositories/{feature}.dart # optional flow data-source composition/mapping
|
|
26
|
+
api/{feature}.dart # infra remote client
|
|
27
27
|
screens/{feature}/ # container view
|
|
28
28
|
widgets/{feature}/ # presentational view
|
|
29
29
|
lib/ or core/ # infra
|
|
@@ -35,9 +35,9 @@ One `{app_name}` = one mobile service.
|
|
|
35
35
|
|
|
36
36
|
```text
|
|
37
37
|
entry = main + router
|
|
38
|
-
flow = providers/{feature} + repositories/{feature}
|
|
38
|
+
flow = providers/{feature}.dart + repositories/{feature}.dart
|
|
39
39
|
view = screens/{feature} + widgets/{feature}
|
|
40
|
-
infra = api/{feature} clients + shared clients/formatters/utils
|
|
40
|
+
infra = api/{feature}.dart clients + shared clients/formatters/utils
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
Flow and view use the same `{feature}` boundary under separate role roots. A
|
|
@@ -45,7 +45,7 @@ feature repository belongs to flow, not beside `screens/` or `widgets/` as a
|
|
|
45
45
|
view-level module.
|
|
46
46
|
|
|
47
47
|
Use a repository only when it composes data sources, cache, mapping, or feature
|
|
48
|
-
IO. A thin remote transport client belongs
|
|
48
|
+
IO. A thin remote transport client belongs at `api/{feature}.dart` as infra; do
|
|
49
49
|
not add a repository that merely forwards every API call.
|
|
50
50
|
|
|
51
51
|
**No `lib/domain/` by default.** Feature rules live in providers (flow).
|
|
@@ -58,6 +58,8 @@ Missing domain ≠ put feature logic in `main.dart` / router registration.
|
|
|
58
58
|
- Provider calls its feature repository when composition is needed; otherwise
|
|
59
59
|
it may call the feature `api` directly. Widgets do not call repositories or
|
|
60
60
|
network clients directly.
|
|
61
|
+
- Keep one file per feature directly under `providers/`, `repositories/`, and
|
|
62
|
+
`api/`; do not add a redundant `{feature}/` directory for a single file.
|
|
61
63
|
- Container screen watches providers and passes plain props to presentational widgets.
|
|
62
64
|
- Routes declared at entry (thin); feature work stays in providers/api.
|
|
63
65
|
- Prefer symlink/consume `backend/proto/dist/dart` for MSA contracts when present. Do not copy `.proto` into the app.
|
|
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
|
{yjcli-0.2.3 → yjcli-0.2.4}/src/yjcli/data/templates/platform/scripts/deploy-development.bat
RENAMED
|
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
|