Skip to content

Instantly share code, notes, and snippets.

View bueller's full-sized avatar

Bueller bueller

View GitHub Profile
@bueller
bueller / guidelines.md
Created July 2, 2025 23:59 — forked from nadvolod/guidelines.md
Prompt guidelines for vibe coding

Project Development Guidelines

Automated Testing Guidelines

Test Scope

  • Only create positive tests unless explicitly requested to add negative tests or edge cases
  • Focus on happy path scenarios that verify features work as expected
  • One positive test per feature is sufficient unless more comprehensive testing is specifically requested

Test Execution

@bueller
bueller / tmux-cheatsheet.markdown
Created November 4, 2015 23:23 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname