opentology 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,10 @@ export function generateContextSection(projectId, graphUri) {
|
|
|
7
7
|
return `${MARKER_BEGIN}
|
|
8
8
|
## Context Management — OpenTology
|
|
9
9
|
|
|
10
|
-
This project uses OpenTology as its project
|
|
10
|
+
This project uses OpenTology as its knowledge graph — treat it as the project's **long-term memory**.
|
|
11
|
+
Before reading source files, grep-searching, or making assumptions, **query the graph first**.
|
|
12
|
+
It holds architectural decisions, resolved issues, reusable patterns, module dependencies,
|
|
13
|
+
symbol-level call graphs, and session history. Prefer graph knowledge over re-deriving facts from code.
|
|
11
14
|
|
|
12
15
|
### Graph Structure
|
|
13
16
|
|