Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Plan: Lossless-permissive `NodeFilter` contract

Status: **active (planning)**. This plan implements
[`propose/LOSSLESS-PERMISSIVE-NODEFILTER-PROPOSE.md`](../propose/LOSSLESS-PERMISSIVE-NODEFILTER-PROPOSE.md).
Status: **completed**. This plan implemented
[`propose/completed/LOSSLESS-PERMISSIVE-NODEFILTER-PROPOSE.md`](../../propose/completed/LOSSLESS-PERMISSIVE-NODEFILTER-PROPOSE.md).

Depends on: **none** (orthogonal to graph/Kuzu work such as upstream #119).

Expand Down Expand Up @@ -136,5 +136,5 @@ Landing order: **PR-N1 only**.

## Tracking

- `PR-N1`: _pending_
- `PR-N1`: _done_
- Per-PR Cursor prompts: [`plans/CURSOR-PROMPTS-LOSSLESS-PERMISSIVE-NODEFILTER.md`](./CURSOR-PROMPTS-LOSSLESS-PERMISSIVE-NODEFILTER.md)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Status

Proposalnot yet implemented. Tracks upstream discussion: [HumanBean17/java-codebase-rag#122](https://github.com/HumanBean17/java-codebase-rag/issues/122) (tactical subset of the strategic frame question in #117).
Completedimplemented in PR-N1 (`enforce lossless NodeFilter (forbid extras + kind applicability)`). Tracks upstream discussion: [HumanBean17/java-codebase-rag#122](https://github.com/HumanBean17/java-codebase-rag/issues/122) (tactical subset of the strategic frame question in #117).

## Problem Statement

Expand Down
Loading