diff --git a/graph/code-patterns/two-phase-cached-loading-pattern-for-api-heavy-screens-in-ru-77c0b8.md b/graph/code-patterns/two-phase-cached-loading-pattern-for-api-heavy-screens-in-ru-77c0b8.md index 2ffbf801821..64419e95615 100644 --- a/graph/code-patterns/two-phase-cached-loading-pattern-for-api-heavy-screens-in-ru-77c0b8.md +++ b/graph/code-patterns/two-phase-cached-loading-pattern-for-api-heavy-screens-in-ru-77c0b8.md @@ -6,7 +6,7 @@ tags: [sba-scouting, rust, caching, ratatui, async, tokio, sqlx, standings, api, importance: 0.8 confidence: 0.8 created: "2026-03-02T00:33:19.472159+00:00" -updated: "2026-03-02T00:33:44.221351+00:00" +updated: "2026-03-02T00:33:48.934531+00:00" relations: - target: 1d64c80d-61ec-434f-902a-3a511e2b92c2 type: RELATED_TO @@ -33,6 +33,11 @@ relations: direction: outgoing strength: 0.7 edge_id: a24de396-42d1-4311-af1b-0d3dbf6f8d7a + - target: a2d02aea-07fd-4528-8158-f2f42a23a2dd + type: RELATED_TO + direction: incoming + strength: 0.5 + edge_id: b0015c81-b5ab-4972-8811-04dc5ddaebf4 --- # Two-Phase Cached Loading Pattern diff --git a/graph/configurations/cargo-check-post-edit-hook-for-rust-files-in-claude-code-a2d02a.md b/graph/configurations/cargo-check-post-edit-hook-for-rust-files-in-claude-code-a2d02a.md index 70aaf705b07..1ee0b5b50ca 100644 --- a/graph/configurations/cargo-check-post-edit-hook-for-rust-files-in-claude-code-a2d02a.md +++ b/graph/configurations/cargo-check-post-edit-hook-for-rust-files-in-claude-code-a2d02a.md @@ -6,7 +6,7 @@ tags: [sba-scouting, rust, claude-code, hooks, linting, cargo, configuration, de importance: 0.65 confidence: 0.8 created: "2026-03-02T00:33:26.804471+00:00" -updated: "2026-03-02T00:33:45.875782+00:00" +updated: "2026-03-02T00:33:48.934531+00:00" relations: - target: 73646e80-a640-4316-b7c6-54a4330f1b28 type: RELATED_TO @@ -28,6 +28,11 @@ relations: direction: outgoing strength: 0.6 edge_id: 0e1c4047-45b6-4e4e-92b0-d354a495a23c + - target: 77c0b897-4124-432f-84de-700ff82dcde1 + type: RELATED_TO + direction: outgoing + strength: 0.5 + edge_id: b0015c81-b5ab-4972-8811-04dc5ddaebf4 --- # Cargo Check Post-Edit Hook Configuration diff --git a/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--two-phase-cached-loading-patte-b0015c.md b/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--two-phase-cached-loading-patte-b0015c.md new file mode 100644 index 00000000000..193a29a8ab3 --- /dev/null +++ b/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--two-phase-cached-loading-patte-b0015c.md @@ -0,0 +1,13 @@ +--- +id: b0015c81-b5ab-4972-8811-04dc5ddaebf4 +type: RELATED_TO +from_id: a2d02aea-07fd-4528-8158-f2f42a23a2dd +from_title: "Cargo check post-edit hook for Rust files in Claude Code" +to_id: 77c0b897-4124-432f-84de-700ff82dcde1 +to_title: "Two-phase cached loading pattern for API-heavy screens in Rust TUI" +strength: 0.5 +created: "2026-03-02T00:33:48.934531+00:00" +updated: "2026-03-02T00:33:48.934531+00:00" +--- + +Cargo check hook supports development of API-heavy screens like the standings screen using the two-phase pattern