Commit Graph

2 Commits

Author SHA1 Message Date
Seth Hobson
56848874a2 style: format all files with prettier 2026-01-19 17:07:03 -05:00
Yusheng Zhao
54c78d19b4 feat: add julia-development plugin with julia-pro agent (#110)
Add comprehensive Julia 1.10+ development support including:
- Modern Julia features (multiple dispatch, metaprogramming)
- Package management with Pkg.jl and PkgTemplates.jl
- Code formatting with JuliaFormatter.jl (BlueStyle)
- Scientific computing (DifferentialEquations.jl, DataFrames.jl)
- Machine learning (Flux.jl, MLJ.jl)
- Performance optimization and type stability
- Testing and benchmarking best practices
- Web development with Genie.jl and Oxygen.jl

The julia-pro agent provides expert guidance on production-ready
Julia development following community best practices.
2025-11-01 09:13:37 -04:00