docs: remove status tracking from AGENTS.md, consolidate in STATUS.md

- AGENTS.md now contains only agent behavior guidelines
- STATUS.md is the single source for project status
- Updated STATUS.md with current ISO status (built, 816 MB)
- Updated recent commits section in STATUS.md

💘 Generated with Crush

Assisted-by: GLM-5 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-02-19 23:15:25 -05:00
parent ad2d4d3e61
commit 81f97687d9
2 changed files with 161 additions and 619 deletions

View File

@@ -1,15 +1,15 @@
# KNEL-Football Project Status Report
> **Last Updated**: 2026-02-19 17:05 CST
> **Last Updated**: 2026-02-19 22:10 CST
> **Maintained By**: AI Agent (Crush)
> **Purpose**: Quick-glance status for project manager
---
## Current Status: ✅ READY TO BUILD ISO
## Current Status: ✅ ISO BUILT
### Executive Summary
All 562 tests passing. PRD → Docs → Code → Tests fully aligned. No TODO/FIXME in codebase. Ready for ISO build.
All 562 tests passing. ISO built successfully (816 MB). PRD → Docs → Code → Tests fully aligned.
---
@@ -69,21 +69,25 @@ Code Quality: 0 TODO/FIXME, 0 shellcheck warnings
## Next Action
**BUILD ISO**:
ISO built successfully. Ready for deployment or further development.
To rebuild ISO:
```bash
./run.sh iso
```
Estimated time: 60-90 minutes
---
## Recent Commits (This Session)
## Recent Commits
```
cc5d200 test: expand integration tests and add unit tests for hooks
13c446e chore: remove redundant build_test.bats
8fbf3c0 test: replace stub tests with comprehensive assertions
ad2d4d3 docs: add architecture diagram and fix FR-001 links
f5bbcad docs: add clickable links and update to Debian 13 stable
29654c6 fix: pin distribution to trixie (Debian 13 stable)
987c70b fix: remove obsolete icewm-themes package
89cd8a1 fix: copy config files to live-build config directory in run.sh
7e8bbf7 fix: copy config files to correct live-build config directory
89fd8b7 fix: move preseed.cfg to includes.installer for live-build
```
---
@@ -95,7 +99,7 @@ cc5d200 test: expand integration tests and add unit tests for hooks
| Docker Image | `knel-football-dev:latest` |
| Build Command | `./run.sh iso` |
| Output Location | `output/knel-football-secure.iso` |
| ISO Status | ⏳ NOT BUILT |
| ISO Status | BUILT (816 MB, 2026-02-19 22:02) |
---
@@ -143,7 +147,7 @@ Tier0 Infrastructure
| Static Coverage | 100% | 100% ✅ |
| Shellcheck Warnings | 0 | 0 ✅ |
| TODO/FIXME in Code | 0 | 0 ✅ |
| ISO Status | ⏳ READY | Build needed |
| ISO Status | ✅ BUILT | 816 MB |
---