-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
200 lines (199 loc) · 18.7 KB
/
ChangeLog
File metadata and controls
200 lines (199 loc) · 18.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
2026-03-12 [RELEASE] Release of quality-tools 0.2.0 (Dirk Wenzel)
2026-03-12 b50dac3 [DOC] feature 015-configuration-overwrites moved to done (Dirk Wenzel)
2026-03-10 2b6d130 [FEATURE] Add integration tests for tool command path configuration, close issue 021 (Dirk Wenzel)
2026-03-10 0a0329c [DOC] Update issue docs, add issue 025, move completed issues to done (Dirk Wenzel)
2026-03-09 667c17b [WIP] Delete BaseCommand and all dependencies (Phase 4) (Dirk Wenzel)
2026-03-09 1773a3f [WIP] Rewrite ConfigInitCommand to use runner architecture, complete Phase 3 (Dirk Wenzel)
2026-03-09 19ba430 [WIP] Rewrite ConfigValidateCommand to use runner architecture (Dirk Wenzel)
2026-03-09 f85aec5 [WIP] Rewrite ConfigShowCommand to use runner architecture (Dirk Wenzel)
2026-03-09 02edaa6 [WIP] Add config runners, DTOs, move DTOs to sub-namespaces (Dirk Wenzel)
2026-03-09 618d719 [DRAFT] Add issue 024: Config commands runner architecture (Dirk Wenzel)
2026-03-09 dcb1e46 [WIP] Remove obsolete AbstractToolCommand and ToolCommandInterface (Dirk Wenzel)
2026-03-09 9466bbd [WIP] Migrate PhpStanCommand to runner architecture, update 023 status (Dirk Wenzel)
2026-03-09 716ecef [WIP] Migrate ComposerNormalizeCommand to runner architecture (Dirk Wenzel)
2026-03-09 ae17763 [WIP] Fix CI lint failures: CS style and unused properties (Dirk Wenzel)
2026-03-09 7de4699 [WIP] Migrate TypoScriptLintCommand to runner architecture, update 023 status (Dirk Wenzel)
2026-03-09 f14bfb4 [WIP] Migrate FractorCommand to parameterized runner architecture (Dirk Wenzel)
2026-03-09 de806e0 [WIP] Fix invalid @covers annotation for renamed PhpCsFixerCommand (Dirk Wenzel)
2026-03-08 85a2292 [WIP] Migrate PhpCsFixerCommand to parameterized runner architecture (Dirk Wenzel)
2026-03-08 525bcc1 [WIP] Consolidate RectorCommand, add DI-tagged command registration (Dirk Wenzel)
2026-03-08 16078db [WIP] Add MemoryOptimizer service, integrate into runners (Step 5) (Dirk Wenzel)
2026-03-08 39a3879 [WIP] Apply Rector fixes: ReadOnlyClassRector, TypedPropertyFromCreateMockAssignRector (Dirk Wenzel)
2026-03-08 9bbfba4 [WIP] Add tool runners, ToolName enum, migrate to Tool\Runner namespace (Steps 4-5) (Dirk Wenzel)
2026-03-08 7eece4b [WIP] Add executeWithCollector, factory-based ProcessExecutor (Step 3) (Dirk Wenzel)
2026-03-08 122da90 [WIP] Add ProjectEnvironment service, fix linting issues in Step 1 tests (Dirk Wenzel)
2026-03-08 14a4d08 [WIP] linting issues fixed (Dirk Wenzel)
2026-03-08 a804ed2 [WIP] Implement Step 1 infrastructure: DTOs, interfaces, collectors, registry (Dirk Wenzel)
2026-03-08 cf84996 [DRAFT] ADR-0005 and issue 023: simplified command architecture (Dirk Wenzel)
2026-03-07 41a6e80 linting issues fixed (Dirk Wenzel)
2026-03-07 ba28149 [CUTE] Add random taglines to CLI output (Dirk Wenzel)
2026-03-06 6ce109e [DOC] Update documentation for unified configuration system, close issue 019 (Dirk Wenzel)
2026-03-06 9237622 [WIP] Remove deprecated configuration classes, migrate tests to ConfigurationLoader (Dirk Wenzel)
2026-03-06 65b532f [WIP] Remove deprecated ConfigurationWrapper and related tests (Dirk Wenzel)
2026-03-06 f6a545e [WIP] Remove deprecated ConfigurationLoaderWrapper and related tests (Dirk Wenzel)
2026-03-06 2f6e009 [WIP] Remove deprecated ConfigurationLoaderFactory and related files (Dirk Wenzel)
2026-03-06 1becf49 [CI] Fix PHP_VERSION env var leak in ConfigShowCommandTest (Dirk Wenzel)
2026-03-06 486c784 [CI] Fix needs references for matrix jobs (Dirk Wenzel)
2026-03-06 e3f65d0 [CI] Add PHP version matrix for 8.3, 8.4, 8.5 (Dirk Wenzel)
2026-03-06 23d1f64 [CI] Fix PHPUnit warnings causing exit code 1 in CI (Dirk Wenzel)
2026-03-06 34d252d [CI] Fix CI test failures: env var collision and chunked process output (Dirk Wenzel)
2026-03-06 879a554 [CI] Fix env var isolation and self-contained mock composer for CI (Dirk Wenzel)
2026-03-06 5d608b1 [WIP] Resolve all 63 PHPStan level 6 errors (Dirk Wenzel)
2026-03-06 ce1112f [CI] Fix CI test failures and enable MR pipelines (Dirk Wenzel)
2026-03-06 706848a [WIP] php linting issues fixed (Dirk Wenzel)
2026-03-06 8e14a87 [WIP] linting issues fixed (Dirk Wenzel)
2026-03-06 be59877 [CI] obsolete job removed (Dirk Wenzel)
2026-03-06 b532a9e [CI] Add GitLab CI pipeline for build, lint and test jobs (Dirk Wenzel)
2026-03-06 a2479e9 [WIP] Add config_file path validation warnings to config:validate (Dirk Wenzel)
2026-03-06 1745754 [WIP] Fix PhpStanCommand discarding user config for multi-path projects (Dirk Wenzel)
2026-03-06 595bb73 [WIP] Fix config_file resolution from .quality-tools.yaml (Dirk Wenzel)
2026-03-05 94267d3 [DRAFT] Add issue 023: BaseCommand service locator to constructor injection (Dirk Wenzel)
2026-03-05 a1b6178 [WIP] Make configurationLoader required in BaseCommand and AbstractToolCommand (Dirk Wenzel)
2026-03-03 1ccecc8 [WIP] Complete interface binding migration to unified Configuration (Dirk Wenzel)
2026-03-03 f99af81 [WIP] Remove ConfigurationWrapper indirection and simplify ConfigurationLoader flow (Dirk Wenzel)
2026-03-03 276f438 [WIP] Update TypoScriptLintCommand to use unified ConfigurationLoader (Dirk Wenzel)
2026-03-03 b4e05f5 [WIP] Update PhpCsFixerFixCommand to use unified ConfigurationLoader (Dirk Wenzel)
2026-03-03 6176233 [WIP] Update PhpStanCommand to use unified ConfigurationLoader (Dirk Wenzel)
2026-03-03 edc031c [WIP] Update PhpCsFixerLintCommand to use unified ConfigurationLoader (Dirk Wenzel)
2026-03-03 73c1b37 [WIP] Update RectorFixCommand to use unified ConfigurationLoader (Dirk Wenzel)
2026-03-03 9478895 [WIP] Update RectorLintCommand to use unified ConfigurationLoader (Dirk Wenzel)
2026-03-03 28b699f [WIP] Extract common Fractor code into FractorCommandTrait (Dirk Wenzel)
2026-03-02 43dd27c [TASK] Refactor commands to use #[AsCommand] attribute pattern (Dirk Wenzel)
2026-03-02 f9d094d [WIP] Complete ConfigInitCommand migration to unified ConfigurationLoader (Dirk Wenzel)
2026-03-02 5dce7b9 [WIP] Migrate ConfigShowCommand and ConfigValidateCommand to unified ConfigurationLoader (Dirk Wenzel)
2026-03-01 e22f1fa [TASK] Update Issue 022 success criteria to reflect completed work (Dirk Wenzel)
2026-03-01 33263de [TASK] Add manual testing plan for configuration override feature (Dirk Wenzel)
2026-03-01 a6f8f2f [DOC] Fix documentation inaccuracies and complete Phase 5.1 (Dirk Wenzel)
2026-03-01 2811601 [WIP] Complete Phase 4 test updates and fix all skipped tests (Dirk Wenzel)
2026-03-01 916fd43 [TASK] Implement Phase 3 Step 2: Enhanced Error Reporting and Tool Command Refactoring (Dirk Wenzel)
2026-03-01 3e7e828 [FEATURE] Complete Phase 3 Step 1: Configuration auto-discovery and tool command refactoring (Dirk Wenzel)
2026-03-01 0db40f1 [TASK] Apply linting fixes for documentation (Dirk Wenzel)
2026-02-28 f5f3ca2 [DOC][DRAFT] Complete ADR implementation and fix all feature numbering (Dirk Wenzel)
2026-02-28 26a5855 [WIP] Phase 2 Step 5: Context-aware secure path resolution in BaseCommand (Dirk Wenzel)
2026-02-28 a74900d [WIP] Phase 2 Step 5: Secure path resolution in ConfigurationDiscovery (Dirk Wenzel)
2026-02-28 0c3b470 [WIP] Extract Feature 017 Enhanced Schema Validation from Issue 022 (Dirk Wenzel)
2026-02-23 585f24f [TASK] Complete circular dependency elimination and secure path resolution (Dirk Wenzel)
2026-02-23 1402e0d [TASK] Apply linting fixes for code style consistency (Dirk Wenzel)
2026-02-23 d824065 [BUGFIX] Fix ConfigurationEdgeCaseTest validation logic and missing parameters (Dirk Wenzel)
2026-02-22 7a6889d [WIP] Implement ToolConfigurationValidationService and trait-based validation system (Dirk Wenzel)
2026-02-21 7209566 [WIP] Complete Issue 022 Phase 2 Steps 5-6: Configuration structure validation fixes (Dirk Wenzel)
2026-02-21 6b05e50 [WIP] Comprehensive Issue 022 configuration fixes and test improvements (Dirk Wenzel)
2026-02-21 bb96617 [WIP] Enable UpdatedSchemaValidationTest methods after Issue 022 Phase 2 completion (Dirk Wenzel)
2026-02-21 ed8a342 [WIP] Apply linting fixes to test files (Dirk Wenzel)
2026-02-21 410b097 [WIP] Implement Phase 2 Step 5: Remove ConfigurationDiscovery metadata injection (Dirk Wenzel)
2026-02-21 0c4db47 [WIP] Resolve core Issue 022 and document remaining technical debt (Dirk Wenzel)
2026-02-21 d6a09f9 [WIP] Complete Phase 1 test infrastructure for Issue 022 (Dirk Wenzel)
2026-02-21 dae753e Proceed with Phase 1, step 3. (Dirk Wenzel)
2026-02-21 f7026f9 There is one failing test \Cpsit\QualityTools\Tests\Unit\Configuration\C (Dirk Wenzel)
2026-02-21 94be735 Proceed with Phase 1, step 2. (Dirk Wenzel)
2026-02-21 c089a9d Update the implementation plan status, mark each completed task as check (Dirk Wenzel)
2026-02-21 dde641a This session is being continued from a previous conversation that ran ou (Dirk Wenzel)
2026-02-21 f21fc5e [DRAFT] Add comprehensive plan for issue 022 configuration file replacement (Dirk Wenzel)
2026-02-21 cd4f79d I agree to all proposed changes except the migration guide (not necessar (Dirk Wenzel)
2026-02-21 10a211d Completed 'software-architect' agent: Review issue 022 architecture () (Dirk Wenzel)
2026-02-21 8527bfb The issues in docs/issues/ are older. 020-configuration-file-replacement (Dirk Wenzel)
2026-02-21 280ba41 I asked you to write the plan to 020-configuration-file-replacement-sche (Dirk Wenzel)
2026-02-21 f79cd77 We are in the middle of a refactoring (docs/plan/issue/019-configuration (Dirk Wenzel)
2026-02-16 44e4480 [DOC] Update Phase 6 status to reflect actual work completed vs plan (Dirk Wenzel)
2026-02-16 061614f Update existing unit tests with corrected behavior expectations (Dirk Wenzel)
2026-02-16 0318cbc Update configuration classes and services for improved path resolution (Dirk Wenzel)
2026-02-16 738ef43 Add unit tests for path resolution behavior validation (Dirk Wenzel)
2026-02-16 19fe4f4 Move CommandExitCodeConsistencyTest to Integration directory (Dirk Wenzel)
2026-02-16 811b45c Add comprehensive test fixtures for TYPO3 composer scenario testing (Dirk Wenzel)
2026-02-16 c037de0 Fix getcwd() usage in ConfigurationDiscovery and add project root getter (Dirk Wenzel)
2026-02-16 cd00b4e [WIP] Add test fixtures for composer scenarios (Dirk Wenzel)
2026-02-15 9c9bf1b [WIP] Step 11: Add project root cache clearing mechanism (Dirk Wenzel)
2026-02-15 c5fcbfd [WIP] Step 11: Add hierarchical configuration auto-detection (Dirk Wenzel)
2026-02-15 5f30a11 [WIP] Update Step 9 and 10 to completed, add Step 11 (Dirk Wenzel)
2026-02-15 d99bb9c [WIP] Step 10 partial: Fix path normalization consistency (Dirk Wenzel)
2026-02-15 503a602 [WIP] Step 9 completed: Fix schema type mismatches and tool config behavior (Dirk Wenzel)
2026-02-15 293fb90 [WIP] Use ConfigurationInterface::DEFAULT_CONFIGURATION constant (Dirk Wenzel)
2026-02-15 ac855b2 [WIP] Step 9 completed: Fix schema type mismatches (Dirk Wenzel)
2026-02-15 d7afeda [WIP] Step 8 completed: Fix SimpleConfiguration type safety (Dirk Wenzel)
2026-02-15 5bb1fc4 [WIP] Step 7 completed: Mock configuration files for tool commands (Dirk Wenzel)
2026-02-15 4f19a89 [WIP] Step 4 refinement: Fix validation consistency + expand implementation plan (Dirk Wenzel)
2026-02-15 6a677a1 Add development environment configuration files (Dirk Wenzel)
2026-02-15 bd2c3d8 [WIP] Update compatibility analysis: Step 2 correctly identified as SKIPPED (Dirk Wenzel)
2026-02-14 bb7fcd2 [WIP] Implement Steps 1 & 4 of unified configuration compatibility plan (Dirk Wenzel)
2026-02-14 92859aa [WIP] Add comprehensive compatibility test coverage for unified configuration (Dirk Wenzel)
2026-02-14 e586439 [WIP] Add comprehensive test coverage for unified configuration compatibility (Dirk Wenzel)
2026-02-14 95303c6 [WIP] Mark remaining Phase 6 classes as SKIPPED (Dirk Wenzel)
2026-02-14 55471fa [WIP] Replace SimpleConfiguration with ConfigurationInterface in ConfigurationBuilder (Dirk Wenzel)
2026-02-14 c062436 [WIP] Replace SimpleConfiguration::createDefault() with Configuration::createDefault() (Dirk Wenzel)
2026-02-14 d6c3472 [DOC] Add Phase 6 class replacement plan to configuration refactoring spec (Dirk Wenzel)
2026-02-14 407dfe4 [WIP] Fix environment variable pollution between integration tests (Dirk Wenzel)
2026-02-14 5ee8249 [WIP] Fix console output formatting issues in tests (Dirk Wenzel)
2026-01-14 1f4a987 [DOC] new issues added (Dirk Wenzel)
2026-01-12 bd629e9 [WIP] Complete Step 5.2: Create unified ConfigurationLoader and restore test coverage (Dirk Wenzel)
2026-01-12 dffdaa1 [WIP] Complete Step 5.1: Create unified Configuration class (Dirk Wenzel)
2026-01-12 dabba72 [WIP] Complete Step 4.3, fix config:init, document Feature 013 (Dirk Wenzel)
2026-01-11 4cc6d87 Update documentation: Step 4.2 completed (Dirk Wenzel)
2026-01-11 c602a68 Implement Step 4.2: Move Logic from Wrapper to Services (Dirk Wenzel)
2026-01-11 05c13df Update documentation: Step 4.1 completed (Dirk Wenzel)
2026-01-11 4950e5f Implement Step 4.1: Extract Business Logic Services (Dirk Wenzel)
2026-01-11 52a87ab Update plan documentation: Step 3.2 and 3.3 completed (Dirk Wenzel)
2026-01-11 9039042 Implement Step 3.2: Update Service Container for Factory Pattern (Dirk Wenzel)
2026-01-11 b320d9b Fix PHPStan issues in ConfigurationLoaderFactory and tests (Dirk Wenzel)
2026-01-11 b0c4f07 [WIP] Fix ConfigurationWrapper type mismatch and complete Step 3.1 (Dirk Wenzel)
2026-01-11 ff3979e [WIP] Complete Step 2.6 - Configuration wrapper improvements and linting fixes (Dirk Wenzel)
2026-01-11 3b9fa72 [WIP] Fix DI container configuration and add comprehensive DI validation (Dirk Wenzel)
2026-01-11 bcff112 [WIP] Complete step 2.5: interface-based testing framework (Dirk Wenzel)
2026-01-11 21019f9 [WIP] Issue 019: Complete Step 2.4 - Update All Other Commands (Dirk Wenzel)
2026-01-11 21dc5c0 [WIP] Issue 019: Complete Step 2.3 - Update ConfigShowCommand (Dirk Wenzel)
2026-01-11 b983a88 [WIP] Issue 019: Complete Step 2.2 - Update BaseCommand (Dirk Wenzel)
2026-01-11 762d750 [WIP] Issue 019: Complete Step 2.1 - Update Dependency Injection (Dirk Wenzel)
2026-01-11 f1cb386 [WIP] Issue 019: Complete Steps 1.3 and 1.4 - Wrapper class implementation (Dirk Wenzel)
2026-01-11 c7608c6 [WIP] Issue 019: Complete Steps 1.1 and 1.2 - Interface implementation and class renaming (Dirk Wenzel)
2026-01-11 79aed04 [WIP] Phase 1 Step 1.1: Interface implementation with known issues (Dirk Wenzel)
2026-01-11 e50cad2 [WIP] Issue 019: Configuration class hierarchy analysis and interface design (Dirk Wenzel)
2026-01-11 deb902d [FEATURE] Implement hierarchical configuration system with enhanced error handling (Dirk Wenzel)
2026-01-10 656e2e2 [TASK] implement property-based testing for path resolution (Dirk Wenzel)
2026-01-10 188d79d [TASK] Implement JSON Schema configuration validation (Issue 016) (Dirk Wenzel)
2026-01-10 0ee90c9 [TASK] Implement enhanced test isolation and mocking infrastructure (Issue 015) (Dirk Wenzel)
2026-01-10 d375d72 [TASK] Implement Symfony Filesystem abstraction (Issue 014) (Dirk Wenzel)
2026-01-10 ddad8dc [DOC] doc updated for resolved issue 013 (Dirk Wenzel)
2026-01-10 764585d [TASK] Implement dependency injection container architecture (Issue 013) (Dirk Wenzel)
2026-01-10 65d0b97 [TASK] rector levels raised (Dirk Wenzel)
2026-01-09 2329f9a [TASK] PHPStan quality improvements and mandatory linting standards (Dirk Wenzel)
2026-01-09 317ea85 [TASK] Quality tools setup and Rector modernization (Dirk Wenzel)
2026-01-09 5637993 [TASK] Enhanced error handling with structured responses and test fixes (Dirk Wenzel)
2026-01-09 9c36b7c Optimize cache key generation in PathScanner (Dirk Wenzel)
2026-01-09 b736c05 [DOC] index updated (Dirk Wenzel)
2026-01-09 b13a4d5 [DOC] issue 011 revised and updated according to a benchmark test (Dirk Wenzel)
2026-01-09 a25a372 [TASK] Implement command execution template pattern and fix test issues (Dirk Wenzel)
2026-01-08 3fad4a5 [TASK] Complete security hardening implementation and fix all tests (Dirk Wenzel)
2026-01-08 3c925f1 [TASK] Implement resource cleanup for temporary files (Dirk Wenzel)
2026-01-08 09f9b30 issue status in index corrected (Dirk Wenzel)
2026-01-08 8648eb5 [TASK] Refactor BaseCommand executeProcess method using service extraction (Dirk Wenzel)
2026-01-08 d9fa574 [DOC] Complete Issue 007 PathScanner exclusion logic refactoring (Dirk Wenzel)
2026-01-08 3d15eb6 [TASK] Refactor PathScanner exclusion logic into strategy pattern (Dirk Wenzel)
2026-01-08 e26b06d [DRAFT] Add critical issues refactoring phase to iteration 002 (Dirk Wenzel)
2026-01-08 1e83f7e [DRAFT] Add Feature 016 and 017 specifications (Dirk Wenzel)
2026-01-08 4dddd41 [DRAFT] Add code quality review and implementation issues (Dirk Wenzel)
2026-01-07 fed57de [BUGFIX] Fix multi-path scanning and aggregated metrics (Dirk Wenzel)
2026-01-06 e81f78c [FEATURE] Implement unified configuration system without backward compatibility (Dirk Wenzel)
2026-01-06 4587fa3 [FEATURE] Implement automatic vendor directory detection (Dirk Wenzel)
2026-01-05 636187b [FEATURE] Complete unified YAML configuration system implementation (Dirk Wenzel)
2025-12-19 b58ca7b [DRAFT] Project planning reorganization and feature prioritization (Dirk Wenzel)
2025-12-18 b2dd49f [DRAFT] Add feature issue specifications for future development (Dirk Wenzel)
2025-12-18 [RELEASE] Release of quality-tools 0.1.0 (Dirk Wenzel)
2025-12-18 77befd8 [TASK] Update integration tests for improved tool error recovery (Dirk Wenzel)
2025-12-18 ffd5317 [BUGFIX] Fix Composer Normalize commands and resolve test failures (Dirk Wenzel)
2025-12-18 e6b610d [BUGFIX] Fix TypoScript Lint path option issue with hybrid approach (Dirk Wenzel)
2025-12-18 c440f53 [BUGFIX] Resolve Fractor YAML parser crash with error recovery (Dirk Wenzel)
2025-12-18 96038c6 [FEATURE] Add dynamic resource optimization (Dirk Wenzel)
2025-12-18 2f69ef0 Add comprehensive review documentation, issue tracking, and Feature 004 planning (Dirk Wenzel)
2025-12-17 6266598 [FIX] Support dynamic vendor path detection for different project structures (Dirk Wenzel)
2025-12-17 d29805b [FEATURE] Complete CPSIT Quality Tools CLI MVP with all tool commands (Dirk Wenzel)
2025-12-17 6bccbff [FEATURE] Complete BaseCommand with comprehensive functionality (Dirk Wenzel)
2025-12-17 faf2c21 [FEATURE] Complete console application with CLI foundation (Dirk Wenzel)
2025-12-17 6551a19 [DOC] Add MVP planning and CLI tool architecture (Dirk Wenzel)
2025-12-16 9e40a12 [TASK] configuration and documentation for php-cs-fixer edited (Dirk Wenzel)
2025-12-16 4ce4a30 [TASK] configuration and documentation for rector edited (Dirk Wenzel)
2025-12-16 5f596aa [TASK] configuration and documentation for rector edited (Dirk Wenzel)
2025-12-16 2ae29e2 [TASK] documentation updated (Dirk Wenzel)
2025-12-16 f423174 [TASK] fractor config now resolves install path of root package (Dirk Wenzel)
2025-12-16 21be7b7 [TASK] phpstan configuration and documentation edited (Dirk Wenzel)
2025-12-16 51796a2 [TASK] typoscript-lint configuration and documentation edited (Dirk Wenzel)
2025-12-16 b881244 [TASK] typoscript-lint configuration added (Dirk Wenzel)
2025-12-16 80085ff [TASK] initial config added (Dirk Wenzel)