chore: verify all FIX-PLAN items, remove completed, update status

- Verified all 22 FIX-PLAN items against codebase
- 20/22 items confirmed done (P0-1..P0-6, P1-1..P1-11, P2-1, P2-3, P2-4)
- Removed JWT vars from COOLIFY_SETUP.md (P1-10 final fix)
- Remaining: P0-7 (operational), P2-2 (228 cross-imports)
- Updated .a0/current_status.md and .a0/next_steps.md
This commit is contained in:
Agent Zero
2026-07-26 16:26:10 +02:00
parent a897bca390
commit 7a14973c68
4 changed files with 81 additions and 487 deletions
+2 -5
View File
@@ -116,8 +116,7 @@ In **crm-app → Environment Variables**, set:
| `ENVIRONMENT` | `production` | |
| `LOG_LEVEL` | `INFO` | `DEBUG` only temporarily. |
| `BCRYPT_ROUNDS` | `12` | Aligned with `.env.example`. |
| `JWT_ALGORITHM` | `HS256` | Aligned with `.env.example`. |
| `JWT_EXPIRY_HOURS` | `24` | Aligned with `.env.example`. |
### Secret generation (run once, locally)
@@ -144,9 +143,7 @@ are still rendered in the UI to anyone with read access to the environment.
> {"key":"CORS_ORIGINS", "value":"https://crm.media-on.de:443"},
> {"key":"ENVIRONMENT", "value":"production"},
> {"key":"LOG_LEVEL", "value":"INFO"},
> {"key":"BCRYPT_ROUNDS", "value":"12"},
> {"key":"JWT_ALGORITHM", "value":"HS256"},
> {"key":"JWT_EXPIRY_HOURS", "value":"24"}
> {"key":"BCRYPT_ROUNDS", "value":"12"}
> ]
> }'
> ```