Compare commits
2 Commits
b6fa6c1bcf
...
f7a1591451
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7a1591451 | ||
|
|
b6dab69d42 |
31
flake.lock
generated
31
flake.lock
generated
@@ -24,14 +24,17 @@
|
|||||||
"agents": {
|
"agents": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769242935,
|
"lastModified": 1769456525,
|
||||||
"narHash": "sha256-3Ey1NAm4EKBA14AvUvq6Hv6KQvbSvWxB4gha0LBkqpo=",
|
"narHash": "sha256-pJyKv5X1iw+iIVe8nPynfyaK+Q9v009Q6mIgTfJRGIA=",
|
||||||
"path": "/home/m3tam3re/p/MISC/AGENTS",
|
"ref": "refs/heads/master",
|
||||||
"type": "path"
|
"rev": "63cd7fe102879b6cb4543412926f0208b89c2ac4",
|
||||||
|
"revCount": 16,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://code.m3ta.dev/m3tam3re/AGENTS"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/m3tam3re/p/MISC/AGENTS",
|
"type": "git",
|
||||||
"type": "path"
|
"url": "https://code.m3ta.dev/m3tam3re/AGENTS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"base16-schemes": {
|
"base16-schemes": {
|
||||||
@@ -241,11 +244,11 @@
|
|||||||
"opencode": "opencode"
|
"opencode": "opencode"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769220120,
|
"lastModified": 1769436049,
|
||||||
"narHash": "sha256-XpGKzBkWK+yCTUiXDB6Pg5mzbrf75QS1k505rz7TxCU=",
|
"narHash": "sha256-BXpa8fLOZ4sHw3kH71tSTzdecov7O9a184b9pd/hrzw=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "ec315e05343a260bbf99f0acc9a8157aef440c75",
|
"rev": "9cff518954b14344734f0119bc0389d589c50914",
|
||||||
"revCount": 69,
|
"revCount": 73,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
|
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
|
||||||
},
|
},
|
||||||
@@ -540,16 +543,16 @@
|
|||||||
"nixpkgs": "nixpkgs_4"
|
"nixpkgs": "nixpkgs_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769153255,
|
"lastModified": 1769362166,
|
||||||
"narHash": "sha256-ardM8zEJWvTvsFMQZWivjGPB2uIqFw6QPAzrRjAHQKY=",
|
"narHash": "sha256-ovFGFI2dSZLKSeuanRZg9cNvMCxYnS3UbtaCKls5BYQ=",
|
||||||
"owner": "anomalyco",
|
"owner": "anomalyco",
|
||||||
"repo": "opencode",
|
"repo": "opencode",
|
||||||
"rev": "c130dd425a32fe1c1cd3747ea6565b0e6bf50100",
|
"rev": "056186225b6648cd5244d2cb0b05622b95343dc6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "anomalyco",
|
"owner": "anomalyco",
|
||||||
"ref": "v1.1.34",
|
"ref": "v1.1.36",
|
||||||
"repo": "opencode",
|
"repo": "opencode",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,8 +45,8 @@
|
|||||||
nix-colors.url = "github:misterio77/nix-colors";
|
nix-colors.url = "github:misterio77/nix-colors";
|
||||||
|
|
||||||
agents = {
|
agents = {
|
||||||
url = "path:/home/m3tam3re/p/MISC/AGENTS";
|
# url = "path:/home/m3tam3re/p/AI/AGENTS";
|
||||||
# url = "git+https://code.m3ta.dev/m3tam3re/AGENTS";
|
url = "git+https://code.m3ta.dev/m3tam3re/AGENTS";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{inputs, ...}: {
|
{inputs, ...}: {
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"opencode/command" = {
|
"opencode/commands" = {
|
||||||
source = "${inputs.agents}/command";
|
source = "${inputs.agents}/commands";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
"opencode/context" = {
|
"opencode/context" = {
|
||||||
@@ -12,8 +12,8 @@
|
|||||||
source = "${inputs.agents}/prompts";
|
source = "${inputs.agents}/prompts";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
"opencode/skill" = {
|
"opencode/skills" = {
|
||||||
source = "${inputs.agents}/skill";
|
source = "${inputs.agents}/skills";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
plugin = ["oh-my-opencode" "opencode-beads" "opencode-antigravity-auth@beta"];
|
plugin = ["oh-my-opencode" "opencode-beads" "opencode-antigravity-auth@beta"];
|
||||||
agent =
|
agent =
|
||||||
builtins.fromJSON
|
builtins.fromJSON
|
||||||
(builtins.readFile "${inputs.agents}/agent/agents.json");
|
(builtins.readFile "${inputs.agents}/agents/agents.json");
|
||||||
formatter = {
|
formatter = {
|
||||||
alejandra = {
|
alejandra = {
|
||||||
command = ["alejandra" "-q" "-"];
|
command = ["alejandra" "-q" "-"];
|
||||||
|
|||||||
Reference in New Issue
Block a user