docs: update README and changelog to reflect ingestion folder addition

This commit is contained in:
acano 2026-03-12 12:30:39 +01:00
parent 654ac88da7
commit 3463fb05e8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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`.