fix: Remove unnecessary metadata and timestamps from task and workflow documentation

This commit is contained in:
catlog22
2025-09-10 20:32:11 +08:00
parent 5fe1f40f36
commit 44287cf80e
7 changed files with 6 additions and 397 deletions

View File

@@ -85,7 +85,7 @@ Choice: _
### Status Update
- Changes status from "open" to "closed"
- Records closure timestamp
- Records closure details
- Saves closure reason and category
### Integration Cleanup

View File

@@ -80,7 +80,7 @@ Choice: _
- Validates priority and type values
### Change Tracking
- Records update timestamp
- Records update details
- Tracks who made changes
- Maintains change history
@@ -95,7 +95,6 @@ Maintains audit trail:
{
"changes": [
{
"timestamp": "2025-09-08T10:30:00Z",
"field": "priority",
"old_value": "high",
"new_value": "critical",