Skip to content

Commit a41569a

Browse files
aksOpsclaude
andcommitted
docs: drop stale rename callouts post GitHub repo rename
- README.md: remove "Repo rename is a manual step" callout — rename from docscontext → docsiq is now complete on github.com - CLAUDE.md: drop stale claims that legacy ~/.docscontext/ config dir and DOCSCONTEXT_* env vars are still honored — both were removed in the greenfield rename (commit 5f... wave 1) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9cafb5d commit a41569a

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ internal/
4545

4646
## Config & Environment
4747

48-
- Config dir: `~/.docsiq/` (legacy `~/.docscontext/` still honored for a deprecation window)
49-
- Env var prefix: `DOCSIQ_` (legacy `DOCSCONTEXT_` is auto-migrated in-process at startup and emits a deprecation warning)
48+
- Config dir: `~/.docsiq/`
49+
- Env var prefix: `DOCSIQ_`
5050
- Supports both `.yaml` and `.yml` config files
5151

5252
## Code Style

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
[![Go Version](https://img.shields.io/github/go-mod/go-version/RandomCodeSpace/docsiq)](https://github.com/RandomCodeSpace/docsiq/blob/main/go.mod)
99
[![Frontend Version](https://img.shields.io/badge/frontend-none-lightgrey)](https://github.com/RandomCodeSpace/docsiq)
1010

11-
> **Repo rename:** the project was previously named `docscontext`. The local
12-
> checkout directory may still be `docscontext/`, but the Go module and
13-
> binary are now `docsiq`. The GitHub repo rename from `docscontext` to
14-
> `docsiq` is a manual step on github.com — badge/clone URLs above assume
15-
> it has been done.
16-
1711
A GraphRAG tool inspired by [Microsoft GraphRAG](https://github.com/microsoft/graphrag). Built on CGO-backed SQLite ([`mattn/go-sqlite3`](https://github.com/mattn/go-sqlite3) with FTS5) plus the [`sqlite-vec`](https://github.com/asg017/sqlite-vec) loadable extension for ANN vector search.
1812
Ingests unstructured documents, builds a hierarchical knowledge graph with community detection, and exposes an **MCP server + embedded Web UI** on a single port.
1913

0 commit comments

Comments
 (0)