Skip to content

Commit 77a0e2f

Browse files
committed
Bug fix in LLM context.
1 parent 01f4a99 commit 77a0e2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/src/llm_context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434

3535
### Key Relation Types
3636

37-
- **refine**: Further elaborates another element (bidirectional impact)
37+
- **refinedBy/refine**: Further elaborates another element (bidirectional impact)
3838
- **verifiedBy/verify**: Links to verification methods or tests
3939
- **derivedFrom/derive**: Source and derived requirements (upward impact)
4040
- **containedBy/contain**: Parent-child relationships (hierarchical)
4141
- **satisfiedBy/satisfy**: Implementation relationships (implementation artifacts)
42-
- **tracedFrom/trace**: General traceability without specific semantics
43-
- **dependsOn/enable**: Dependency relationships (directional)
42+
- **trace**: General traceability without specific semantics
43+
4444

4545
### Identifiers
4646

0 commit comments

Comments
 (0)