| mcp-inspector | by dg | added CLAUDE.md | | | |
| mcp-inspector | by dg | roadmap | | | |
| mcp-inspector | by dg | added Tracy Logger WIP | | | |
| mcp-inspector | by dg | added built-in toolkits [WIP] | | | |
| mcp-inspector | by dg | added built-in DI toolkit | | | |
| mcp-inspector | by dg | added inspector | | | |
| claude-code | by dg | added tracy-debugging skill WIP | | | |
| claude-code | by dg | improved skills | | | |
| command-line | by dg | removed deprecated stuff | | | |
| command-line | by dg | opened 2.0-dev | | | |
| command-line | by dg | added CLAUDE.md | | | |
| command-line | by dg | Console: added detectTerminal() as reusable TTY check Extracted the TTY detection out of detectColors() so it can be used independently to auto-disable features that only make sense in an interactive terminal (progress indicators, line-rewriting output). detectColors() now builds on top of detectTerminal() and adds the NO_COLOR/FORCE_COLOR environment logic on top. | | | |
| coding-standard | by dg | added CLAUDE.md | | | |
| coding-standard | by dg | auto-disable progress indicator when not running in a terminal | | | |
| coding-standard | by dg | rewrite CLI argument parsing using nette/command-line | | | |
| code-checker | by dg | auto-disable progress indicator when not running in a terminal | | | |
| claude-code | by dg | added CLAUDE.md | | | |
| claude-code | by dg | Released version 1.0.6 | | | |
| claude-code | by dg | php-fixer: keep dump()/var_dump() calls intact Adds a shared ncs.php in the hook directory that disables the commented_out_function fixer and passes it to ecs via --config-file. Project-level ncs.php still applies and takes precedence. Requires nette/coding-standard with --config-file support. | | | |
| claude-code | by dg | improved skills | | | |
| coding-standard | by dg | added --config-file CLI option for additional config The option specifies an extra config file that is merged on top of the auto-discovered ncs.php / ncs.xml. The tool is identified by extension: .php for PHP CS Fixer, .xml for PHP_CodeSniffer. May be given twice to configure both. Auto-discovery still runs; CLI values take precedence. | | | |
| coding-standard | by dg | Checker: project ncs.xml no longer needs to reference preset Sniffer now passes phpcs a temporary wrapper ruleset that always references the version preset, plus the project's ncs.xml when present. This means ncs.xml can contain only overrides without explicitly including <rule ref="$presets/phpXX.xml"/>. Existing files keeping that reference continue to work (phpcs merges duplicate refs). As a side effect, the project's ncs.xml is no longer modified in place during the run; the $presets/ substitution happens in a temp copy. | | | |
| command-line | by dg | moved enums to enums.php | | | |
| command-line | by dg | improved PHPDoc descriptions | | | |
| command-line | by dg | updated github actions | | | |
| claude-code | by dg | Released version 1.0.5 | | | |
| claude-code | by dg | added php-auto-fixer skill with use-statement ordering rules | | | |
| claude-code | by dg | added ESLint hook | | | |
| claude-code | by dg | improved all skills | | | |
| phpstan-rules | by dg | added CLAUDE.md | | | |
| phpstan-rules | by dg | added Registry::getMapper(), getAsset() and Mapper::getAsset() return type narrowing | | | |
| phpstan-rules | by dg | added Explorer::table(), ActiveRow::related() and ref() return type narrowing | | | |