Skip to content

Instantly share code, notes, and snippets.

View ORESoftware's full-sized avatar
🏐
Focusing

Alexander Mills ORESoftware

🏐
Focusing
View GitHub Profile
@ORESoftware
ORESoftware / combined-task-list.md
Last active May 16, 2026 20:06
combined dancing dragons task list

Dancing Dragons β€” Combined Task List

CRITICAL: Run ALL tasks listed here (yes, you can complete all in one loop interval). Consider them all fresh tasks β€” remove memory of each task from prior runs. Even if tasks haven't changed since last time, re-run them all in order. Follow docs/critical-merging-instructions.md throughout.

ABSOLUTELY CRITICAL β€” do NOT skip tasks β€” do NOT do them out of order!


@ORESoftware
ORESoftware / master-task-list.md
Last active May 16, 2026 20:06
master task list

MASTER TASK LIST

GLOBAL RULES

  • DO NOT skip tasks.
  • Run tasks strictly in order unless blocked.
  • Commit frequently with meaningful commit messages.
  • Push frequently.
  • Ask for clarification only if truly blocked.
  • Preserve existing functionality.
@ORESoftware
ORESoftware / task-list-all.md
Last active May 14, 2026 19:45
critical task list for codex agent runner

CRITICAL: run ALL tasks listed here, in order. Treat this file as fresh every loop. Follow docs/critical-merging-instructions.md and docs/audit-and-harden.md.

Notes:

  • Do not use blacklisted commands from AGENTS.md: rm, sed, mv, git stash, or shell wrappers that invoke them.
  • If a project script invokes a blacklisted command, do not run that script; run the safe underlying command directly.
  • Do all browser automation headless.
  • Skip full eslint and full tsc until the final verification pass. Use focused tests and spot checks while working.
  • For spot type checks, use: pnpm exec tsc --noEmit --isolatedModules -p tsconfig.json
@ORESoftware
ORESoftware / next-task-rw1.md
Last active May 14, 2026 19:44
next task for codex - for rw1 machine

CRITICAL: run ALL tasks listed here! (yes you can complete all in one loop interval)! And consider them all fresh tasks, you can remove your memory of each task from prior runs. Critical - even if these tasks haven't changed since last time, you must re-run them, all of them in order!

ABSOLUTELY CRITICAL - do NOT skip tasks - do NOT do them out of order!!!!!!

notes:

  • when type-checking just do spot checks with --isolatedModules -p tsconfig.json; and skip eslint; the -p tsconfig.json is important because of path aliases in tsconfig.json ;
  • prefer src/server/subroutines to src/server/actions; and src/server/actions/cache should probably be in src/server/cache;

please do all browser automation HEADLESS!!;

@ORESoftware
ORESoftware / next-task.md
Last active May 12, 2026 20:03
next task

CRITICAL: run ALL tasks listed here! (yes you can complete all in one loop interval)! And consider them all fresh tasks, you can remove your memory of each task from prior runs. Critical - even if these tasks haven't changed since last time, you must re-run them, all of them in order! follow docs/critical-merging-instructions.md;

ABSOLUTELY CRITICAL - do NOT skip tasks - do NOT do them out of order!!!!!!

notes:

  • when type-checking just do spot checks with --isolatedModules -p tsconfig.json; and skip eslint; the -p tsconfig.json is important because of path aliases in tsconfig.json ;

  • please do all browser automation HEADLESS!!;

@ORESoftware
ORESoftware / closure.js
Created June 11, 2025 02:14
the closure example was not correct
let i = 0;
const v = () => {
setInterval(() => {
console.log({i});
}, 200);
setInterval(() => {
i++;
@ORESoftware
ORESoftware / server-actions.md
Last active June 10, 2025 15:35
sever-actions.ts

with a backend server action:

'use server';

export async function createEntity(v: string, n: number, o: boolean){
 ///
  return {success: true, val: x};
}
@ORESoftware
ORESoftware / index.html
Created June 2, 2025 16:36
kanban board
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kanban Dashboard</title>
<style>
body {
font-family: sans-serif;
margin: 0;
@ORESoftware
ORESoftware / coach-header.tsx
Last active May 30, 2025 16:32
file example
// source file path: ./src/components/nav/coach-header.tsx
'use client';
import React, { useEffect, useRef, useState } from 'react';
import Link from 'next/link';
import {
ChevronDownIcon,
ChevronUpIcon,
MagnifyingGlassIcon,
PersonIcon,
fame: SHA/Branch: HEAD
fame: Files must match at least one of: [ /.*/ ]
fame: Full branch name: dev
fame: Could not find a fame.conf.js file.
fame: processing commit no.: 1159, finished: 100.00%
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Author β”‚ Files Modified β”‚ Commits β”‚ Added Lines β”‚ Removed Lines β”‚ Total Line Changes β”‚ Net Lines Added β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ alexander.d.mills@gmail.com β”‚ 1948 / 83.03% β”‚ 896 / 77.31% β”‚ 1541001 β”‚ 211896 β”‚ 1752897 β”‚ 1329105 β”‚