SVC-4: service.json becomes factory-image only #753
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#753
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a platform engineer, I want the runtime loader path that read
service.jsonat runtime removed, so that the file becomes a factory-image artifact synced once on boot — same role asmcp-builtin.json.Acceptance criteria
Loader
loadWebhookConfigno longer parsesservice.jsonat runtime; the file is read only bysyncServiceConfigBuiltin.service.jsonpost-deploy points to the dashboard endpoint.apps/server/src/shared/config/service-config-schema.tsdocuments each field as// boot-time builtin sync only — runtime reads go through getServiceConfig().Docs
docs/configuration.md,docs/modules.mdupdated to reflect the new boot flow.Tests
Out of scope
References
specs/config-to-db.md§ Story SVC-4.