Releases: Pro0f/devscontext
Releases · Pro0f/devscontext
v0.2.0 — Plugin system, pre-processing agents, Slack & Gmail
What's New
Plugin Architecture
- Source adapters and synthesis engines are now plugins
- Configurable via
.devscontext.yaml - Third-party plugins supported via Python entry points
Pre-processing Agent
- Watches Jira for tickets entering "Ready for Development"
- Builds rich context proactively before developers pick up tasks
- Context quality scoring with gap analysis
- CLI:
devscontext agent start,devscontext agent run-once
New Sources
- Slack — searches channels and threads for ticket discussions
- Gmail — finds related email threads (OAuth2, read-only)
Core
- Jira adapter with full ticket, comments, and linked issues
- Fireflies adapter for meeting transcripts and decisions
- Local docs adapter with keyword-based matching
- LLM synthesis (Anthropic, OpenAI, Ollama)
- In-memory caching with configurable TTL
MCP Tools
get_task_context— full synthesized context for a ticketsearch_context— search across all sourcesget_standards— coding standards lookup
Install
pip install devscontext