ordering of context variables is causing file path resolution errors #46

Open
opened 2025-06-01 12:39:10 +00:00 by hugooconnor · 0 comments
hugooconnor commented 2025-06-01 12:39:10 +00:00 (Migrated from codeberg.org)

This ordering of context variables doesn't resolve filepaths in context.md correctly;

context = "llm-md/corpus/context.md"
root-dir = "../"

Whereas, this does;

root-dir = "../"
context = "llm-md/corpus/context.md"

The ordering should not matter.

This ordering of context variables doesn't resolve filepaths in context.md correctly; ``` context = "llm-md/corpus/context.md" root-dir = "../" ``` Whereas, this does; ``` root-dir = "../" context = "llm-md/corpus/context.md" ``` The ordering should not matter.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
anuna-research/llm-md#46
No description provided.