[Phase 8] Long-term daemon config file (Approach A) #251

Open
opened 2026-04-08 06:34:40 +02:00 by shoko · 0 comments
Owner

Problem

Currently the queue-daemon sources kugetsu-config.sh directly. For long-term maintainability and reusability, we want a standalone daemon config.

Solution

Create kugetsu-queue-daemon.conf as a shell script that:

  1. Sources kugetsu-config.sh for base configuration
  2. Overrides/extends with daemon-specific settings

This allows:

  • Daemon to be run standalone
  • Different daemon configs for different use cases
  • Easy testing without affecting main kugetsu config

Status

FUTURE - Lower priority, no immediate dependency

Files

  • skills/kugetsu/scripts/kugetsu-queue-daemon.conf (new file)

Parent: #235

## Problem Currently the queue-daemon sources kugetsu-config.sh directly. For long-term maintainability and reusability, we want a standalone daemon config. ## Solution Create kugetsu-queue-daemon.conf as a shell script that: 1. Sources kugetsu-config.sh for base configuration 2. Overrides/extends with daemon-specific settings This allows: - Daemon to be run standalone - Different daemon configs for different use cases - Easy testing without affecting main kugetsu config ## Status **FUTURE** - Lower priority, no immediate dependency ## Files - skills/kugetsu/scripts/kugetsu-queue-daemon.conf (new file) ## Related Issue Parent: #235
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/kugetsu#251