Remove obsolete audit and deployment documentation files
- Deleted outdated files related to repository audit and deployment status, including AUDIT_COMPLETE.md, AUDIT_FIXES_APPLIED.md, FINAL_DEPLOYMENT_STATUS.md, and others. - Cleaned up documentation to streamline the repository and improve clarity for future maintenance. - Updated README and other relevant documentation to reflect the removal of these files.
This commit is contained in:
@@ -1,13 +1,31 @@
|
||||
# Status Documents
|
||||
# Status Documentation
|
||||
|
||||
This directory contains active status and planning documents.
|
||||
This directory contains current status reports organized by category.
|
||||
|
||||
## Contents
|
||||
## Categories
|
||||
|
||||
- **LAUNCH_CHECKLIST.md** - Pre-launch checklist and requirements
|
||||
### [Builds](./builds/)
|
||||
Build and test results, CI/CD status, and build-related reports.
|
||||
|
||||
## Main Status
|
||||
### [Deployments](./deployments/)
|
||||
Deployment status, execution reports, and deployment-related status information.
|
||||
|
||||
For the current project status, see:
|
||||
- **[PROJECT_STATUS.md](../../PROJECT_STATUS.md)** - Main status document
|
||||
### [VMs](./vms/)
|
||||
Virtual machine status reports, configuration reviews, template analysis, and VM-related status.
|
||||
|
||||
### [Tasks](./tasks/)
|
||||
Task tracking, remaining work, and task-related status reports.
|
||||
|
||||
## Status File Lifecycle
|
||||
|
||||
1. **Active**: Files remain in appropriate category directory while actively being updated
|
||||
2. **Archive**: Files older than 90 days are moved to [docs/archive/status/](../archive/status/)
|
||||
3. **Reference**: Archived files are kept for historical reference
|
||||
|
||||
## Adding Status Reports
|
||||
|
||||
When creating new status reports:
|
||||
- Place in the appropriate category subdirectory
|
||||
- Include "Last Updated" date in the file
|
||||
- Update this README if adding a new category
|
||||
- Archive old reports after 90 days
|
||||
|
||||
Reference in New Issue
Block a user