Compare commits

..

2 Commits

Author SHA1 Message Date
e2e246b52b opencode 2025-12-30 10:21:31 +01:00
885bf9a72e flake 2025-12-30 10:21:31 +01:00
2 changed files with 17 additions and 36 deletions

30
flake.lock generated
View File

@@ -214,11 +214,11 @@
]
},
"locked": {
"lastModified": 1766980997,
"narHash": "sha256-oegDNAvyQwaG3GqSi4U5jpKM7SYHGESGVIuKMRV/lbw=",
"lastModified": 1767048910,
"narHash": "sha256-KLFTeA/xquN+F3XHLAXcserk0L0nijbhzuldxNDF1eE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7a7b43c7231a439d248179ba8d561dd6cd81799b",
"rev": "d99b4ca5debaa082c7d76015aa2b7f3fc7e8b5f7",
"type": "github"
},
"original": {
@@ -230,11 +230,11 @@
"homebrew-cask": {
"flake": false,
"locked": {
"lastModified": 1767029853,
"narHash": "sha256-fuFaY1tk8NKIcY37faxMX31Ey2j7KeiExjPHSTPP2tM=",
"lastModified": 1767082327,
"narHash": "sha256-5zC/zbYMJCkA0M/5orKa2p8IKdGjeDlGcui45MrDegU=",
"owner": "homebrew",
"repo": "homebrew-cask",
"rev": "43393528ecd3d93f0aa84a24e583ab73e616701d",
"rev": "1b45a5661e1c68525f013d6a75e07c21fba9747a",
"type": "github"
},
"original": {
@@ -246,11 +246,11 @@
"homebrew-core": {
"flake": false,
"locked": {
"lastModified": 1767031936,
"narHash": "sha256-ovjHkKoEJPQoUM5N8JSfC2CImiPyF1rIN8ZWXR8QBq0=",
"lastModified": 1767083181,
"narHash": "sha256-ZPodp2PhGCYukiYQBULJ7W9HtJ9qem2iUSjZP3ic8Y0=",
"owner": "homebrew",
"repo": "homebrew-core",
"rev": "77d8cd3e0ba7e23b5762f1ec31c3d942afc1190c",
"rev": "3a2cae2c1f4bf02bd2f766904e6d9053b045fdfc",
"type": "github"
},
"original": {
@@ -266,11 +266,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1767018837,
"narHash": "sha256-sMa8NaM/nfElqiezqVdrg20BqRlfz/olk48hU0Mc5OU=",
"lastModified": 1767063094,
"narHash": "sha256-kzMZkEpWv3h2iq8MKSZMsvKVvXmYLQ/kV8oZtDMCYSg=",
"owner": "numtide",
"repo": "llm-agents.nix",
"rev": "edcea569dfdadb140d6e6960bdf91ecda19b3696",
"rev": "7bdb81f9ac6605019707fc32f7e11d348dc9a058",
"type": "github"
},
"original": {
@@ -320,11 +320,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1766870016,
"narHash": "sha256-fHmxAesa6XNqnIkcS6+nIHuEmgd/iZSP/VXxweiEuQw=",
"lastModified": 1766996594,
"narHash": "sha256-SosfgQSqVmOkqVgNYJnxW5FvoIQX4grOcpIKNrIwz4o=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5c2bc52fb9f8c264ed6c93bd20afa2ff5e763dce",
"rev": "0744ef1b047f07d31d9962d757ffe38ec14a4d41",
"type": "github"
},
"original": {

View File

@@ -9,8 +9,8 @@
settings = {
theme = "catppuccin";
plugin = [
"oh-my-opencode@2.7.2"
"opencode-antigravity-auth@1.2.2"
"oh-my-opencode"
"opencode-antigravity-auth"
];
instructions = [
"CLAUDE.md"
@@ -22,25 +22,6 @@
disabled = true;
};
};
command = {
deslop = {
description = "Remove AI code slop";
template = ''
Check the diff against main/master, and remove all AI generated slop introduced in this branch.
Use jj if available, otherwise git.
This includes:
- Extra comments that a human wouldn't add or is inconsistent with the rest of the file
- Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths)
- Casts to any to get around type issues
- Any other style that is inconsistent with the file
- Unnecessary emoji usage
Report at the end with only a 1-3 sentence summary of what you changed
'';
};
};
provider = {
google = {
models = {