# MindCite **Repository Path**: putty_git/MindCite ## Basic Information - **Project Name**: MindCite - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-30 - **Last Updated**: 2026-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A local-first research workflow template for Zotero, Obsidian, and Codex.
> Recommended path: use **Codex smart deployment** first. If you are comfortable with the command line, use **Quick Start**. MindCite turns a local Zotero library into a traceable, reusable, and extensible research workspace. It builds a local index from Zotero, generates structured reading notes for Obsidian, and supports note-based Q&A, classification governance, and theory/method/topic synthesis. This public template contains no real papers, Zotero databases, API keys, private indexes, logs, or personal research materials. `examples/demo-vault` is fully synthetic and only exists for testing the workflow. ## Choose Your Path | You are | Start here | Best for | | --- | --- | --- | | A Codex user | [Codex Smart Deploy](#codex-smart-deploy) | Let Codex clone, configure, test, and connect to Zotero in read-only mode. | | A no-code user | [Codex Command Cookbook](docs/codex-command-cookbook.md) | Copy natural-language prompts and let Codex operate the workflow. | | A command-line user | [Quick Start](#quick-start) | Configure `.env` and run commands manually. | | Just exploring | [5-Minute Demo](#5-minute-demo) | Run synthetic demo data without Zotero paths or API keys. | | Working on classification | [Classification Guide](docs/classification-guide.md) | Understand theory/method/topic tags, review queues, and Zotero dry-run. | ## Workflow ```mermaid flowchart LR Zotero["Local Zotero Library"] --> Index["Local Index"] Index --> Reading["Reading Notes"] Reading --> QA["Notes-based Q&A"] Reading --> Classify["Classification Review Queue"] Reading --> Tags["v0.3 Tag Taxonomy Audit"] Tags --> Taxonomy["Formal Taxonomy"] Classify --> Synthesis["Theory/Method/Topic Synthesis"] Classify --> DryRun["Zotero Writeback Dry-run"] ``` ## Highlights - Local-first: PDFs, Zotero databases, API keys, logs, and private notes stay local by default. - Traceable: Zotero index, reading notes, classification queues, and synthesis drafts are all file-based. - Demo-ready: `examples/demo-vault` lets you test the workflow immediately. - Extensible: LLM providers, embeddings, templates, classification dimensions, and data sources are configurable. - Safer long-term work: v0.2 adds schema validation, atomic writes, migration dry-runs, quarantine, and smoke tests. - Better classification governance: v0.3 audits the tag system itself with `a/p/m/r` decisions for accept, pending, merge, and reject. ## Who This Is For - You manage papers with Zotero and want to persist reading outputs in Obsidian. - You want Codex or another AI coding agent to automate indexing, reading, classification, and synthesis. - You want a local knowledge workflow without uploading unpublished research, Zotero databases, PDFs, or API keys. ## Who This Is Not For - You want a zero-setup web app. - You do not use Zotero or Obsidian yet. - You want to upload your entire private Vault to GitHub or a cloud service. - You expect AI to replace research judgment instead of assisting organization and drafting. ## 5-Minute Demo Run the synthetic demo without real Zotero paths or API keys: ```powershell git clone https://github.com/YYCCCHAOOO/MindCite.git MindCite cd MindCite python -m pip install -r requirements.txt python tools/structure_check.py python tools/validate_data_contracts.py --demo-only $env:MINDCITE_ROOT=(Resolve-Path .\examples\demo-vault) python _skills/Zotero-Library-Sync/scripts/vault_health_check.py python _skills/Classification-Governance-System/scripts/build_classification_review_queue.py --all python _skills/Classification-Governance-System/scripts/discover_open_tag_candidates.py --min-notes 1 python _skills/Classification-Governance-System/scripts/prioritize_open_tag_candidates.py python _skills/Classification-Governance-System/scripts/apply_tag_taxonomy_decisions.py --use-markdown-operations Remove-Item Env:\MINDCITE_ROOT ``` If you see `ok: true`, the project structure, demo index, and classification queue are working. ## Codex Smart Deploy If you use Codex, create a local workspace and paste this prompt: ```text Please clone https://github.com/YYCCCHAOOO/MindCite and create a private local MindCite Vault for me. Install dependencies, copy config templates, run structure checks and the demo smoke test. Then detect my local Zotero database and storage paths in read-only mode, write them to local .env, and run update_zotero_index.py to generate a local index. Do not commit .env, indexes, logs, notes, PDFs, Zotero databases, or API keys. Do not run any --apply command. If testing the reading pipeline only, set MINDCITE_OFFLINE=1 to avoid remote model calls. ``` Codex should: - Clone the repository. - Copy `.env.example` and `config/mindcite.example.json`. - Install `requirements.txt`. - Run `python tools/structure_check.py` and `python tools/smoke_test.py`. - Detect `ZOTERO_DB_PATH` and `ZOTERO_STORAGE_PATH` in read-only mode. - Build a local Zotero index without writing back to Zotero. See [Codex Setup](docs/codex-setup.md) for details. If you have no coding background, start with the [Codex Command Cookbook](docs/codex-command-cookbook.md). It provides copy-ready prompts for deployment, indexing, reading, Q&A, classification, synthesis, and safety checks. ## Quick Start 1. Clone the repository. ```powershell git clone https://github.com/YYCCCHAOOO/MindCite.git MindCite cd MindCite ``` 2. Create local config files. ```powershell Copy-Item .env.example .env Copy-Item config/mindcite.example.json config/mindcite.json ``` 3. Edit `.env`. ```text ZOTERO_DB_PATH=