WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)

Add optional linux biome cli (for ci)

markbennett.ca 48ff7899 41eed2e4

verified
+6 -1
+3 -1
package-lock.json
··· 32 32 }, 33 33 "engines": { 34 34 "node": ">=22.0.0" 35 + }, 36 + "optionalDependencies": { 37 + "@biomejs/cli-linux-x64": "^1.9.4" 35 38 } 36 39 }, 37 40 "node_modules/@atproto/api": { ··· 321 324 "cpu": [ 322 325 "x64" 323 326 ], 324 - "dev": true, 325 327 "license": "MIT OR Apache-2.0", 326 328 "optional": true, 327 329 "os": [
+3
package.json
··· 49 49 "tsx": "^4.21.0", 50 50 "typescript": "^5.7.2", 51 51 "vitest": "^2.1.8" 52 + }, 53 + "optionalDependencies": { 54 + "@biomejs/cli-linux-x64": "^1.9.4" 52 55 } 53 56 }