| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-20 | feat(php-shim): implement dirname() | nsfisis | |
| Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-20 | fix(global-command): call base_run to stop run() infinite recursion | nsfisis | |
| GlobalCommand::run fell back to self.run when given fewer than two args, recursing forever and overflowing the stack. PHP calls parent::run there. Add Command::base_run holding the base run body so the override can delegate to it, matching PHP's parent::run. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-20 | test(cli): add more smoke tests | nsfisis | |
| 2026-06-19 | test(command): add basic smoke tests | nsfisis | |
