| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-11 | fix(command-loader): return Rc<RefCell<dyn Command>> from get() | nsfisis | |
| CommandLoaderInterface::get() returned Box<dyn Command>, which didn't match the Rc<RefCell<dyn SymfonyCommand>> Application::add() expects, leaving both call sites as todo!() panics. | |||
| 2026-06-28 | refactor: add linter | nsfisis | |
| 2026-06-14 | chore: add "ref" comments to file header | nsfisis | |
| 2026-06-12 | feat(symfony-console): port Symfony Console and make the workspace compile | nsfisis | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
