-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: add CHANGELOG.md and FUNDING.yml #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # These are supported funding model platforms | ||
|
|
||
| # github: vineethwilson15 # Uncomment when GitHub Sponsors is set up | ||
| # patreon: [] # Uncomment when Patreon is set up | ||
| open_collective: codemind |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| --- | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Planned | ||
| - `core/ast_parsers/` — tree-sitter Python parser (Phase 1 Step 2) | ||
| - `core/chat/` — LLM chat engine over Neo4j + Qdrant (Phase 1 Step 4) | ||
| - `api/` — FastAPI HTTP surface (Phase 1 Step 5) | ||
| - Integration tests for `core/indexer/` | ||
|
|
||
| --- | ||
|
|
||
| ## [0.0.1] — 2026-03-07 | ||
|
|
||
| ### Added | ||
| - Initial project scaffold (`core/`, `cli/`, `api/`, `integrations/`, `tests/`) | ||
| - `core/config.py` — `Settings` singleton reading from `.env` via `python-dotenv` | ||
| - `core/graph/__init__.py` — `GraphClient` Neo4j context-manager with idempotent `MERGE`-based writes and `delete_file()` compensation rollback | ||
| - `core/indexer/__init__.py` — `RepoIndexer` with dual-store atomic writes (Neo4j + Qdrant), per-file error isolation, and Qdrant-failure compensation | ||
| - `cli/__init__.py` + `cli/__main__.py` — Click + Rich CLI with `index` and `chat` commands | ||
| - 26 unit tests covering the indexer, graph client, and config (all mocked, no Docker required) | ||
| - `docker-compose.yml` — Neo4j 5.18 + Qdrant for local development | ||
| - `.env.example` — full env var reference including optional cloud LLM and integration tokens | ||
| - CI/CD via GitHub Actions: lint (ruff), unit tests (Python 3.9–3.12 matrix), integration tests, CodeQL, Codecov | ||
| - Pre-commit hooks: ruff, secret detection | ||
| - OSS files: `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md`, `SECURITY.md`, PR template, issue templates, `CODEOWNERS` | ||
|
|
||
| [Unreleased]: https://github.com/vineethwilson15/codemind/compare/v0.0.1...HEAD | ||
| [0.0.1]: https://github.com/vineethwilson15/codemind/releases/tag/v0.0.1 | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.