diff --git a/.test/e2e_test_screenshots.py b/archive/.test/e2e_test_screenshots.py similarity index 100% rename from .test/e2e_test_screenshots.py rename to archive/.test/e2e_test_screenshots.py diff --git a/.test/screenshots/current/login_flow_20260404_040638.png b/archive/.test/screenshots/current/login_flow_20260404_040638.png similarity index 100% rename from .test/screenshots/current/login_flow_20260404_040638.png rename to archive/.test/screenshots/current/login_flow_20260404_040638.png diff --git a/docs/AGENT_AUDIT.md b/archive/AGENT_AUDIT.md similarity index 100% rename from docs/AGENT_AUDIT.md rename to archive/AGENT_AUDIT.md diff --git a/archive/ARCHIVE_README.md b/archive/ARCHIVE_README.md new file mode 100644 index 0000000..2e8f909 --- /dev/null +++ b/archive/ARCHIVE_README.md @@ -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. \ No newline at end of file diff --git a/BROWSER_VISIBILITY.md b/archive/BROWSER_VISIBILITY.md similarity index 100% rename from BROWSER_VISIBILITY.md rename to archive/BROWSER_VISIBILITY.md diff --git a/Dockerfile.playwright b/archive/Dockerfile.playwright similarity index 100% rename from Dockerfile.playwright rename to archive/Dockerfile.playwright diff --git a/docs/GITEA_INTEGRATION.md b/archive/GITEA_INTEGRATION.md similarity index 100% rename from docs/GITEA_INTEGRATION.md rename to archive/GITEA_INTEGRATION.md diff --git a/IMPROVEMENT_PROPOSAL.md b/archive/IMPROVEMENT_PROPOSAL.md similarity index 100% rename from IMPROVEMENT_PROPOSAL.md rename to archive/IMPROVEMENT_PROPOSAL.md diff --git a/README.Docker.md b/archive/README.Docker.md similarity index 100% rename from README.Docker.md rename to archive/README.Docker.md diff --git a/cleanup-packages.sh b/archive/cleanup-packages.sh old mode 100755 new mode 100644 similarity index 100% rename from cleanup-packages.sh rename to archive/cleanup-packages.sh diff --git a/docker-compose.yml b/archive/docker-compose.yml similarity index 100% rename from docker-compose.yml rename to archive/docker-compose.yml diff --git a/fix-permissions.sh b/archive/fix-permissions.sh old mode 100755 new mode 100644 similarity index 100% rename from fix-permissions.sh rename to archive/fix-permissions.sh diff --git a/install-apaw.sh b/archive/install-apaw.sh old mode 100755 new mode 100644 similarity index 100% rename from install-apaw.sh rename to archive/install-apaw.sh diff --git a/run-playwright-tests.sh b/archive/run-playwright-tests.sh old mode 100755 new mode 100644 similarity index 100% rename from run-playwright-tests.sh rename to archive/run-playwright-tests.sh diff --git a/scripts/create-gitea-token.sh b/archive/scripts/create-gitea-token.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/create-gitea-token.sh rename to archive/scripts/create-gitea-token.sh diff --git a/scripts/full-gitea-test.sh b/archive/scripts/full-gitea-test.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/full-gitea-test.sh rename to archive/scripts/full-gitea-test.sh diff --git a/scripts/init-scoped-labels.sh b/archive/scripts/init-scoped-labels.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/init-scoped-labels.sh rename to archive/scripts/init-scoped-labels.sh diff --git a/scripts/review-watcher.sh b/archive/scripts/review-watcher.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/review-watcher.sh rename to archive/scripts/review-watcher.sh diff --git a/scripts/run-pipeline-test.sh b/archive/scripts/run-pipeline-test.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/run-pipeline-test.sh rename to archive/scripts/run-pipeline-test.sh diff --git a/scripts/test-gitea.sh b/archive/scripts/test-gitea.sh old mode 100755 new mode 100644 similarity index 100% rename from scripts/test-gitea.sh rename to archive/scripts/test-gitea.sh