docs: Update AGENTS.md and README.md

- Update AGENTS.md with Docker container requirements
- Add critical requirements for Docker-only workflow
- Update README.md with project structure changes
- Document Docker-based build process

💘 Generated with Crush

Assisted-by: GLM-4.6 via Crush <crush@charm.land>
This commit is contained in:
2026-01-21 15:40:38 -05:00
parent 310627bb47
commit 6d11ef8622
2 changed files with 45 additions and 75 deletions

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