| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-10 | refactor(symfony-console): drop the unused Table surface | nsfisis | |
| Table titles, per-column styles and appendRow have no callers: a plugin-provided command runs inside the worker-side Symfony console application, so its table rendering resolves against the real PHP Table rather than this port. Remove those methods together with the fields they were the only writers of, and the render branches those fields made unreachable. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> | |||
| 2026-08-09 | refactor(symfony-console): extract symfony/console into the ↵ | nsfisis | |
| shirabe-symfony-console crate Move `Symfony\Component\Console` out of shirabe-external-packages and into its own crate, so the path is `shirabe_symfony_console::application::Application` instead of `shirabe_external_packages::symfony::console::application::Application`. The `delegate_to_inner!` and `delegate_command_trait_impls_to_inner!` macros move with it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> | |||
