Skip to content

Commit 1e94957

Browse files
committed
the commit and push
1 parent 82864ed commit 1e94957

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44

55
### Added
66

7-
- Python import graph: `build_import_graph()`, `expand_with_imports()`
7+
- `.ctxengignore` file support (gitignore-style patterns via pathspec)
8+
- `pathspec>=0.12` dependency (declared install requirement)
9+
- `parse_ctxengignore()` public API; patterns applied in filesystem collection
10+
- Import graph analysis: `build_import_graph()`, `expand_with_imports()`
811
- `ContextEngine(use_import_graph=..., import_graph_depth=...)`
912
- `ContextBuilder.use_import_graph(depth=...)` and `no_import_graph()`
1013
- CLI: `--import-graph` / `--no-import-graph`, `--import-graph-depth N`
1114

15+
### Note
16+
17+
[0.1.1] was tagged in git and recorded below, but **PyPI had no 0.1.1 upload**; the registry went **0.1.0 → 0.1.2**. This entry summarizes everything shipped in **0.1.2** on PyPI.
18+
1219
## [0.1.1] — 2026-04-05
1320

1421
### Added

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ requires-python = ">=3.10"
1212
authors = [{ name = "ctxeng contributors" }]
1313
keywords = [
1414
"llm", "context", "context-engineering", "claude", "openai",
15-
"gpt", "token", "ai", "developer-tools", "codebase",
15+
"gpt", "token", "ai", "developer-tools", "codebase", "pathspec",
16+
"ignore", "gitignore",
1617
]
1718
classifiers = [
1819
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)