Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/project-structure
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project structure

This doc explains the main folders and where to add new code.

- `scripts/` — runnable scripts and examples
- `docs/` — documentation and how-to guides
- `tests/` — automated tests (unit/integration)

## Adding a new script

1. Create a new file under `scripts/`.
2. Keep it small and focused.
3. Prefer environment variables for configuration.
4. Add a short header comment describing usage.

## Adding docs

Put new docs in `docs/` and keep them task-oriented.