diff --git a/graph/code-patterns/global-slash-commands-are-md-files-in-claudecommands-e9e6a1.md b/graph/code-patterns/global-slash-commands-are-md-files-in-claudecommands-e9e6a1.md index a00120733a3..a0925bd97f4 100644 --- a/graph/code-patterns/global-slash-commands-are-md-files-in-claudecommands-e9e6a1.md +++ b/graph/code-patterns/global-slash-commands-are-md-files-in-claudecommands-e9e6a1.md @@ -6,7 +6,7 @@ tags: [claude-code, pattern, slash-commands, config] importance: 0.6 confidence: 0.8 created: "2026-02-13T20:07:31.742736+00:00" -updated: "2026-03-01T16:43:47.102663+00:00" +updated: "2026-03-02T00:33:27.343963+00:00" relations: - target: dfe48a70-b8ab-4bb5-a3d8-6116fa498168 type: RELATED_TO @@ -28,6 +28,11 @@ relations: direction: incoming strength: 0.84 edge_id: dab7d9a7-efe7-4d0c-a87c-84d3525f36da + - target: a2d02aea-07fd-4528-8158-f2f42a23a2dd + type: RELATED_TO + direction: incoming + strength: 0.73 + edge_id: c52bf965-695a-457a-a950-3e824dd87c0e --- Claude Code global slash commands live in ~/.claude/commands/.md. The filename (minus .md) becomes the command name (e.g., sync-config.md → /sync-config). The markdown content is the prompt that gets executed when the command is invoked. Created /sync-config to commit and push ~/.claude config to its Gitea repo (homelab remote, main branch). 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 40eeec4ae2f..4ead39cb4d7 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,23 @@ 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:26.804471+00:00" +updated: "2026-03-02T00:33:27.343963+00:00" +relations: + - target: 73646e80-a640-4316-b7c6-54a4330f1b28 + type: RELATED_TO + direction: outgoing + strength: 0.76 + edge_id: 72478c93-188b-4e69-8809-5bfd4132e5a0 + - target: fc4eb194-1b19-4bb7-8b63-97ae30c8a3e0 + type: RELATED_TO + direction: outgoing + strength: 0.75 + edge_id: 5a1bd148-d2be-4c98-a116-9068e0d7a6ee + - target: e9e6a15a-bec3-4b62-98c9-4a70a5165348 + type: RELATED_TO + direction: outgoing + strength: 0.73 + edge_id: c52bf965-695a-457a-a950-3e824dd87c0e --- # Cargo Check Post-Edit Hook Configuration diff --git a/graph/configurations/gitea-actions-shared-composite-actions-repo-pattern-73646e.md b/graph/configurations/gitea-actions-shared-composite-actions-repo-pattern-73646e.md index 7deac0b6b7e..445ef4e1115 100644 --- a/graph/configurations/gitea-actions-shared-composite-actions-repo-pattern-73646e.md +++ b/graph/configurations/gitea-actions-shared-composite-actions-repo-pattern-73646e.md @@ -6,7 +6,7 @@ tags: [gitea, ci-cd, actions, workflow, convention, docker] importance: 0.8 confidence: 0.8 created: "2026-02-18T20:06:25.840515+00:00" -updated: "2026-03-01T22:17:02.757258+00:00" +updated: "2026-03-02T00:33:27.280642+00:00" relations: - target: b27fb831-811e-4103-b5f1-3c36d5b1ad20 type: RELATED_TO @@ -18,6 +18,11 @@ relations: direction: incoming strength: 0.85 edge_id: cff48e9a-eb17-49ac-adff-5ff19e1bd3dc + - target: a2d02aea-07fd-4528-8158-f2f42a23a2dd + type: RELATED_TO + direction: incoming + strength: 0.76 + edge_id: 72478c93-188b-4e69-8809-5bfd4132e5a0 --- All CI/CD workflows across projects use shared composite actions from cal/gitea-actions repo on Gitea. This repo is PUBLIC (required for runner auth to work with REQUIRE_SIGNIN_VIEW=false). diff --git a/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--gitea-actions-shared-composite-72478c.md b/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--gitea-actions-shared-composite-72478c.md new file mode 100644 index 00000000000..44dce2440bd --- /dev/null +++ b/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--gitea-actions-shared-composite-72478c.md @@ -0,0 +1,13 @@ +--- +id: 72478c93-188b-4e69-8809-5bfd4132e5a0 +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: 73646e80-a640-4316-b7c6-54a4330f1b28 +to_title: "Gitea Actions shared composite actions repo pattern" +strength: 0.76 +created: "2026-03-02T00:33:27.280642+00:00" +updated: "2026-03-02T00:33:27.280642+00:00" +--- + +Auto-edge: Cargo check post-edit hook for Rust files in Claude Code → Gitea Actions shared composite actions repo pattern diff --git a/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--global-slash-commands-are-md-f-c52bf9.md b/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--global-slash-commands-are-md-f-c52bf9.md new file mode 100644 index 00000000000..fa400321e85 --- /dev/null +++ b/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--global-slash-commands-are-md-f-c52bf9.md @@ -0,0 +1,13 @@ +--- +id: c52bf965-695a-457a-a950-3e824dd87c0e +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: e9e6a15a-bec3-4b62-98c9-4a70a5165348 +to_title: "Global slash commands are .md files in ~/.claude/commands/" +strength: 0.73 +created: "2026-03-02T00:33:27.343963+00:00" +updated: "2026-03-02T00:33:27.343963+00:00" +--- + +Auto-edge: Cargo check post-edit hook for Rust files in Claude Code → Global slash commands are .md files in ~/.claude/commands/ diff --git a/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--rust-session-5a1bd1.md b/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--rust-session-5a1bd1.md new file mode 100644 index 00000000000..90f673287a9 --- /dev/null +++ b/graph/edges/cargo-check-post-edit-hook-for--RELATED_TO--rust-session-5a1bd1.md @@ -0,0 +1,13 @@ +--- +id: 5a1bd148-d2be-4c98-a116-9068e0d7a6ee +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: fc4eb194-1b19-4bb7-8b63-97ae30c8a3e0 +to_title: "[rust] Session: " +strength: 0.75 +created: "2026-03-02T00:33:27.313879+00:00" +updated: "2026-03-02T00:33:27.313879+00:00" +--- + +Auto-edge: Cargo check post-edit hook for Rust files in Claude Code → [rust] Session: diff --git a/graph/general/rust-session-fc4eb1.md b/graph/general/rust-session-fc4eb1.md index 03234674d9c..3bc8ac90683 100644 --- a/graph/general/rust-session-fc4eb1.md +++ b/graph/general/rust-session-fc4eb1.md @@ -6,7 +6,7 @@ tags: [rust, session-log] importance: 0.4 confidence: 0.8 created: "2026-02-27T01:04:28.870976+00:00" -updated: "2026-03-02T00:33:19.986050+00:00" +updated: "2026-03-02T00:33:27.313879+00:00" relations: - target: e1fad787-7de7-4f62-afb7-6df2ffdea1ed type: RELATED_TO @@ -18,6 +18,11 @@ relations: direction: incoming strength: 0.72 edge_id: a78f60a1-1597-4b18-835d-c6bc8d97c535 + - target: a2d02aea-07fd-4528-8158-f2f42a23a2dd + type: RELATED_TO + direction: incoming + strength: 0.75 + edge_id: 5a1bd148-d2be-4c98-a116-9068e0d7a6ee --- Files edited (1):