[WIP] Add GitHub Actions CI workflow for mboxer#2
Merged
Conversation
xormania
marked this pull request as ready for review
May 2, 2026 19:01
Copilot stopped work on behalf of
xormania due to an error
May 2, 2026 19:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.github/workflows/ci.ymlwith:masterand PRs targetingmasterubuntu-latestrunner.[dev]→ ruff check → mypy → pytestOriginal prompt
Create a GitHub Actions CI workflow at
.github/workflows/ci.ymlfor theuscient/mboxerPython project.Requirements
The workflow should:
Trigger on:
mastermasterRun on
ubuntu-latestUse a matrix of Python 3.11 and 3.12 (matching the classifiers in
pyproject.toml)Steps:
pip install -e ".[dev]"ruff check src/mypy src/pytestProject details
pipwithpyproject.toml.[dev]which includespytest>=8.0,ruff>=0.5.0,mypy>=1.10src/mboxer/tests/ruffline-length is 100, target is py311 (configured inpyproject.toml)mypystrict is false (configured inpyproject.toml)>=3.11Notes
The following is the prior conversation context from the user's chat exploration (may be truncated):
User: Give me a high level overview of this repo
Assistant: ##
uscient/mboxer— High-Level Overviewmboxer is a local-first Python CLI tool that transforms Gmail/Google Takeout MBOX exports into structured, AI-ready knowledge assets — primarily targeting NotebookLM, RAG pipelines, and local LLM workflows.
🎯 Core Purpose
Gmail MBOX exports are raw and unwieldy.
mboxerbridges that gap by converting them into:⚙️ Pipeline Stages
The full workflow is a sequential CLI pipeline:
.mboxfiles using Python'smailboxstdlib, with resumable checkpoints and deduplicationstandard→ultra_safe)🗂️ Source Layout
🔑 Key Design Principles
📊 Implementation Status
The core pipeline is complete and working. Still in progress:
Tech stack: Pure Python (≥3.11), SQLite, YAML config,
pyproject.tomlpackaging with optionalpdfanddevextras. Licensed under MIT.User: Evaluate the Repo settings
Assistant: Here's a full evaluation of the repository settings for uscient/mboxer:
✅ What's Configured Well
gmail,rag,notebooklm,mbox, etc.)master🔴 High Priority
| Issue | Detail | Recommendation |
|---|---|--...
This pull request was created from Copilot chat.