Implement the 022-fixed-layout-bars feature that pins turn navigation to the top and add-creature bar to the bottom of the encounter tracker with only the combatant list scrolling between them, and auto-scrolls to the active combatant on turn change
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -122,6 +122,10 @@ fi
|
||||
# Build list of available documents
|
||||
docs=()
|
||||
|
||||
# Include required docs that passed validation above
|
||||
[[ -f "$FEATURE_SPEC" ]] && docs+=("spec.md")
|
||||
[[ -f "$IMPL_PLAN" ]] && docs+=("plan.md")
|
||||
|
||||
# Always check these optional docs
|
||||
[[ -f "$RESEARCH" ]] && docs+=("research.md")
|
||||
[[ -f "$DATA_MODEL" ]] && docs+=("data-model.md")
|
||||
|
||||
Reference in New Issue
Block a user