CI/CD workflow internals, version management and auto-bump mechanics, PyPI publish flow, and Dependabot auth quirks. Use when modifying .github/workflows, releasing, versioning, or debugging CI/publish/Dependabot behaviour.
Ask Niko, yeaboi's global assistant, a question that spans modes — what to look at next, what the AI coding agents cost, where a feature lives, is anything waiting for approval. Read-only: Niko looks things up across planning, standups, retros, poker,…
Full annotated module map of src/yeaboi/ (incl. the MCP server, roadmap, analysis, and agent/headless.py), app flow, the complete CLI flags + subcommands, all environment variables, and the MCP server internals + Claude Code plugin. Use when navigating…
Browser-surface conventions — the yeaboi-web-assets boundary, the contracts/web/ artifacts the front-end repo vendors, the assets.py/brand.py/security.py split, CSP and export inertness, payload rules, and the two Python/TS wire guards. Use when touching…
Internal blueprints of the standalone modes — Daily Standup, Retro (loopback server/tunnel/security), Performance, Reporting, and Roadmap Intake — their pipelines, stores, schema versions, delivery channels, and exports. Use when modifying…
Central logging rules — logging_setup.py handlers, mode_log context manager, per-session logs, log directories from paths.py, LOG_LEVEL, the never-log-per-frame rule. Use when adding logging, creating new log files, or touching logging_setup.py or paths.py.
Read the user's supervised plan-item → PR runs (yeaboi ship): which epics, stories or tasks from the plan were handed to a coding agent, what each run's diff/validation/cost looked like, whether the human approved it at the gate, and which PR it opened. Use…
TUI component standards — shared primitives in ui/shared/_components.py, the mandatory Panel page structure, themes, buttons, scrollbars, viewport math. Use when creating or modifying any TUI screen, any _build_*_screen function, or code under src/yeaboi/ui/.