From 88b4df18b8aa429ef520a2710c4cc8c5b25abf41 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 9 May 2025 16:15:57 +0000 Subject: [PATCH] update plan --- readme.plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.plan.md b/readme.plan.md index 355a756..f62703b 100644 --- a/readme.plan.md +++ b/readme.plan.md @@ -73,7 +73,7 @@ The codebase employs several strong design patterns: - [ ] Set up barrel files (`index.ts`) in each directory - [ ] Migrate core utilities - - [ ] Move `ts/plugins.ts` → `ts/core/utils/plugins.ts` + - [ ] Keep `ts/plugins.ts` in its current location per project requirements - [ ] Move `ts/common/types.ts` → `ts/core/models/common-types.ts` - [ ] Move `ts/common/eventUtils.ts` → `ts/core/utils/event-utils.ts` - [ ] Extract `ValidationUtils` → `ts/core/utils/validation-utils.ts` @@ -237,8 +237,8 @@ This component has the cleanest design, so we'll start migration here: | ts/common/types.ts | ts/core/models/common-types.ts | ❌ | | ts/common/eventUtils.ts | ts/core/utils/event-utils.ts | ❌ | | ts/common/acmeFactory.ts | ts/certificate/acme/acme-factory.ts | ❌ | -| ts/plugins.ts | ts/core/utils/plugins.ts | ❌ | -| ts/00_commitinfo_data.ts | ts/core/utils/commit-info.ts | ❌ | +| ts/plugins.ts | ts/plugins.ts (stays in original location) | ❌ | +| ts/00_commitinfo_data.ts | ts/00_commitinfo_data.ts (stays in original location) | ❌ | | **Certificate Management** | | | | ts/helpers.certificates.ts | ts/certificate/utils/certificate-helpers.ts | ❌ | | ts/classes.pp.certprovisioner.ts | ts/certificate/providers/cert-provisioner.ts | ❌ |