From 7bef80a3e9a8843467b0b5a86a3ee2b6c7ed9e90 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 28 Feb 2026 10:53:40 -0600 Subject: [PATCH] relate: 23121a41 --RELATED_TO--> 4dc83eed --- ...e-phase-2-complete-api-client-sync-and-4dc83e.md | 7 ++++++- ...TED_TO--sba-scout-rust-rewrite-phase-2-5df40d.md | 13 +++++++++++++ ...owflake-ids-returned-as-json-strings-n-23121a.md | 8 +++++++- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--sba-scout-rust-rewrite-phase-2-5df40d.md diff --git a/graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md b/graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md index a79ed955fcf..d0b2b94dbc6 100644 --- a/graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md +++ b/graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md @@ -6,7 +6,7 @@ tags: [sba-scout, rust, migration, phase-2, reqwest, api, csv, serde] importance: 0.8 confidence: 0.8 created: "2026-02-28T04:57:59.820017+00:00" -updated: "2026-02-28T16:53:31.236733+00:00" +updated: "2026-02-28T16:53:40.710570+00:00" relations: - target: c9add129-283a-445a-8dff-4525ec7fa9b6 type: FOLLOWS @@ -38,6 +38,11 @@ relations: direction: incoming strength: 0.9 edge_id: 0868f506-7c16-49a6-8d1c-0ced9d74a9cc + - target: 23121a41-790a-4bf3-9a4b-39f299bc4015 + type: RELATED_TO + direction: incoming + strength: 0.8 + edge_id: 5df40dff-4569-4471-96e7-fe1234d93b36 --- # SBA Scout Rust Rewrite — Phase 2 Complete diff --git a/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--sba-scout-rust-rewrite-phase-2-5df40d.md b/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--sba-scout-rust-rewrite-phase-2-5df40d.md new file mode 100644 index 00000000000..fc2eff5e5ae --- /dev/null +++ b/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--sba-scout-rust-rewrite-phase-2-5df40d.md @@ -0,0 +1,13 @@ +--- +id: 5df40dff-4569-4471-96e7-fe1234d93b36 +type: RELATED_TO +from_id: 23121a41-790a-4bf3-9a4b-39f299bc4015 +from_title: "Fix: SBA API Discord snowflake IDs returned as JSON strings not i64" +to_id: 4dc83eed-b0b1-4924-b82e-faf352426785 +to_title: "SBA Scout Rust rewrite Phase 2 complete — API client, sync, and CSV importers" +strength: 0.8 +created: "2026-02-28T16:53:40.710570+00:00" +updated: "2026-02-28T16:53:40.710570+00:00" +--- + +Discord snowflake fix is part of the Phase 2 API client work diff --git a/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md b/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md index f0c204cefe7..01ccc0daa1e 100644 --- a/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md +++ b/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md @@ -6,7 +6,13 @@ tags: [sba-scout, rust, api, serde, fix, discord, json] importance: 0.6 confidence: 0.8 created: "2026-02-28T16:52:52.173698+00:00" -updated: "2026-02-28T16:52:52.173698+00:00" +updated: "2026-02-28T16:53:40.710570+00:00" +relations: + - target: 4dc83eed-b0b1-4924-b82e-faf352426785 + type: RELATED_TO + direction: outgoing + strength: 0.8 + edge_id: 5df40dff-4569-4471-96e7-fe1234d93b36 --- # Discord Snowflake IDs as JSON Strings