From cba2b5066189cdb7bbfdd92281131351a92b2a54 Mon Sep 17 00:00:00 2001 From: jyelon Date: Thu, 19 Mar 2026 01:52:28 -0400 Subject: [PATCH] Yeesh --- claude/CLAUDE.md | 14 +++++++------- vscode/settings.json | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/claude/CLAUDE.md b/claude/CLAUDE.md index 4a46ced..fbac314 100644 --- a/claude/CLAUDE.md +++ b/claude/CLAUDE.md @@ -10,10 +10,10 @@ You must learn the following special commands: show-the-source: -When you hear this command, present a listing showing the -last ten most interesting things you found in the source -code, including the base filename, a line number, and a few -word explanation of each one. Number the items. The user -may choose one or more of the source locations, if he does, -present that file to the user using "Bash(code --goto -:)" +When you hear this command, present a listing showing the last ten +functions or source locations you've mentioned. Include the base +filename and line number. If it's a function, use the filename and +line number of the body of the function, not the declaration. Include +a few word explanation of each one. Number the items. The user may +choose one or more of the source locations, if he does, present that +file to the user using "Bash(code --goto :)" diff --git a/vscode/settings.json b/vscode/settings.json index 0fcc965..20209cb 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -13,5 +13,6 @@ "chat.disableAIFeatures": true, "editor.hover.delay": 1000, "editor.hover.sticky": false, - "editor.fontFamily": "DejaVu Sans Mono" + "editor.fontFamily": "Cousine", + "workbench.colorTheme": "Default Light Modern" } \ No newline at end of file