You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 8028d5e566 Initial implementation of gimme-job CLI
Complete Python package implementing all phases from the spec:
- Phase 0-1: Project scaffold, config, Pydantic/SQLAlchemy models, Typer CLI
- Phase 2: Runtime engine (BrowserManager, BaseAdapter/ManifestDrivenAdapter, orchestrator)
- Phase 3: Claude Code CLI integration (learn/repair modes with Jinja2 prompt templates)
- Phase 4: Ollama summarizer, KakaoTalk client, notification dispatcher
- Phase 5: Indeed adapter with manifest (sites/indeed.yaml)
- Phase 6: 36 unit tests (dates, hashing, dedupe, manifests, kakao, adapter)

gimme-job init/run/learn/repair/test/notify/status commands all wired up.
36/36 unit tests passing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
adapters Initial implementation of gimme-job CLI 5 months ago
__init__.py Initial implementation of gimme-job CLI 5 months ago
test_dates.py Initial implementation of gimme-job CLI 5 months ago
test_dedupe.py Initial implementation of gimme-job CLI 5 months ago
test_hashing.py Initial implementation of gimme-job CLI 5 months ago
test_kakao.py Initial implementation of gimme-job CLI 5 months ago
test_manifests.py Initial implementation of gimme-job CLI 5 months ago