-
Notifications
You must be signed in to change notification settings - Fork 0
Cleanup dead code and sensitive env confusion #85
Copy link
Copy link
Open
Labels
area:maintenanceCodebase cleanup and maintenanceCodebase cleanup and maintenanceenhancementNew feature or requestNew feature or requestpriority:mediumImportant but not urgentImportant but not urgentstatus:approvedApproved for implementationApproved for implementationstatus:needs-reviewNeeds maintainer reviewNeeds maintainer review
Milestone
Metadata
Metadata
Assignees
Labels
area:maintenanceCodebase cleanup and maintenanceCodebase cleanup and maintenanceenhancementNew feature or requestNew feature or requestpriority:mediumImportant but not urgentImportant but not urgentstatus:approvedApproved for implementationApproved for implementationstatus:needs-reviewNeeds maintainer reviewNeeds maintainer review
Context
The codebase has potential dead paths and confusing env configuration values.
Problem
app/random.vue,app/composables/useGetFetch.ts, chat types duplication)..env.exampleincludesNUXT_PUBLIC_CHAT_SESSION_SECRET, which suggests exposing a secret publicly.Proposed Solution
.env.exampleto avoid public secret confusion.Acceptance Criteria
Notes
Keep this strictly as cleanup; do not mix with major refactors.