From e2f8e84540e78e517ff64187fbbe8553a5efe814 Mon Sep 17 00:00:00 2001 From: adhavan Date: Thu, 4 Jun 2026 14:17:06 +0530 Subject: [PATCH] docs: sync repository map with actual repository structure --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d84cbb5e..a242e9d3 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ The project is designed to be: - `frontend/testing/`: frontend unit and end-to-end test files - `docs/`: supporting project documentation - `scripts/`: helper scripts for signing, benchmarking, and maintenance +- `.github/`: GitHub Actions workflows, issue templates, and contributor automation +- `assets/`: project branding assets and images +- `data/`: shared raw and generated project data +- `output/`: generated reports and exported scan artifacts (runtime-generated) +- `wordlists/`: wordlists used by scanning and enumeration plugins +- `scratch/`: experimental utilities and temporary development helpers ## Prerequisites