X → Graph → Effect<A, E, R>
│ │ │ │ │
│ │ │ │ └─ what each node needs (§5)
│ │ │ └──── where the graph breaks (§4)
│ │ └─────── what flows through nodes (§2)
│ │
│ └─ nodes = functions, edges = data flow
Worker agents (server-coder, client-coder, client-ui, client-lang, infra-coder): You are an implementation agent. You write code, run verification, report back.
- Read:
# Code Philosophy,# Agent Directives,# Rules- SKIP everything under
# orchestrate— that is coordinator-only- NEVER run
anakmagangcommands, spawn sub-agents, track phases, or reflect on meta-cognitive questions- Your job: implement → verify → emit completion signal (
IMPLEMENTATION_COMPLETE/VERIFICATION_FAILED/ etc.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/crates/fff-c/src/lib.rs | |
| +++ b/crates/fff-c/src/lib.rs | |
| @@ -294,6 +294,8 @@ pub unsafe extern "C" fn fff_destroy(fff_handle: *mut c_void) { | |
| if let Ok(mut guard) = instance.picker.write() | |
| && let Some(mut picker) = guard.take() | |
| { | |
| + picker.cancel(); | |
| + std::thread::sleep(Duration::from_millis(50)); | |
| picker.stop_background_monitor(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Autogenerated by `bun2nix`, editing manually is not recommended | |
| # | |
| # Set of Bun packages to install | |
| # | |
| # Consume this with `fetchBunDeps` (recommended) | |
| # or `pkgs.callPackage` if you wish to handle | |
| # it manually. | |
| { | |
| copyPathToStore, | |
| fetchFromGitHub, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env nix-shell | |
| #!nix-shell -p python312Packages.matplotlib -i "python3" | |
| # -*- coding: utf-8 -*- | |
| # | |
| # vim-profiler - Utility script to profile (n)vim (e.g. startup) | |
| # Copyright © 2015 Benjamin Chrétien | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "excalidraw", | |
| "version": 2, | |
| "source": "https://excalidraw.com", | |
| "elements": [ | |
| { | |
| "type": "ellipse", | |
| "version": 1944, | |
| "versionNonce": 1294095291, | |
| "isDeleted": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| inputs = { | |
| ## -- nixpkgs | |
| nixpkgs-master.url = "github:NixOS/nixpkgs/master"; | |
| nixpkgs-stable.url = "github:NixOS/nixpkgs/release-24.05"; | |
| nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; | |
| nixpkgs-specific.url = "github:NixOS/nixpkgs?rev=<HASH-COMMIT>"; | |
| nixpkgs.follows = "nixpkgs-unstable"; | |
| home-manager.url = "github:nix-community/home-manager"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 11:58:08 PM [vite] page reload vinxi/routes (x20) | |
| @cap/desktop:dev: 11:58:11 PM [vite] ✨ new dependencies optimized: @solid-primitives/timer, @solid-primitives/event-listener, @tauri-apps/api/app, cva, @tauri-apps/plugin-dialog, @tauri-apps/plugin-updater, @solid-primitives/storage, @tauri-apps/api/core, @tauri-apps/api/event, @solid-primitives/context, @solid-primitives/deep, @solid-primitives/history, @solid-primitives/scheduled, @solid-primitives/websocket | |
| @cap/desktop:dev: 11:58:11 PM [vite] ✨ optimized dependencies changed. reloading | |
| web:dev: ✓ Compiled /api/changelog/status in 182ms (56 modules) | |
| web:dev: GET /api/changelog/status?version=0.3.0-beta.5.5 200 in 380ms | |
| @cap/desktop:dev: 2024-10-09 23:58:14.485 desktop[57359:2024974] _TIPropertyValueIsValid called with 16 on nil context! | |
| @cap/desktop:dev: 2024-10-09 23:58:14.485 desktop[57359:2024974] imkxpc_getApplicationProperty:reply: called with incorrect property value 16, bailing. | |
| @cap/desktop:dev: 2024-10-09 23:58:14.485 desktop[57359:2024974] Text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as React from 'react' | |
| import { match, P } from 'ts-pattern' | |
| // Playground https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcA5FDvmQFCiSxwDecIyMuAFgDRwAKcAL5wiJcjFQBaMOxhYoAO1o1cEBangKIAeTBwAvHAAUASgMA+ZoJo0YATzBY4AOQgwAgqgDWWACYHmL2AFXwAuclcPbz8ya1V1eEjPH39DU3Ck6NTLIyYgkPCyTJTYkxt7RzgASQVgGGBkABsAGQhkX2CAcwCWfLDyGrqGlraOhU7YlTUNatr6ptb2roDTOHDB+ZGl8f0c3uD+sg3hxbGJwTLbBydTroAeABVLQ32C8lvxsl5fdmRwh6EUwScA+3UMj245iMPxgfweJnCoMezz2cD6hVBXzgMOQQkuFScADFkMBGgBXSh3ACiATJCi8WgA7gpnnBmGiDoViaSKVgsfJiFBwjS4tN4NzyZQAtTafSmSyjALoMK4GZwhLedSUcZXocNZR+VBBXjytc4ABlMm4XBYVCoZEBdno8iW6221BYnH-QHxGaum126UPSHQ36heHhf3uh0WHUct5kKN2z2-E1XSrYEBuLAAEV+ELgNMMdIZEGZzxoAB8XG5kn4q7MhgtRl0G0ing39VgtQ2k-aO+mnObYXIApns3nYXcAKqoeTmGy++BsPTg4NU7juKFQfrjuST5AQqnmXgEcKh2Hhsy7OARzBYLP7-Pr7VsDicIw7spsgB0jLqH40GybJ5JycAAETFH44GCNwQHAVBvjwd+cB-gBRjwcBoFvHwP50sAahGGQmK8EccwnC2nwmLBmFssczbbJ0yHwWhMCAcBTpgWQXaxHBHGrDeO58aqLH-mxGEcdhhx9rxtG5DiFyxn2RgEBeyAmChKE-lgAAenDIGSGjAAAblgpimpUs7yD08EKMgIBYOEGhQF0ADc8GGfId |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| print_usage() { | |
| echo "usage: compress_video <input_file>" | |
| echo "supported formats: mp4, webm, mkv, mov, avi, flv" | |
| } | |
| get_extension() { | |
| f="${1##*/}" | |
| case "$f" in |
NewerOlder