Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions aidlc-rules/aws-aidlc-rules/core-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ The Operations stage will eventually include:
- **CRITICAL**: NEVER use file writing tools and commands that overwrite the entire contents of audit.md, as this causes duplication
- Use ISO 8601 format for timestamps (YYYY-MM-DDTHH:MM:SSZ)
- Include stage context for each entry
- **For Construction phase per-unit stages**: Include unit name in Context field (e.g., "CONSTRUCTION - Code Generation - Unit: user-service")

### Audit Log Format:
```markdown
Expand All @@ -494,6 +495,17 @@ The Operations stage will eventually include:
---
```

**Example with unit context:**
```markdown
## Code Generation
**Timestamp**: 2024-02-09T14:30:00Z
**User Input**: "Approve code generation plan"
**AI Response**: "Code generation plan approved"
**Context**: CONSTRUCTION - Code Generation - Unit: user-service

---
```

### Correct Tool Usage for audit.md

✅ CORRECT:
Expand Down
Loading