Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
59cac63
feat: Phase 3 Complete - Type System & Core Operations (77 files) + C…
danielsimonjr Nov 28, 2025
68fd8d0
docs: Add comprehensive scientific computing improvement plan (#12)
danielsimonjr Nov 28, 2025
e4fb16f
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
8453f05
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
9cd6a52
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
3ddda93
docs: Add comprehensive scientific computing improvement plan (#16)
danielsimonjr Nov 28, 2025
8826aef
docs: Add comprehensive scientific computing improvement plan (#17)
danielsimonjr Nov 28, 2025
e209dd5
docs: Add comprehensive scientific computing improvement plan (#18)
danielsimonjr Nov 28, 2025
493dde8
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
9a5fb26
Create PARALLEL_COMPUTING_IMPROVEMENT_PLAN.md
danielsimonjr Nov 28, 2025
c0970d8
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
effd4a8
Create CLAUDE.md
danielsimonjr Nov 28, 2025
513786f
update
danielsimonjr Nov 28, 2025
43c5c7a
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
6638677
docs: Add comprehensive scientific computing improvement plan (#22)
danielsimonjr Nov 28, 2025
941d64a
docs: Add comprehensive scientific computing improvement plan (#23)
danielsimonjr Nov 28, 2025
381a157
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
ace641e
docs: Add comprehensive scientific computing improvement plan (#25)
danielsimonjr Nov 28, 2025
e5a3712
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
f027578
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
7f97016
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 28, 2025
9cd6a3e
feat: Phase 2 - Convert 48 high-performance functions to TypeScript w…
danielsimonjr Nov 29, 2025
b85e823
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
4755d4e
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
f7a39bf
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
c1e067e
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
60b6d54
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
2fde546
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
0fd1b95
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
bb0073a
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
b8bfe30
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
a250f37
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
d6c0340
docs: Add Phase 3, 4, 5 detailed breakdown documents for scientific c…
danielsimonjr Nov 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"permissions": {
"allow": [
"Bash(git config:*)",
"Bash(claude mcp:*)",
"Bash(cat:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(findstr:*)",
"Bash(npm run:*)",
"Bash(npm run build:*)",
"Bash(npm install)",
"Bash(npm test:*)",
"Bash(npm publish:*)",
"Bash(npm version:*)",
"Bash(npm run lint:*)",
"Bash(npm run format:*)",
"Bash(npm run coverage:*)",
"Bash(npm run typecheck:*)",
"Bash(npm ls:*)",
"Bash(npm whoami:*)",
"Bash(node -e:*)",
"Bash(npx vitest:*)",
"Bash(npx mocha:*)",
"Bash(npx tsc:*)",
"Bash(npx gulp:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git reset:*)",
"mcp__memory-mcp__read_graph",
"mcp__memory-mcp__search_nodes",
"mcp__memory-mcp__create_entities",
"mcp__memory-mcp__create_relations",
"mcp__memory-mcp__add_tags",
"mcp__memory-mcp__set_importance",
"mcp__memory-mcp__get_graph_stats",
"mcp__memory-mcp__export_graph",
"mcp__memory-mcp__search_by_date_range",
"mcp__memory-mcp__delete_entities",
"mcp__memory-mcp__add_observations",
"mcp__memory-mcp__delete_observations",
"mcp__memory-mcp__fuzzy_search",
"mcp__deepthinking-mcp__deepthinking",
"mcp__math-mcp__*"
],
"deny": [],
"ask": []
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"sequential-thinking-mcp",
"everything-mcp",
"fermat-mcp",
"math-mcp",
"playwright",
"substack-mcp",
"time",
"memory-mcp",
"fzf-mcp",
"deepthinking-mcp"
]
}
Loading
Loading