File size: 1,730 Bytes
80fa878
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dec21f3
80fa878
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# PROJECT_STATE.md — Global Memory



## Current Status



AGENT_WORKFLOW initialized as a local multi-project agent workflow kit.

## Active Projects

- `trading-agent`: financial research and simulation agent, no real trading by default.
- `voice-protection`: Voice Protection Gateway for defensive audio protection.
- `immobilier-predictif`: European real estate research and prediction agent.
- `autre-projet`: generic project template.

## Global Rules

- Reuse First.
- YAGNI, DRY, KISS.
- Tests required or explicit justification required.
- Task report required for every task.
- `PROJECT_STATE.md` update required after every task.
- Anti-leakage required for temporal data.
- Security check required for secrets, logs, dependencies and endpoints.

## Known Risks

- Temporal leakage in financial and real estate simulations.
- Overbuilding large modules before requirements are proven.
- Secret leakage through `.env`, logs or reports.
- Context drift if task reports and project state are not maintained.

## Next Priorities

- Validate Codex compatibility.
- Validate Claude Code compatibility.
- Add backup strategy.
- Add Telegram control plan.
- Create first implementation tasks per project.

## Recent Task Reports

- `reports/task_reports/G-001.md`: initial creation of AGENT_WORKFLOW.

- Hugging Face repos created under `simonlesaumon`; see `HF_REPOS.md`.
- `reports/task_reports/G-006.md`: Hugging Face repositories created and workflow mirrored.

## Migration Notes

- The folder is portable to VPS or mini-server.
- Use `.env.example` only as a template.
- Prefer Tailscale or Cloudflare Tunnel for remote access.
- Add `rclone` backups before production use.