From 74ad69bc63981fcd9a3fb4a465e80caead395baf Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 18 Mar 2026 14:35:39 -0400 Subject: [PATCH] Saving updated to do list --- documentation/TODO__Agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/TODO__Agents.md b/documentation/TODO__Agents.md index 2e520d0..d7507c0 100644 --- a/documentation/TODO__Agents.md +++ b/documentation/TODO__Agents.md @@ -33,7 +33,7 @@ - **Maintenance:** Run `tests/e2e/test_e2e_v3_security_audit.py` after ANY router or registry change. ## 🔑 Credentials / Access Maintenance -- [ ] **Bitbucket API Token Migration:** Bitbucket is deprecating app passwords — all existing ones become inactive **2026-06-09**. Switch `git` remote auth to an API token before that date. Ref: https://support.atlassian.com/bitbucket-cloud/docs/api-tokens/ +- [x] **Bitbucket API Token Migration:** Bitbucket is deprecating app passwords — all existing ones become inactive **2026-06-09**. SSH migration complete; Gitea remote also configured. Ref: https://support.atlassian.com/bitbucket-cloud/docs/api-tokens/ ## 🚧 Strategic Goals (V3.5+) - [ ] **Pydantic V2 / SQLAlchemy 2.0:** Major framework upgrade for performance and type safety.