audio streaming app plyr.fm
38
fork

Configure Feed

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

for new structure (#326)

authored by

nate nowack and committed by
GitHub
016d6910 1d4c4981

+3 -3
+1 -1
.claude/commands/onboard.md
··· 10 10 11 11 2. **Review Key Files** 12 12 - `README.md` - project overview and quick start 13 - - `CLAUDE.md` - critical reminders and technical details 13 + - `AGENTS.md` - critical reminders and technical details 14 14 - Recent commits (`git log --oneline -10`) 15 15 - Current git status (`git status`) 16 16
+2 -2
.claude/commands/status-update.md
··· 67 67 68 68 ## Instructions 69 69 70 - 1. Read the current `README.md`, `CLAUDE.md`, recent status updates in `sandbox/`, and key source files 70 + 1. Read the current `README.md`, `AGENTS.md`, recent status updates in `sandbox/`, and key source files 71 71 2. Check `git status` and recent commits to understand current work 72 - 3. Scan the codebase structure (`src/backend/`, `frontend/src/`) 72 + 3. Scan the codebase structure (`backend/src/backend/`, `frontend/src/`) 73 73 4. Review the tech stack in `pyproject.toml` and `frontend/package.json` 74 74 5. Synthesize into a clear, chronological narrative 75 75 6. Write to `STATUS.md` in the root directory