-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject-structure-files.txt
More file actions
44 lines (44 loc) · 1.12 KB
/
Copy pathproject-structure-files.txt
File metadata and controls
44 lines (44 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Files introduced by the product structure scaffold.
README.md
PROJECT_STRUCTURE.md
.gitignore
apps/web/README.md
apps/desktop/README.md
backend/api/README.md
backend/worker/README.md
agents/README.md
agents/core/README.md
agents/skills/README.md
agents/tools/README.md
agents/prompts/README.md
agents/evals/README.md
packages/ui/README.md
packages/contracts/README.md
packages/domain/README.md
packages/config/README.md
datasets/README.md
datasets/raw/.gitkeep
datasets/interim/.gitkeep
datasets/processed/.gitkeep
datasets/catalog/.gitkeep
datasets/samples/.gitkeep
datasets/recipes/.gitkeep
tests/README.md
tests/contract/.gitkeep
tests/integration/.gitkeep
tests/e2e/.gitkeep
tests/fixtures/.gitkeep
infra/README.md
infra/docker/.gitkeep
infra/migrations/.gitkeep
infra/deploy/.gitkeep
infra/observability/.gitkeep
tools/README.md
tools/verify-project-structure.ps1
docs/architecture/system-overview.md
docs/product/roadmap.md
docs/adr/0001-monorepo-boundaries.md
docs/implementation/project-structure-baseline.sha256
docs/implementation/project-structure-files.txt
docs/implementation/verification-record.md
tools/rollback-project-structure.ps1