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
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,5 +551,5 @@ Architectural shape:
in BFS expansion, matching the semantics already encoded in
`graphdb_class:ancestors/1`'s NREF_CLASSES filter.

See `docs/f3-graphdb-query-design.md` for the durable architectural
See `docs/designs/f3-graphdb-query-design.md` for the durable architectural
contract.
2 changes: 1 addition & 1 deletion TASKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ the boundary.

Implemented as `graphdb_query` (the `graphdb_language` slot is occupied
by the M6 multilingual overlay layer). Design at
`docs/f3-graphdb-query-design.md`; plan at
`docs/designs/f3-graphdb-query-design.md`; plan at
`docs/superpowers/plans/2026-05-23-f3-graphdb-query.md`. Seven query
primitives (Q1, Q1b, Q2-Q6), snapshot-semantics sessions, continuation
+ resume with `snapshot_expired` detection. Template-filtered
Expand Down
2 changes: 1 addition & 1 deletion apps/graphdb/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Queries are represented as records defined in
through `session_read_node/2` or `session_read_arcs/4`; direct
`mnesia:dirty_*` calls outside those helpers are a code smell.

See `docs/f3-graphdb-query-design.md` for the architectural contract.
See `docs/designs/f3-graphdb-query-design.md` for the architectural contract.

### `graphdb_mgr` — Primary Coordinator

Expand Down
2 changes: 1 addition & 1 deletion apps/graphdb/src/graphdb_query.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%% implemented along with resume/2 and snapshot_expired
%% detection. F3 walking skeleton complete.
%%
%% Design source: docs/f3-graphdb-query-design.md.
%% Design source: docs/designs/f3-graphdb-query-design.md.
%%---------------------------------------------------------------------
%% Revision History
%%---------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**Tech Stack:** Erlang/OTP 28.5, rebar3 3.27.0, Mnesia (disc_copies), Common Test, EUnit.

**Spec source:** `docs/f4-graphdb-rules-design.md` §1 prerequisite and §3.1 seed-list pattern.
**Spec source:** `docs/designs/f4-graphdb-rules-design.md` §1 prerequisite and §3.1 seed-list pattern.

---

Expand Down
Loading