Commit graph

  • b77c590f61 chore: bump forge.lthn.ai dep versions to latest tags main Snider 2026-02-26 05:34:23 +00:00
  • 67d7ebec58 Merge pull request 'chore: Go 1.26 modernization' (#3) from chore/go-1.26-modernization into main v0.1.0 Charon 2026-02-24 18:01:49 +00:00
  • 72c17b2382
    chore: sort.Slice → slices.SortFunc Claude 2026-02-24 16:28:05 +00:00
  • cbd0c5f22b
    chore: fmt.Errorf(static) → errors.New Claude 2026-02-24 16:27:42 +00:00
  • 3b9e0e7a4c chore: bump forge.lthn.ai dep versions to latest tags v0.0.4 Snider 2026-02-23 06:49:36 +00:00
  • 214658602a chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig) Snider 2026-02-23 06:45:30 +00:00
  • 2f2839a6ea chore: refresh go.sum after upstream tag updates v0.0.3 v0.0.2 Snider 2026-02-23 06:35:18 +00:00
  • 1e263febf2 feat: modernise to Go 1.26 iterators and stdlib helpers Snider 2026-02-23 06:08:06 +00:00
  • b2286b46d7
    ci: add Forgejo Actions test and security scan workflows Claude 2026-02-23 03:28:02 +00:00
  • d287a5fc84
    chore: refresh go.sum after upstream tag updates Claude 2026-02-22 23:36:25 +00:00
  • 6c3b5989e6 refactor: migrate CLI imports from core/go to core/cli Snider 2026-02-22 23:29:13 +00:00
  • 742dd8edfe
    chore: sync workspace dependency versions Claude 2026-02-22 21:41:04 +00:00
  • 6970da5c49 refactor: apply go fix modernizers for Go 1.26 v0.0.1 Snider 2026-02-22 21:00:17 +00:00
  • bfc855da5b chore: go mod tidy for 1.26.0 Snider 2026-02-22 20:35:59 +00:00
  • 21f05532fd chore: bump go directive to 1.26.0 Snider 2026-02-22 20:33:49 +00:00
  • f5e49280ac chore: pin forge deps to v0.0.1 tags for Go 1.26 compat Snider 2026-02-22 20:15:05 +00:00
  • 49c218aa94 chore: use workspace-resolved versions, drop replace directives Snider 2026-02-22 19:49:36 +00:00
  • ecb7f406f2 refactor: remove init() + RegisterCommands pattern Snider 2026-02-21 22:07:14 +00:00
  • 45a78d77bc feat: absorb workspace command from CLI Snider 2026-02-21 21:46:16 +00:00
  • 65e3ef4d49 feat: migrate task commands from CLI Snider 2026-02-21 20:42:16 +00:00
  • ad0cf5c932 chore: resolve forge deps from registry, remove local replaces Snider 2026-02-21 19:19:48 +00:00
  • 1e23935ad4 docs: add README with quick start and docs links Snider 2026-02-20 15:11:19 +00:00
  • 6e8ae2a1ec docs: graduate TODO/FINDINGS into production documentation Snider 2026-02-20 15:01:55 +00:00
  • 4628b2b094
    feat(events): add Close() method to ChannelEmitter Claude 2026-02-20 12:46:48 +00:00
  • a29ded5159
    feat(events): Phase 8 — event hooks for task lifecycle and quota notifications Claude 2026-02-20 12:02:30 +00:00
  • e7b7459353 docs: mark Phase 7 complete in TODO Snider 2026-02-20 11:48:48 +00:00
  • ba8c19d32f feat(dispatch): Phase 7 — priority-ordered dispatch with retry backoff and dead-letter Snider 2026-02-20 11:47:47 +00:00
  • ce502c0f16 feat(registry): Phase 5 — persistent agent registry (SQLite + Redis + config factory) Snider 2026-02-20 11:40:30 +00:00
  • 779132a3b9 fix(config): change DefaultBaseURL to localhost, annotate reserved fields Snider 2026-02-20 11:37:18 +00:00
  • e86cb1c6a3 docs: add Phases 5-8 to TODO — registry persistence, rate enforcement, retry, events Snider 2026-02-20 11:35:14 +00:00
  • 092f19e7a0
    docs: mark Redis backend as done in TODO.md Claude 2026-02-20 11:29:15 +00:00
  • 9636cdb8ff
    fix(test): mock claude binary in HandleTask tests Claude 2026-02-20 11:28:03 +00:00
  • 6cb02564f4
    fix(test): correct concurrent dispatch test allowance override Claude 2026-02-20 11:23:19 +00:00
  • 0be744e46a feat(allowance): add Redis backend for AllowanceStore Snider 2026-02-20 11:23:13 +00:00
  • 46e3617f9c docs: add commit hash to TODO.md Phase 4 completion Snider 2026-02-20 07:22:16 +00:00
  • ef81db73c1 feat(cli): add status summary, task submission, and log streaming Snider 2026-02-20 07:21:59 +00:00
  • b03e4c1e0b docs: add commit hash to TODO.md Phase 3 completion Snider 2026-02-20 07:17:09 +00:00
  • 646cc0261b feat(coordination): add agent registry, task router, and dispatcher Snider 2026-02-20 07:16:53 +00:00
  • 3e43233e0e feat: Phase 2 — SQLite AllowanceStore backend + config wiring Snider 2026-02-20 07:07:49 +00:00
  • 5d0269511e
    test: push coverage from 85.6% to 96.5% Claude 2026-02-20 02:24:06 +00:00
  • e6b9919d91
    docs: add commit hash to TODO.md Phase 1 completion Claude 2026-02-20 01:00:13 +00:00
  • 23aa635c91
    test: achieve 85.6% coverage with 7 new test files Claude 2026-02-20 00:59:58 +00:00
  • af110becc1
    fix: correct go.mod replace directive (../core → ../go) Claude 2026-02-20 00:48:29 +00:00
  • 2f384d494c docs: add TODO.md for fleet delegation Virgil 2026-02-19 21:36:06 +00:00
  • 68c108f62e feat: extract go-agentic from go-ai as standalone service package Snider 2026-02-19 18:28:36 +00:00