diff --git a/sync/CURRENT.md b/sync/CURRENT.md index 6c6d3e9..0cb42de 100644 --- a/sync/CURRENT.md +++ b/sync/CURRENT.md @@ -5,11 +5,26 @@ Updated: 2026-04-29 20:25 UTC ## Active Policy - 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. - 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. - 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 - Added a verification robot controller: @@ -80,4 +95,3 @@ npm run robots:verification -w packages/scraper -- --enqueue=details-fast-lane - ## 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. - diff --git a/sync/history/2026-04-29-cross-repo-sync.md b/sync/history/2026-04-29-cross-repo-sync.md new file mode 100644 index 0000000..bc067df --- /dev/null +++ b/sync/history/2026-04-29-cross-repo-sync.md @@ -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. +