Auto-sync Chriss-MacBook-Pro 2026-07-11 22:02
This commit is contained in:
@@ -15,3 +15,4 @@
|
|||||||
- [Never use "new" as automation ID](feedback_automation_ids.md) — Use unique numeric IDs when creating automations via REST API
|
- [Never use "new" as automation ID](feedback_automation_ids.md) — Use unique numeric IDs when creating automations via REST API
|
||||||
- [Claude Code sync setup](reference_claude_sync.md) — Cross-machine sync via Gitea repo, LaunchAgents, memory symlinks between MacBook Pro and claude-code.local
|
- [Claude Code sync setup](reference_claude_sync.md) — Cross-machine sync via Gitea repo, LaunchAgents, memory symlinks between MacBook Pro and claude-code.local
|
||||||
- [No sed for multi-line edits](feedback_no_sed_multiline.md) — Use Python or heredoc writes for multi-line config inserts, not sed
|
- [No sed for multi-line edits](feedback_no_sed_multiline.md) — Use Python or heredoc writes for multi-line config inserts, not sed
|
||||||
|
- [Gitea token](reference_gitea_token.md) — Access token for pushing to git.chrissader.com (claudecode org)
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: reference-gitea-token
|
||||||
|
description: Gitea access token for pushing to git.chrissader.com repos (claudecode org)
|
||||||
|
metadata:
|
||||||
|
node_type: memory
|
||||||
|
type: reference
|
||||||
|
originSessionId: 75e56337-0869-43b3-a2c3-e5d2fb27a7d9
|
||||||
|
---
|
||||||
|
|
||||||
|
Gitea token for git.chrissader.com: `ef3e33faab2a7404eabed15262e74e1d86c71da2`
|
||||||
|
|
||||||
|
Use in push URLs: `https://claudecode:TOKEN@git.chrissader.com/claudecode/repo.git`
|
||||||
|
|
||||||
|
Related: [[Claude Code sync setup]]
|
||||||
Reference in New Issue
Block a user