HarperFast / HarperFast/harper
getServerConfig should read from file, not in-memory state
Open
area:operations-api
bug
from-jira
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 10
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 205
Description
getServerConfig currently returns in-memory config, which may differ from the persisted config file. It should read from file so callers see what will be applied after a restart. Status: In Progress.
🤖 Filed by Claude on behalf of Kris.
Contributor guide
Research direction
Locate getServerConfig and trace how it currently obtains configuration. Compare its result with the persisted configuration file and verify that callers see the file-backed values after a restart. The issue names no file path or test, so identify the relevant coverage before changing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100