Skip to content

Releases: JoeSoep/ai-dev-team

Release list

v0.1.0

Choose a tag to compare

@JoeSoep JoeSoep released this 01 Jun 15:59

v0.1.0 - Local-first AI dev team cockpit MVP

First public MVP of AI Dev Team Cockpit.

Highlights

  • Node/TypeScript MCP server for shared project memory.
  • Local SQLite storage for projects, tasks, progress, decisions, evidence, and
    reviewer findings.
  • Git-tracked project context via .ai/PROJECT.md and .ai/DECISIONS.md.
  • Optional Telegram inbox that writes allowlisted requests to local Markdown
    files.
  • Optional Codex inbox worker that runs codex exec for explicitly allowlisted
    project keys.
  • Public-ready env-first configuration with local secrets, paths, databases,
    inbox files, and logs ignored by Git.
  • MIT license, security notes, GitHub metadata, roadmap issue drafts, and README
    architecture diagram.

Validation

  • npm test in memory-mcp passes.
  • node --check scripts/telegram-inbox.mjs passes.
  • node --check scripts/codex-inbox-worker.mjs passes.
  • Public-readiness scan found no committed private target paths, Telegram chat
    IDs, or numeric-looking bot tokens.

Notes

This is a local-first MVP for maintainer workflows. It is not a hosted SaaS
orchestrator, production deployment system, or unattended infrastructure
automation platform. Keep a human review step before merging, deploying,
running production migrations, or changing secrets.