Commit Graph
2 Commits
Author SHA1 Message Date
rock 7074659f83 scripts: add manual build & push script (for when CI is stuck)
Use this script when Forgejo CI/CD runners are unavailable or stuck:

  export REGISTRY_TOKEN='<your-token>'
  ./scripts/build-and-push.sh

Features:
- Dependency checks (docker, git)
- Commit info extraction
- Registry login/logout
- Multi-tag build
- Progress output
- Error handling
- Cleanup
2026-09-05 14:27:05 -07:00
rock a412237095 fix: gitignore log/ dir, remove tracked JSONL from repo
Event logs are runtime data, not source code.
Also adds mem compact command and browser-use + memory-service knowledge.
2026-08-29 22:48:00 -07:00