proagents 1.6.9 → 1.6.11

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.
@@ -0,0 +1,4 @@
1
+ # Active File Locks
2
+ # Format: filepath|AI_platform|timestamp
3
+ # AI adds entry when editing, removes on session end
4
+
@@ -2,6 +2,16 @@
2
2
 
3
3
  This project uses ProAgents workflow framework.
4
4
 
5
+ ## CRITICAL: Auto-Log Every Code Change
6
+
7
+ **After EVERY file edit, IMMEDIATELY update these files (no user prompt needed):**
8
+
9
+ 1. `.proagents/changelog/_recent.md` - Prepend change summary
10
+ 2. `.proagents/changelog/modules/[module].md` - Based on file path
11
+ 3. `.proagents/worklog/_context.md` - Update current state
12
+
13
+ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→ui
14
+
5
15
  ## Essential Commands
6
16
 
7
17
  | Command | Action |
@@ -2,6 +2,16 @@
2
2
 
3
3
  This project uses ProAgents - an AI-agnostic development workflow framework.
4
4
 
5
+ ## CRITICAL: Auto-Log Every Code Change
6
+
7
+ **After EVERY file edit, IMMEDIATELY update these files (no user prompt needed):**
8
+
9
+ 1. `.proagents/changelog/_recent.md` - Prepend change summary
10
+ 2. `.proagents/changelog/modules/[module].md` - Based on file path
11
+ 3. `.proagents/worklog/_context.md` - Update current state
12
+
13
+ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→ui
14
+
5
15
  ## Essential Commands
6
16
 
7
17
  | Command | Action |