7107815a5c
Slice 1 of jellyfin-service-registry. Jellyfin is configured exclusively via the service registry now; the machine-level media_root/path_prefix fields were dead duplicates of the global config. - services/settings_store.py: DEFAULT_SERVICES no longer includes "jellyfin" (now ["monitoring", "files"]). Removed machine-level media_root/path_prefix from _default_local_machine, _row_to_machine, _normalize_machine_payload, _seed_local_machine, get_machine_config, and upsert_machine. _default_local_machine no longer reads global config, so the get_settings import is dropped. - routers/settings.py: removed media_root/path_prefix from MonitoringMachineInput (dead API input; store already ignored them). The global config remote_media_root/path_prefix properties + path_utils.py are unchanged (files.py and media_index still use them for Jellyfin->SSH path resolution). ruff clean; 239 backend tests pass.
2.1 KiB
2.1 KiB
. (index)
dir: .
Project Map Protocol
- Read this protocol and the root
.pi-map.index.mdfirst. - Use
index:/map:references to open relevant directory indexes and maps. - Load indexes before rich maps during task-start navigation.
- Read the local rich map and actual source before editing.
- Treat non-empty
## dirtysections in either artifact as stale. - If source and generated artifacts disagree, trust source.
- If map and index disagree, trust neither blindly; verify from source and regenerate the pair.
- After editing source, run
project_map_patchfor each changed file. - Before broad architectural claims or final handoff, run
project_map_validatewhen freshness matters.
Trust boundary: index routes, map orients, source decides.
role
Root project directory for "Manage," a media and server operations tool providing documentation, container orchestration, and environment configuration for a FastAPI + React application with optional observability stack.
parent
children
- .atl index: .atl/.pi-map.index.md map: .atl/.pi-map.md
- .claude index: .claude/.pi-map.index.md map: .claude/.pi-map.md
- .opencode index: .opencode/.pi-map.index.md map: .opencode/.pi-map.md
- .pi index: .pi/.pi-map.index.md map: .pi/.pi-map.md
- .ruff_cache index: .ruff_cache/.pi-map.index.md map: .ruff_cache/.pi-map.md
- archive index: archive/.pi-map.index.md map: archive/.pi-map.md
- backend index: backend/.pi-map.index.md map: backend/.pi-map.md
- docs index: docs/.pi-map.index.md map: docs/.pi-map.md
- frontend index: frontend/.pi-map.index.md map: frontend/.pi-map.md
- monitoring index: monitoring/.pi-map.index.md map: monitoring/.pi-map.md
- openspec index: openspec/.pi-map.index.md map: openspec/.pi-map.md
files
- .dockerignore
- .env.example
- .gitignore
- AGENTS.md
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- README.md
- context.md
- docker-compose.dev.yml
- docker-compose.observability.yml
- docker-compose.yml
- token-usage-output.txt
links
index: ./.pi-map.index.md map: ./.pi-map.md