⚒ sindri

← back to repo

Commit history

            
                * 974165d (master) feat(ui): syntax highlighting via highlight.js (github light theme)
                * 5792a88 fix(ui): use HTML.tag("pre") — HTML builder has no .pre() method
                * 5412177 feat(ui): commit history and file tree browser
                * 4689e77 fix(ui): serve /style.css — was referenced in HTML but had no route
                * eb0dd24 fix(docker): correct CLI arg order — --config is a top-level option
                * 01b01f5 feat(deploy): Dockerfile + example config
                * c1a29ee feat(ui): issues, PRs, runs pages + all routes wired
                * 120f230 feat(ui): violetear layout + dashboard + repo page
                * 99be9f6 feat(workflows): 6 pre-built workflows — triage, implement, review, ci, diagnose, bugfix
                * 6594eb1 feat(forge): SindriContext — typed forge API for workflows
                * 5df163c fix(git): enable http.receivepack on bare repos so git push works over HTTP
                * 17b7e4d feat(bridge): aegis runtime bridge with fallback stub + event→queue routing
                * a391663 feat(events): typed event dataclasses + EventBus
                * 06089f4 feat(server): CLI + FastAPI server with git HTTP smart protocol + REST API
                * e6de59c feat(git): bare repo management, worktrees, git-http-backend proxy
                * b7d956e feat(db): BeaverDB schema — repos, issues, PRs, runs, events
                * 6c5d343 feat(config): SindriConfig pydantic loader with routing validation
                * 922cc33 chore: init sindri package