refactor: Restructure project for Docker compliance and documentation

- Move documentation to docs/ directory for better organization
- Add bin/ directory for utility scripts
- Add lib/ for shared library functions
- Update all build scripts to ensure strict Docker compliance
- Enhance AGENTS.md with Docker container requirements
- Create comprehensive compliance and security documentation
- Reorganize test suite with improved structure
- Remove obsolete Dockerfile and archive documentation
- Add final security compliance report

BREAKING CHANGE: Restructured project layout with moved documentation directories

💘 Generated with Crush

Assisted-by: GLM-4.6 via Crush <crush@charm.land>
This commit is contained in:
2026-01-21 15:37:03 -05:00
parent 6cd53bc7ba
commit 67c106a3b6
39 changed files with 2070 additions and 2338 deletions
+5 -5
View File
@@ -47,22 +47,22 @@ git clone https://git.knownelement.com/KNEL/football.git
cd football
# Build the ISO
./run.sh build
./src/run.sh build
```
### Test
```bash
# Run all tests
./run.sh test
./src/run.sh test
# Run linting checks
./run.sh lint
./src/run.sh lint
```
### Clean
```bash
# Clean build artifacts
./run.sh clean
./src/run.sh clean
```
## Project Structure
@@ -74,7 +74,7 @@ knel-football/
├── AGENTS.md # AI agent documentation
├── football-spec.md # Technical specification
├── run.sh # Host wrapper script
├── Dockerfile # Build/test container
├── ./config/Dockerfile # Build/test container
├── .gitignore # Git ignore rules
├── config/ # live-build configuration
│ ├── preseed.cfg # Installation automation