From 79905c22f48af4f5f497989b91ae3f798277ae96 Mon Sep 17 00:00:00 2001 From: acano Date: Thu, 12 Mar 2026 12:30:18 +0100 Subject: [PATCH] docs: Update project structure in README and remove ingestion folder from changelog --- README.md | 3 ++- changelog | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd4c125..9e9626f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ graph TD ├── README.md # System documentation & Dev guide ├── changelog # Version tracking and release history -├── pyproject.toml # Python project configuration +├── pyproject.toml +├── ingestion/ # Data ingested in Elasticsearch ├── docs/ │ ├── AVAP Language: ... # AVAP DSL Documentation │ │ └── AVAP.md diff --git a/changelog b/changelog index 1f88690..61f3ec8 100644 --- a/changelog +++ b/changelog @@ -19,7 +19,6 @@ All notable changes to the **Brunix Assistance Engine** will be documented in th - RENAMED `docs/AVAP Language: Core Commands & Functional Specification` to `docs/avap_language_github_docs`. - REMOVED: `Makefile` file. - REMOVED: `scripts/start-tunnels.sh` script. -- REMOVED `ingestion` folder. - DEPENDENCIES: `requirements.txt` updated with new libraries required by the new modules. - MOVED `scripts/generate_mbap.py` into `scripts/flows/generate_mbap.py`.