OpenClaw: documents from local path, rebuild workaround, forgejo-cli

- Documents (SOUL/TOOLS/AGENTS) from path input to openclaw-documents-repo
- Flake: openclaw-documents.url = path to local clone (no SSH under sudo)
- Remove in-repo openclaw-documents; add docs/openclaw-documents.md
- openclaw.nix: activation backup + force for openclaw.json (TODO to remove)
- home.nix: add forgejo-cli
- .gitignore: openclaw-documents-repo; drop SOUL/TOOLS ignores
- AGENTS.md: OpenClaw docs ref
- TODO: remove OpenClaw activation/force bloat

Made-with: Cursor
This commit is contained in:
DannyDannyDanny 2026-03-14 11:48:59 +01:00
parent e4dd491359
commit 0eb9d0e8ed
9 changed files with 79 additions and 29 deletions

13
nixos/flake.lock generated
View file

@ -292,6 +292,18 @@
"type": "indirect"
}
},
"openclaw-documents": {
"locked": {
"lastModified": 1773484599,
"narHash": "sha256-Dpb4erTKZqAKolD7UjXMuIBUEax21q2jNvT+1fiIFA4=",
"path": "/Users/danny/dotfiles/openclaw-documents-repo",
"type": "path"
},
"original": {
"path": "/Users/danny/dotfiles/openclaw-documents-repo",
"type": "path"
}
},
"root": {
"inputs": {
"disko": "disko",
@ -300,6 +312,7 @@
"nix-openclaw": "nix-openclaw",
"nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs_4",
"openclaw-documents": "openclaw-documents",
"vscode-server": "vscode-server",
"zen-browser": "zen-browser"
}