No description
  • Python 58.3%
  • Kotlin 39.9%
  • Shell 1.8%
Find a file
calum 94ccba0cb3 Close out 2026-05-29 session
- Add Android UI improvements note to closeout (PromptCard polish, 2ad7027)
- Clarify deployment state: repo head vs runtime code commit
- Update stale known-issues list with done/pending markers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 06:49:02 +04:00
android Close out remote Coding Agent session 2026-05-29 06:47:29 +04:00
backend Wire remote Coding Agent run path 2026-05-28 19:07:30 +04:00
design Update continuation and UI handoff notes for PromptCard polish 2026-05-27 16:32:51 +04:00
docs Close out 2026-05-29 session 2026-05-29 06:49:02 +04:00
packaging Add push notification delivery foundation 2026-05-27 05:55:25 +04:00
prompts Add initial devOps Chat backend skeleton 2026-05-26 03:00:41 +04:00
scripts Fix private APK semantic versioning 2026-05-27 01:29:49 +04:00
tests Wire remote Coding Agent run path 2026-05-28 19:07:30 +04:00
tools Create initial project directory structure 2026-05-26 02:46:05 +04:00
.gitignore Add private Android self-provisioning 2026-05-26 20:19:50 +04:00
DEVOPS_CHAT_SERVER.md Add devOps Chat server bootstrap notes 2026-05-26 02:45:52 +04:00
pytest.ini Add core registry and session API 2026-05-26 03:14:15 +04:00
README.md Add initial devOps Chat backend skeleton 2026-05-26 03:00:41 +04:00
VERSION Improve onboarding plan UX and network errors 2026-05-27 07:18:14 +04:00

devOps Chat

Mobile-first DevOps cockpit for AI-assisted coding workflows.

Repository Layout

  • backend/ - FastAPI backend, SQLAlchemy models, Alembic setup
  • android/ - Android app placeholder
  • docs/ - Architecture and operating notes
  • packaging/systemd/ - systemd unit draft
  • prompts/ - project prompts and kickoff notes
  • scripts/ - local development scripts
  • tools/ - future backend-controlled helper tools

Backend Quick Start

python3 -m venv .venv
. .venv/bin/activate
pip install -r backend/requirements.txt
cp packaging/devops-chat.env.example .env
scripts/run-backend-dev.sh

Health check:

curl http://127.0.0.1:8000/health