Initial commit: a0_software_orchestrator v1.0

- Auto-Registration-Bug behoben (register_project/get_project_id/resolve_project Trennung)
- 25 Tests gruen (Pytest)
- block_compactor-Tool refactored (Option B: Soft-Check statt Hard-Block)
- 4 Restbaustellen gefixt
- DB-Schema: plugin_settings-Tabelle hinzugefuegt
- 3 Schattenprojekte aus DB geloescht
- Plan v3 + Refactor-Plan + Worklog dokumentiert
This commit is contained in:
Software Orchestrator
2026-06-16 22:13:06 +00:00
commit 5769c1cd22
236 changed files with 17825 additions and 0 deletions
@@ -0,0 +1,4 @@
# Assumptions
| ID | Assumption | Validation | Status |
|---|---|---|---|
@@ -0,0 +1,7 @@
# Backup
## What to Backup
## Schedule
## Procedure
## Verification
## Retention
@@ -0,0 +1,4 @@
# Change Requests
| ID | Date | Request | Impact | Status |
|---|---|---|---|---|
@@ -0,0 +1,31 @@
{
"manager": {
"always_read": [
".a0/project_state.json",
".a0/current_status.md",
".a0/next_steps.md",
".a0/task_graph.json",
".a0/tool_capabilities.json",
".a0/resume.md"
],
"avoid_raw_files": [
"logs/",
"node_modules/",
"dist/",
"build/",
".git/",
"coverage/"
],
"max_subagent_result_lines": 80,
"max_user_status_lines": 30
},
"raw_output_policy": {
"long_logs_to_file": true,
"long_diffs_to_file": true,
"subagent_summaries_only": true
},
"thresholds": {
"warning": 0.7,
"hard_compact": 0.9
}
}
@@ -0,0 +1,7 @@
# Data Model
## Entities
## Relationships
## Migrations
## Backup Strategy
## Restore Strategy
@@ -0,0 +1,4 @@
# Decisions Log
| ID | Date | Decision | Rationale | Impact |
|---|---|---|---|---|
@@ -0,0 +1,8 @@
# Definition of Done
A task is done when:
- [ ] Code implemented
- [ ] Tests pass
- [ ] Code reviewed
- [ ] State files updated
- [ ] No open errors
@@ -0,0 +1,7 @@
# Definition of Ready
A task is ready for implementation when:
- [ ] Clear description
- [ ] Acceptance criteria defined
- [ ] Dependencies resolved
- [ ] Estimated complexity assigned
@@ -0,0 +1,7 @@
# Deployment Report
## Target
## Configuration
## Verification
## Issues
## Rollback Test
@@ -0,0 +1,4 @@
# Deviations
| ID | Date | Deviation | Reason | Impact | Approved |
|---|---|---|---|---|---|
@@ -0,0 +1,9 @@
{
"gates": {
"gate_1_implementation": "pending",
"gate_2_runtime": "pending",
"gate_3_deployment": "pending",
"gate_4_release": "pending",
"gate_5_production": "pending"
}
}
@@ -0,0 +1,15 @@
# Handoff
## Project Summary
## Current State
## Architecture
## Deployment
## Known Issues
## Next Steps
## Contacts
@@ -0,0 +1,7 @@
# Migration Plan
## Current State
## Target State
## Steps
## Rollback
## Risks
@@ -0,0 +1,7 @@
# Observability
## Metrics
## Logs
## Traces
## Dashboards
## Alerts
@@ -0,0 +1,8 @@
# Operations Review
## Logging
## Monitoring
## Alerting
## Backup
## Recovery
## Scaling
@@ -0,0 +1,23 @@
# Permissions
allow:
- "read:source"
- "read:docs"
- "read:templates"
- "read:non_secret_config"
- "git:status"
- "git:diff"
ask:
- "git:commit"
- "git:push"
- "deploy:*"
- "read:large_logs_for_runtime_errors"
restricted:
- "live_secret_files"
- "runtime_environment_dumps"
- "credential_stores"
- "shell_history"
- "credential_value_searches"
- "credential_discovery_commands"
- "destructive_terminal_commands"
@@ -0,0 +1,13 @@
# Project Scorecard
| Category | Score | Max |
|---|---|---|
| Requirements | 0 | 100 |
| Architecture | 0 | 100 |
| Implementation | 0 | 100 |
| Testing | 0 | 100 |
| Runtime | 0 | 100 |
| Security | 0 | 100 |
| Deployment | 0 | 100 |
| Operations | 0 | 100 |
| **Overall** | **0** | **100** |
@@ -0,0 +1,7 @@
# Quality Gates
## Gate 1: Ready for Implementation
## Gate 2: Ready for Runtime Verification
## Gate 3: Ready for Deployment Preparation
## Gate 4: Ready for Release Handoff
## Gate 5: Ready for Production Handoff
@@ -0,0 +1,13 @@
# Release Notes
## Version
## New Features
## Bug Fixes
## Breaking Changes
## Migration Guide
## Known Issues
@@ -0,0 +1,6 @@
# Restore
## Pre-requisites
## Procedure
## Verification
## Emergency
@@ -0,0 +1,4 @@
# Risks
| ID | Risk | Severity | Probability | Mitigation | Status |
|---|---|---|---|---|---|
@@ -0,0 +1,12 @@
# Security Review
## Secrets Handling
## Authentication
## Authorization
## Input Validation
## Dependency Risks
## Exposed Ports
## CORS
## File Uploads
## Docker Security
## Findings
@@ -0,0 +1,11 @@
# Subagent Policy
profiles:
codebase_explorer:
enabled: true
max_per_session: 3
implementation_engineer:
enabled: true
max_per_session: 5
release_auditor:
enabled: true
max_per_session: 2
@@ -0,0 +1,4 @@
{
"tools": {},
"last_updated": ""
}
@@ -0,0 +1,4 @@
# Traceability Matrix
| Requirement | Task(s) | Test(s) | Status |
|---|---|---|---|
@@ -0,0 +1,7 @@
# Troubleshooting
## Common Issues
| Symptom | Cause | Solution |
|---|---|---|
## Diagnostic Commands
@@ -0,0 +1,6 @@
# Update Procedure
## Pre-update
## Update Steps
## Post-update Verification
## Rollback