27 lines
914 B
Markdown
27 lines
914 B
Markdown
# TIP Agent Sync
|
|
|
|
This folder is the shared handoff area for Codex, Claude Code, and laptop sync workflows.
|
|
|
|
Rules:
|
|
|
|
- Always write current work status here before ending a session.
|
|
- Keep entries practical: what changed, what was deployed, what was not deployed, what is risky, and what should happen next.
|
|
- Do not store secrets, tokens, passwords, private keys, cookies, or bearer tokens here.
|
|
- Use Gitea `origin` as the common sync target.
|
|
- Erik is a controller only for crawler work. Heavy crawling belongs on Proxmox or Pi workers.
|
|
- TIPLLM is the only AI used for TIP crawler/robot planning and extraction feedback.
|
|
- Robot/crawler experiences must also be written to the TIPLLM training pool in Gitea.
|
|
|
|
Suggested session closeout:
|
|
|
|
```bash
|
|
git status --short
|
|
date -u
|
|
```
|
|
|
|
Then update:
|
|
|
|
- `sync/CURRENT.md` for the latest operational state.
|
|
- A dated file under `sync/history/` for anything substantial.
|
|
|