|
4 | 4 |
|
5 | 5 | ## Project Summary |
6 | 6 |
|
7 | | -- Project name: |
8 | | -- Main purpose: |
9 | | -- Primary language: |
10 | | -- Frameworks: |
11 | | -- Package manager: |
12 | | -- Test runner: |
| 7 | +- Project name: codex-workflow-kit |
| 8 | +- Main purpose: Needs review |
| 9 | +- Primary language: Python |
| 10 | +- Frameworks: Needs review |
| 11 | +- Package manager: pip/pyproject |
| 12 | +- Test runner: Needs review |
13 | 13 |
|
14 | 14 | ## Entry Points |
15 | 15 |
|
16 | | -- App entry: |
17 | | -- API entry: |
18 | | -- Worker entry: |
19 | | -- CLI entry: |
| 16 | +- tools/acceptance_check.py (runtime entrypoint pattern, main function pattern) |
| 17 | +- tools/bootstrap.py (runtime entrypoint pattern, main function pattern) |
| 18 | +- tools/close_task.py (runtime entrypoint pattern, main function pattern) |
| 19 | +- tools/create_handoff.py (runtime entrypoint pattern, main function pattern) |
| 20 | +- tools/explain_scan.py (runtime entrypoint pattern, main function pattern) |
| 21 | +- tools/init_change_areas.py (runtime entrypoint pattern, main function pattern) |
| 22 | +- tools/init_index.py (runtime entrypoint pattern, main function pattern) |
| 23 | +- tools/refresh_index.py (runtime entrypoint pattern, main function pattern) |
20 | 24 |
|
21 | 25 | ## Main Directories |
22 | 26 |
|
23 | | -- `src/` |
24 | | - - что находится здесь: |
25 | | -- `server/` |
26 | | - - что находится здесь: |
27 | | -- `bot/` |
28 | | - - что находится здесь: |
| 27 | +- `.github/` |
| 28 | + - Needs review |
| 29 | +- `examples/` |
| 30 | + - Needs review |
| 31 | +- `memory/` |
| 32 | + - Needs review |
| 33 | +- `templates/` |
| 34 | + - Needs review |
29 | 35 | - `tests/` |
30 | | - - что находится здесь: |
31 | | -- `scripts/` |
32 | | - - что находится здесь: |
33 | | -- `docs/` |
34 | | - - что находится здесь: |
35 | | - |
36 | | -Удалить или заменить эти секции под реальный проект. |
| 36 | + - Tests |
| 37 | +- `tools/` |
| 38 | + - Automation and utility scripts |
37 | 39 |
|
38 | 40 | ## Important Files |
39 | 41 |
|
40 | | -- Main config: |
41 | | -- Env example: |
42 | | -- Dependency manifest: |
43 | | -- Build config: |
44 | | -- CI config: |
45 | | -- Lint config: |
46 | | -- Type config: |
| 42 | +- .github/workflows/ci.yml |
| 43 | +- pyproject.toml |
47 | 44 |
|
48 | 45 | ## Key Flows |
49 | 46 |
|
|
66 | 63 |
|
67 | 64 | ## Test Map |
68 | 65 |
|
69 | | -- Fast smoke tests: |
70 | | -- Feature tests: |
71 | | -- Integration tests: |
72 | | -- High-cost tests: |
| 66 | +- Test directories: tests |
| 67 | +- Detected test files: 1 |
| 68 | +- Sample test files: |
| 69 | +- tests/test_workflow_tools.py |
73 | 70 |
|
74 | 71 | ## Common Commands |
75 | 72 |
|
76 | | -```powershell |
77 | | -# install |
78 | | -
|
79 | | -# test |
| 73 | +```text |
| 74 | +# codex-workflow-bootstrap |
| 75 | +tools.bootstrap:main |
80 | 76 |
|
81 | | -# lint |
| 77 | +# codex-workflow-scan |
| 78 | +tools.scan_project:main |
82 | 79 |
|
83 | | -# typecheck |
| 80 | +# codex-workflow-validate |
| 81 | +tools.validate_workflow:main |
84 | 82 |
|
85 | | -# run app |
| 83 | +# codex-workflow-acceptance |
| 84 | +tools.acceptance_check:main |
86 | 85 | ``` |
87 | 86 |
|
88 | 87 | ## Notes For Codex |
89 | 88 |
|
90 | 89 | - Сначала смотри сюда, потом ищи по дереву. |
91 | 90 | - Если структура проекта изменилась, обнови этот файл. |
92 | 91 | - Не превращай индекс в длиннюю документацию. |
| 92 | + |
| 93 | +## CI Files |
| 94 | + |
| 95 | +- .github/workflows/ci.yml |
| 96 | + |
| 97 | +## Area Hints |
| 98 | + |
| 99 | +- No area hints detected automatically |
0 commit comments