Step 3.7 Flash loves to use "wait" in the reasoning.
I want to wash my car. The car wash is 50 meters away. Should I walk or drive?
| name | polish-pr |
|---|---|
| description | Polish implementation before PR submission. Invoke after completing a task to clean comments, run formatting/linting, and ensure tests pass. |
Execute the following steps in order. Do not proceed to the next step until the current step completes successfully.
| # /// script | |
| # requires-python = ">=3.12" | |
| # dependencies = [ | |
| # "openai==1.99.3", | |
| # "python-dotenv==1.1.1", | |
| # ] | |
| # /// | |
| import argparse | |
| import json |
| #!/bin/bash | |
| sudo apt-get update & sudo apt-get install -y git vim tmux htop curl wget ncdu locales locales-all | |
| # for debian systems | |
| # https://serverfault.com/a/894545 | |
| sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen | |
| sudo locale-gen | |
| git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title>Full-Page Notes</title> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet"> | |
| <style> | |
| html, body { | |
| height: 100%; |
| start-at-login = true | |
| enable-normalization-flatten-containers = false | |
| enable-normalization-opposite-orientation-for-nested-containers = false | |
| [workspace-to-monitor-force-assignment] | |
| 1 = 'main' | |
| 2 = 'main' | |
| 3 = 'main' | |
| 4 = 'main' |