Build [v.1.3.6]

This commit is contained in:
Daniel Bedeleanu
2026-04-11 17:14:22 +03:00
parent 775808506f
commit 704934165f
27 changed files with 738 additions and 685 deletions

View File

@@ -30,11 +30,12 @@ Native Linux installation (Alma/Debian/Ubuntu) without Docker dependencies.
---
## 📦 Production Distribution
To generate a clean production package without AI-agent metadata or development artifacts:
1. Run `./export_prod.sh`
2. A `.zip` archive will be created (e.g., `aInventory-PROD-v1.3.2.zip`).
3. This archive contains a specialized `README.txt` with deployment-only instructions.
## 📦 Production Distribution & Versioning
To generate a clean production package and snapshot the current state:
1. Use the AI shortcut command: `save-version`.
2. Alternatively, run `./export_prod.sh` manually.
3. A `.zip` archive will be created (e.g., `aInventory-PROD-v1.3.6.zip`).
4. A backup branch `v.1.3.x` will be created automatically.
---