refactor: clean up root directory - move deprecated files to archive

Archive:
- docker-compose.yml, Dockerfile.playwright
- scripts/ (legacy test scripts)
- docs/, .test/ (old documentation and tests)
- IMPROVEMENT_PROPOSAL.md (superseded by .kilo/)
- BROWSER_VISIBILITY.md, README.Docker.md
- cleanup-packages.sh, fix-permissions.sh, install-apaw.sh

Keep in root:
- .kilo/ (active system)
- .claude/ (Claude Code runtime)
- AGENTS.md (agent reference)
- README.md (main documentation)
- src/ (utility code)
- package.json, tsconfig.json (project config)
This commit is contained in:
¨NW¨
2026-04-05 03:52:10 +01:00
parent be4c586c8f
commit 5a77528b23
20 changed files with 40 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 704 B

After

Width:  |  Height:  |  Size: 704 B

40
archive/ARCHIVE_README.md Normal file
View File

@@ -0,0 +1,40 @@
# Archive
This directory contains deprecated or unused files that have been moved from the root for cleanup.
## Files and Directories
### Docker & Infrastructure
| File | Description |
|------|-------------|
| `docker-compose.yml` | Docker Compose configuration |
| `Dockerfile.playwright` | Playwright Docker image |
| `run-playwright-tests.sh` | Playwright test runner |
### Scripts
| File | Description |
|------|-------------|
| `scripts/` | Legacy test and deployment scripts |
### Documentation (Old)
| File | Description |
|------|-------------|
| `IMPROVEMENT_PROPOSAL.md` | Original analysis document (superseded by .kilo/) |
| `BROWSER_VISIBILITY.md` | Old documentation |
| `README.Docker.md` | Docker setup guide (superseded) |
| `AGENT_AUDIT.md` | Agent audit document |
| `GITEA_INTEGRATION.md` | Gitea integration docs |
### Test Artifacts
| File | Description |
|------|-------------|
| `.test/` | Legacy test screenshots and E2E tests |
### Docs
| File | Description |
|------|-------------|
| `docs/` | Deprecated documentation files |
---
**Note:** The active system is now in `.kilo/` directory. All agents, skills, rules, and workflows are managed there.

0
cleanup-packages.sh → archive/cleanup-packages.sh Executable file → Normal file
View File

0
fix-permissions.sh → archive/fix-permissions.sh Executable file → Normal file
View File

0
install-apaw.sh → archive/install-apaw.sh Executable file → Normal file
View File

View File

View File

View File

View File

View File