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:
|
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 704 B |
40
archive/ARCHIVE_README.md
Normal file
40
archive/ARCHIVE_README.md
Normal 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
0
cleanup-packages.sh → archive/cleanup-packages.sh
Executable file → Normal file
0
fix-permissions.sh → archive/fix-permissions.sh
Executable file → Normal file
0
fix-permissions.sh → archive/fix-permissions.sh
Executable file → Normal file
0
install-apaw.sh → archive/install-apaw.sh
Executable file → Normal file
0
install-apaw.sh → archive/install-apaw.sh
Executable file → Normal file
0
run-playwright-tests.sh → archive/run-playwright-tests.sh
Executable file → Normal file
0
run-playwright-tests.sh → archive/run-playwright-tests.sh
Executable file → Normal file
0
scripts/create-gitea-token.sh → archive/scripts/create-gitea-token.sh
Executable file → Normal file
0
scripts/create-gitea-token.sh → archive/scripts/create-gitea-token.sh
Executable file → Normal file
0
scripts/full-gitea-test.sh → archive/scripts/full-gitea-test.sh
Executable file → Normal file
0
scripts/full-gitea-test.sh → archive/scripts/full-gitea-test.sh
Executable file → Normal file
0
scripts/init-scoped-labels.sh → archive/scripts/init-scoped-labels.sh
Executable file → Normal file
0
scripts/init-scoped-labels.sh → archive/scripts/init-scoped-labels.sh
Executable file → Normal file
0
scripts/review-watcher.sh → archive/scripts/review-watcher.sh
Executable file → Normal file
0
scripts/review-watcher.sh → archive/scripts/review-watcher.sh
Executable file → Normal file
0
scripts/run-pipeline-test.sh → archive/scripts/run-pipeline-test.sh
Executable file → Normal file
0
scripts/run-pipeline-test.sh → archive/scripts/run-pipeline-test.sh
Executable file → Normal file
0
scripts/test-gitea.sh → archive/scripts/test-gitea.sh
Executable file → Normal file
0
scripts/test-gitea.sh → archive/scripts/test-gitea.sh
Executable file → Normal file
Reference in New Issue
Block a user