feat: allow absolute PARAGON_THEME_SOURCES_PATH for theme tokens #66
Closed
kdmccormick wants to merge 2 commits into
Closed
feat: allow absolute PARAGON_THEME_SOURCES_PATH for theme tokens #66kdmccormick wants to merge 2 commits into
kdmccormick wants to merge 2 commits into
Conversation
Lets users point the theme sources mount at a directory outside $TUTOR_ROOT/env (e.g. a brand repo on the host), so token sources survive `tutor config save --clean`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Updates references to `PARAGON_THEMES_PATH` / `PARAGON_THEMES` to the
actual config keys, fixes default values, separates source vs. compiled
paths, and drops `{{ TUTOR_ROOT }}` (not a Jinja variable in Tutor).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Member
Author
|
Abandoning the 'allow absolute path' change for now. Splitting off the doc updates here: #67 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two commits:
feat: allow absolute PARAGON_THEME_SOURCES_PATH for theme tokens
Lets users point the theme sources mount at a directory outside
$TUTOR_ROOT/env (e.g. a brand repo on the host), so token sources
survive
tutor config save --clean.docs: correct stale config names and paths in paragon README
Updates references to
PARAGON_THEMES_PATH/PARAGON_THEMESto theactual config keys, fixes default values, separates source vs. compiled
paths, and drops
{{ TUTOR_ROOT }}(not a Jinja variable in Tutor).AI
Generated by Claude. Still reviewing changes manually, will review fully before merging.