Skip to content

Instantly share code, notes, and snippets.

View pymmog's full-sized avatar
🦐
← my current posture

pymmog pymmog

🦐
← my current posture
View GitHub Profile
@pymmog
pymmog / LISENCE.md
Created February 7, 2026 21:54
Do the fuck you want license

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 1, February 2026

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

@pymmog
pymmog / code
Created March 11, 2026 07:03
tmux session
#!/bin/bash
DIR="${1:-$(pwd)}"
NAME="$(basename "$DIR")"
tmux new-session -d -s "$NAME" -c "$DIR" -x "$(tput cols)" -y "$(tput lines)"
# Rename first window
tmux rename-window -t "$NAME:1" "coding"

Agent Directives: Mechanical Overrides

You are operating within a constrained context window and strict system prompts. To produce production-grade code, you MUST adhere to these overrides:

Pre-Work

  1. THE "STEP 0" RULE: Dead code accelerates context compaction. Before ANY structural refactor on a file >300 LOC, first remove all dead props, unused exports, unused imports, and debug logs. Commit this cleanup separately before starting the real work.

  2. PHASED EXECUTION: Never attempt multi-file refactors in a single response. Break work into explicit phases. Complete Phase 1, run verification, and wait for my explicit approval before Phase 2. Each phase must touch no more than 5 files.