Skip to content

Commit 585a92a

Browse files
authored
Merge pull request #76 from awslabs/bugfix/rever_pr_56
Revert PR#56 to fix issue #75
2 parents 39a6101 + 278ffb4 commit 585a92a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

aidlc-rules/aws-aidlc-rules/core-workflow.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,7 @@ The Operations stage will eventually include:
451451
- **MANDATORY**: Record every user response with timestamp after receiving it
452452
- **CRITICAL**: ALWAYS append changes to EDIT audit.md file, NEVER use tools and commands that completely overwrite its contents
453453
- **CRITICAL**: Using file writing tools and commands that overwrite contents of the entire audit.md and cause duplication
454-
- When adding an entry to audit.md:
455-
1. Run a system command to get the current date and time in ISO 8601 format (YYYY-MM-DDTHH:MM:SS). Use whatever command is appropriate for the current OS and shell environment.
456-
2. Use the command output exactly as the **Timestamp** value.
457-
Do not use placeholder (e.g., T00:00:00Z), estimated, or fabricated times.
454+
- Use ISO 8601 format for timestamps (YYYY-MM-DDTHH:MM:SSZ)
458455
- Include stage context for each entry
459456

460457
### Audit Log Format:

0 commit comments

Comments
 (0)