Ordner an Remote-Namen angeglichen: Pfade auf claude-ai-control

- .claude/settings.json: autoMemoryDirectory, SessionStart-Hook, Edit-Allow
  auf ~/claude-projects/claude-ai-control gezogen
- linux-release-prep: git-commit-Verweis entklammert (Skill, kein Memory)
This commit is contained in:
marcus.hinz
2026-07-11 17:53:23 +02:00
parent 60dea6d003
commit 2665f44ddc
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{ {
"autoMemoryDirectory": "~/claude-projects/ai-control/memory", "autoMemoryDirectory": "~/claude-projects/claude-ai-control/memory",
"hooks": { "hooks": {
"SessionStart": [ "SessionStart": [
{ {
"hooks": [ "hooks": [
{ {
"command": "jq -Rs '{systemMessage: ., hookSpecificOutput:{hookEventName:\"SessionStart\", additionalContext: .}}' /Users/marcus.hinz/claude-projects/ai-control/OFFENE-PUNKTE.md", "command": "jq -Rs '{systemMessage: ., hookSpecificOutput:{hookEventName:\"SessionStart\", additionalContext: .}}' /Users/marcus.hinz/claude-projects/claude-ai-control/OFFENE-PUNKTE.md",
"type": "command" "type": "command"
} }
] ]
@@ -18,7 +18,7 @@
], ],
"allow": [ "allow": [
"Edit(~/projects/ai-control/**)", "Edit(~/projects/ai-control/**)",
"Edit(~/claude-projects/ai-control/**)" "Edit(~/claude-projects/claude-ai-control/**)"
] ]
} }
} }
+1 -1
View File
@@ -7,7 +7,7 @@ metadata:
originSessionId: f7704328-4eb4-4f0f-bf42-da68abab401d originSessionId: f7704328-4eb4-4f0f-bf42-da68abab401d
--- ---
Stand 2026-07-11: Das Entwurfs-Panel samt MCP-Tool ist fertig und auf `origin` (lintus), letzter Commit `165501c`. Auf der Linux-Box `origin` pullen, alles verifizieren, dann Release. Build-Deps + Release-Schritte stehen im Skill [[git-commit]] (Abschnitt 3): `webkit2gtk-4.1`, `libgtk-3`, `libayatana-appindicator3`, `librsvg2`, `patchelf`; `npm run tauri build`; `gh release`. Stand 2026-07-11: Das Entwurfs-Panel samt MCP-Tool ist fertig und auf `origin` (lintus), letzter Commit `165501c`. Auf der Linux-Box `origin` pullen, alles verifizieren, dann Release. Build-Deps + Release-Schritte stehen im Skill `git-commit` (Abschnitt 3): `webkit2gtk-4.1`, `libgtk-3`, `libayatana-appindicator3`, `librsvg2`, `patchelf`; `npm run tauri build`; `gh release`.
**Feature-Kurzfassung:** MCP-stdio-Server `app --mcp-panel` (Server-Key `text-panel`, Tool `write_panel` + `archive_panel`), pro Pool in `.claude.json` (`alwaysLoad`) + Freigabe `mcp__text-panel__write_panel` in `settings.json`, provisioniert beim App-Start. Panel-UI (`terminal.html`/`panel.html`, andockbar/ablösbar), Titel aus erster Überschrift + Titel-Edit, Content-Editor, Archiv pro Projekt (`archiveDir` + `additionalDirectories`), Rechtschreib-Sprache (`spellcheckLang`, per-Text-Selector). **Feature-Kurzfassung:** MCP-stdio-Server `app --mcp-panel` (Server-Key `text-panel`, Tool `write_panel` + `archive_panel`), pro Pool in `.claude.json` (`alwaysLoad`) + Freigabe `mcp__text-panel__write_panel` in `settings.json`, provisioniert beim App-Start. Panel-UI (`terminal.html`/`panel.html`, andockbar/ablösbar), Titel aus erster Überschrift + Titel-Edit, Content-Editor, Archiv pro Projekt (`archiveDir` + `additionalDirectories`), Rechtschreib-Sprache (`spellcheckLang`, per-Text-Selector).