docs: link llm-gateway sync handoff

This commit is contained in:
Rene Fichtmueller 2026-04-29 22:51:07 +02:00
parent 6c42ca7288
commit 8e7c5aa6fd
2 changed files with 37 additions and 1 deletions

View File

@ -5,11 +5,26 @@ Updated: 2026-04-29 20:25 UTC
## Active Policy ## Active Policy
- Put coordination notes and handoffs in this `sync/` folder and push to Gitea. - Put coordination notes and handoffs in this `sync/` folder and push to Gitea.
- Check sibling project sync folders first when context may span repos.
- Use TIPLLM only for TIP crawler/robot planning and extraction feedback. - Use TIPLLM only for TIP crawler/robot planning and extraction feedback.
- Write robot/crawler experience into the Gitea-backed TIPLLM training pool. - Write robot/crawler experience into the Gitea-backed TIPLLM training pool.
- Keep Erik safe: no heavy crawler waves or uncontrolled Playwright/discovery jobs on Erik. - Keep Erik safe: no heavy crawler waves or uncontrolled Playwright/discovery jobs on Erik.
- Use Proxmox/Pi workers for crawl load. - Use Proxmox/Pi workers for crawl load.
## Cross-Repo Sync
Claude Code also created a Gitea sync handoff in the LLM Gateway repo:
- Repo: `rene/llm-gateway`
- Path: `sync/`
- Commit shown by Claude: `e272105 sync: add chat handoff + context scaffolding for Codex integration (2026-04-29)`
- Gitea path: `http://192.168.178.196:3000/rene/llm-gateway/src/main/sync/`
When work touches TIP, Magatama, LLM Gateway, bridges, auth, or shared Erik infrastructure, read both:
- `transceiver-db/sync/CURRENT.md`
- `llm-gateway/sync/CURRENT.md`
## Latest Work ## Latest Work
- Added a verification robot controller: - Added a verification robot controller:
@ -80,4 +95,3 @@ npm run robots:verification -w packages/scraper -- --enqueue=details-fast-lane -
## Dirty Worktree Note ## Dirty Worktree Note
There are existing uncommitted changes outside `sync/`. Some are Codex work from this session, some appear pre-existing or from earlier Claude/Codex work. Do not blindly revert them. Review `git status --short` before committing broader changes. There are existing uncommitted changes outside `sync/`. Some are Codex work from this session, some appear pre-existing or from earlier Claude/Codex work. Do not blindly revert them. Review `git status --short` before committing broader changes.

View File

@ -0,0 +1,22 @@
# 2026-04-29 Cross-Repo Sync Note
Claude Code created a parallel sync handoff in the `rene/llm-gateway` Gitea repo.
Observed from user screenshot:
```text
e272105 sync: add chat handoff + context scaffolding for Codex integration (2026-04-29)
```
Files shown:
- `sync/README.md`
- `sync/CURRENT.md`
- `sync/history/2026-04-29-sync-handoff-integration.md`
Important:
- This TIP repo has its own `sync/` folder.
- The LLM Gateway repo also has a `sync/` folder.
- Future Codex/Claude sessions should check both when work involves shared Erik infrastructure, LLM routing, bridge services, authentication, TIPLLM, or crawler orchestration.