proagents 1.6.12 → 1.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,9 +2,23 @@
2
2
 
3
3
  This project uses ProAgents workflow framework.
4
4
 
5
- ## CRITICAL: Auto-Log Every Code Change
5
+ ## ⚠️ MANDATORY: Every pa: Command Flow
6
6
 
7
- **After EVERY file edit, IMMEDIATELY update these files (no user prompt needed):**
7
+ ### BEFORE Any pa: Command (Auto-Sync)
8
+
9
+ **Read these files FIRST before doing anything:**
10
+
11
+ ```bash
12
+ cat .proagents/worklog/_context.md # Current state
13
+ cat .proagents/changelog/_recent.md # Recent changes
14
+ tail -10 .proagents/activity.log # Recent activity
15
+ ```
16
+
17
+ **This applies to EVERY command:** `pa:fix`, `pa:feature`, `pa:test`, `pa:doc`, etc.
18
+
19
+ ### AFTER Any pa: Command (Auto-Log)
20
+
21
+ **After EVERY file edit, IMMEDIATELY update these files:**
8
22
 
9
23
  1. `.proagents/changelog/_recent.md` - Prepend change summary
10
24
  2. `.proagents/changelog/modules/[module].md` - Based on file path
@@ -2,9 +2,23 @@
2
2
 
3
3
  This project uses ProAgents - an AI-agnostic development workflow framework.
4
4
 
5
- ## CRITICAL: Auto-Log Every Code Change
5
+ ## ⚠️ MANDATORY: Every pa: Command Flow
6
6
 
7
- **After EVERY file edit, IMMEDIATELY update these files (no user prompt needed):**
7
+ ### BEFORE Any pa: Command (Auto-Sync)
8
+
9
+ **Read these files FIRST before doing anything:**
10
+
11
+ ```bash
12
+ cat .proagents/worklog/_context.md # Current state
13
+ cat .proagents/changelog/_recent.md # Recent changes
14
+ tail -10 .proagents/activity.log # Recent activity
15
+ ```
16
+
17
+ **This applies to EVERY command:** `pa:fix`, `pa:feature`, `pa:test`, `pa:doc`, etc.
18
+
19
+ ### AFTER Any pa: Command (Auto-Log)
20
+
21
+ **After EVERY file edit, IMMEDIATELY update these files:**
8
22
 
9
23
  1. `.proagents/changelog/_recent.md` - Prepend change summary
10
24
  2. `.proagents/changelog/modules/[module].md` - Based on file path