audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove dead osprey reference and duplicate loq rule (#1275)

Osprey rules engine was never committed (services/osprey/ contained only
__pycache__ artifacts). Remove the stale STATUS.md reference and a
duplicate loq override for u/[handle]/+page.svelte that used a different
glob escape syntax than the rest of the file.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

authored by

nate nowack
Claude Opus 4.6 (1M context)
and committed by
GitHub
920af3a9 8db3f4e6

+1 -5
+1 -1
STATUS.md
··· 329 329 - Jetstream audit trail / activity feed integration — persistent log of firehose events, toggle for visibility 330 330 - share to bluesky (#334) 331 331 - lyrics and annotations (#373) 332 - - configurable rules engine for moderation (Osprey rules engine PR #958 — on hold pending infrastructure consolidation, see #907) 332 + - configurable rules engine for moderation (#958) 333 333 - infrastructure consolidation — audit and migrate from Fly.io sprawl to Helm/K8s pattern (#907, reference: `../relay`) 334 334 - time-release gating (#642) 335 335 - social activity feed (#971)
-4
loq.toml
··· 243 243 max_lines = 528 244 244 245 245 [[rules]] 246 - path = "frontend/src/routes/u/[[]handle[]]/+page.svelte" 247 - max_lines = 1468 248 - 249 - [[rules]] 250 246 path = "frontend/src/lib/components/AlbumUploadForm.svelte" 251 247 max_lines = 823 252 248