73 lines
1.6 KiB
Markdown
73 lines
1.6 KiB
Markdown
# BMAD System Error Log
|
|
|
|
## Session Information
|
|
- **Session ID**: `[session-id]`
|
|
- **Date**: `[date]`
|
|
- **User**: `[username]`
|
|
- **Version**: `BMAD v3.0`
|
|
|
|
## Error Categories
|
|
|
|
### Critical Errors (System Halting)
|
|
```yaml
|
|
timestamp: [time]
|
|
level: CRITICAL
|
|
component: [component-name]
|
|
persona: [active-persona]
|
|
task: [current-task]
|
|
error: [error-description]
|
|
stack_trace: [trace-info]
|
|
recovery_action: [action-taken]
|
|
resolution: [pending/resolved]
|
|
```
|
|
|
|
### Warning Errors (Quality Gate Failures)
|
|
```yaml
|
|
timestamp: [time]
|
|
level: WARNING
|
|
component: Quality Gate
|
|
persona: [persona-name]
|
|
gate: [gate-name]
|
|
violation: [violation-description]
|
|
anti_pattern: [pattern-name]
|
|
brotherhood_review: [required/completed]
|
|
resolution: [pending/resolved]
|
|
```
|
|
|
|
### Memory Errors (Context Issues)
|
|
```yaml
|
|
timestamp: [time]
|
|
level: ERROR
|
|
component: Memory System
|
|
context: [context-type]
|
|
error: [memory-error]
|
|
data_loss: [yes/no]
|
|
recovery: [auto/manual]
|
|
resolution: [pending/resolved]
|
|
```
|
|
|
|
### Configuration Errors
|
|
```yaml
|
|
timestamp: [time]
|
|
level: ERROR
|
|
component: Configuration
|
|
file: [config-file]
|
|
error: [config-error]
|
|
fallback: [used-fallback]
|
|
resolution: [pending/resolved]
|
|
```
|
|
|
|
## Auto-Recovery Actions
|
|
- **Memory Recovery**: Auto-restore from last checkpoint
|
|
- **Persona Fallback**: Switch to base orchestrator
|
|
- **Quality Bypass**: Temporary suspension for critical fixes
|
|
- **Session Reset**: Complete context restart
|
|
|
|
## User Actions Required
|
|
- [ ] Review critical errors
|
|
- [ ] Approve quality gate bypasses
|
|
- [ ] Update configuration fixes
|
|
- [ ] Confirm memory recovery
|
|
|
|
---
|
|
*Auto-generated by BMAD Error Management System* |