Files
Phantom/archive/ARCHIVE_README.md
NW 863a67db8e config: full APAW agent infrastructure + Phantom project files
- Added all agent definitions (.kile/agents/*.md)
- Added commands, rules, skills, shared modules
- Added src/, scripts/, tests/, docker/, agent-evolution/
- Extracted 3 archives: website/, workspace/, release/
- Created .env with Gitea creds for UniqueSoft/Phantom
- Created docs/ with project-specific guides
- Added .gitignore for node_modules
2026-05-18 17:53:59 +01:00

40 lines
1.2 KiB
Markdown

# 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.