Wilfred/garden
an interactive programming language
programming-language
First Claude commit: Dec 13, 2025Last Claude commit: 2mo agoDiscovered: Mar 20, 2026
Recent Claude Commits
Add check and autofix for unnecessary let bindings
d3f0dbb2mo agoauthor_emailFix editor font size to match snippet view
cec8f342mo agoauthor_emailAdd check and autofix for repeated subexpressions in boolean chains
75ab4a33mo agoauthor_emailUpdate AST type equality to provide structural equality by ignoring positions
f7ac6db3mo agoauthor_emailAdd ParenthesizedExpression struct following DictKeyValue pattern
21954863mo agoauthor_emailExtract DictKeyValue struct from DictLiteral tuple
68fa8843mo agoauthor_emailAdd self-assignment and self-comparison checks
7e4d20a3mo agoauthor_emailFix cargo fmt ordering and add fmt to CLAUDE.md checking steps
62e23993mo agoauthor_emailAdd check for unnecessary return at end of function body
15117173mo agoauthor_emailAdd tab completion for REPL commands of the form :foo
f0019663mo agoauthor_emailAdd check for variables only used in recursion
1e93e313mo agoauthor_emailFix arity error messages that unhelpfully mention NoValue type
fd5af853mo agoauthor_emailAdd Visitor trait documentation for static analysis checks
db48af13mo agoauthor_emailAdd warning when all code paths return the same literal value
135f2c44mo agoauthor_emailAdd read_line() built-in function for reading stdin
bd518154mo agoauthor_emailAdd custom error message for string concatenation with +
294a98a4mo agoauthor_emailShow count of auto-fixable issues in check command output
32ddc8b4mo agoauthor_emailConvert home directory paths to ~/... in :namespaces command
053e8634mo agoauthor_emailAdd custom error message for tuple-like field access syntax
78d62f24mo agoauthor_emailAdd function argument indentation to formatter
676892f4mo agoauthor_emailAdd documentation for run -c flag in CLAUDE.md
bdc5a204mo agoauthor_emailAdd -c argument to run command for evaluating code directly
5ad600e4mo agoauthor_emailAdd space enforcement after type annotation colons in formatter
c41777c4mo agoauthor_emailAdd specific warning for unused main functions
2a283ae4mo agoauthor_emailEnforce blank line rules in formatter
41b676b4mo agoauthor_emailEnforce exactly one space inside single-line blocks
bff608d4mo agoauthor_emailAdd autofix for unused variable warnings
ee62bbe4mo agoauthor_emailUse msgtext! and msgcode! macros throughout codebase
1a73c3a4mo agoauthor_emailDocument error message markup system
39bcef34mo agoauthor_emailAdd warning for unused literal values
c48a9124mo agoauthor_emailAdd document formatting support to LSP
c0a7b335mo agoauthor_emailAdd code completion for local variables
78ed3085mo agoauthor_emailFix LSP completions not working with cursor after dot
f5a4ef25mo agoauthor_emailFix LSP completions returning empty results for unsaved files
5065e0b5mo agoauthor_emailReplace json! macros with proper typed responses
934deea5mo agoauthor_emailFix formatting in lsp.rs
4ce82fe5mo agoauthor_emailAdd lsp-types crate and refactor lsp.rs to use it
77dbe1d5mo agoauthor_emailFix test summary display in playground
dac89ed6mo agoauthor_emailFix playground output styling to use monospace font
bbea3526mo agoauthor_emailAdd docs build check to CI workflow
2bb566d6mo agoauthor_emailMove dist directory creation to build_site.gdn
f6014f86mo agoauthor_emailFix reset button to restore original view
abe10b76mo agoauthor_emailChange edit button to reset button
6c629456mo agoauthor_emailFix npm build by installing dependencies first
aa7e5f06mo agoauthor_email