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! :)
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update format to fix linting issues as well.

+1 -1
+1 -1
package.json
··· 15 15 "test:coverage": "vitest run --coverage", 16 16 "lint": "biome check .", 17 17 "lint:fix": "biome check --write .", 18 - "format": "biome format --write .", 18 + "format": "biome check --write .", 19 19 "typecheck": "tsc --noEmit", 20 20 "prepublishOnly": "npm run build", 21 21 "codegen": "npx lex gen-api --yes ./src/lexicon ./lexicons/sh/tangled/**/*.json && node scripts/fix-lexicon-imports.js",