chore: n8n update
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -25,21 +25,15 @@ Thumbs.db
|
|||||||
.opencode-rules
|
.opencode-rules
|
||||||
opencode.json
|
opencode.json
|
||||||
|
|
||||||
# Taskplane runtime artifacts (machine-specific, do not commit)
|
# AI agent state
|
||||||
.pi/batch-state.json
|
.sidecar/
|
||||||
.pi/batch-history.json
|
.sidecar-*
|
||||||
.pi/lane-state-*
|
.sisyphus/
|
||||||
.pi/merge-result-*
|
.sidecar-agent
|
||||||
.pi/merge-request-*
|
.sidecar-task
|
||||||
.pi/worker-conversation-*
|
.sidecar-pr
|
||||||
.pi/orch-logs/
|
.sidecar-start.sh
|
||||||
.pi/orch-abort-signal
|
.sidecar-base
|
||||||
.pi/settings.json
|
.td-root
|
||||||
.worktrees/
|
.cache
|
||||||
.taskplane-tasks/
|
.pi*
|
||||||
|
|
||||||
# Pi project-local packages (if using pi install -l)
|
|
||||||
.pi/npm/
|
|
||||||
|
|
||||||
# Pi Lens local cache/runtime artifacts
|
|
||||||
.pi-lens/
|
|
||||||
|
|||||||
15
flake.lock
generated
15
flake.lock
generated
@@ -451,14 +451,17 @@
|
|||||||
"openspec": "openspec"
|
"openspec": "openspec"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776872602,
|
"lastModified": 1776876631,
|
||||||
"narHash": "sha256-v1rGBLuanysy7z0BBgId1DYknIovLF5VI6xbT4abjTI=",
|
"narHash": "sha256-YgTb6pugAvUiSm7xVMpejf6kJPodhq8fOYQDdELfwQg=",
|
||||||
"path": "/home/m3tam3re/p/NIX/nixpkgs",
|
"ref": "refs/heads/master",
|
||||||
"type": "path"
|
"rev": "03ad7451fcfafde94da937afb6cf96ca39cc8e2f",
|
||||||
|
"revCount": 244,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/m3tam3re/p/NIX/nixpkgs",
|
"type": "git",
|
||||||
"type": "path"
|
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nix-colors": {
|
"nix-colors": {
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0";
|
nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0";
|
||||||
nixpkgs-master.url = "github:nixos/nixpkgs/master";
|
nixpkgs-master.url = "github:nixos/nixpkgs/master";
|
||||||
|
|
||||||
# m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
|
m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
|
||||||
m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs";
|
# m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs";
|
||||||
llm-agents.url = "github:numtide/llm-agents.nix";
|
llm-agents.url = "github:numtide/llm-agents.nix";
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user