clean up of hardcoded stale configurable paths

This commit is contained in:
Brian Madison
2025-11-12 20:46:47 -06:00
parent 1868477238
commit 8f57effda4
8 changed files with 8 additions and 106 deletions

View File

@@ -38,7 +38,7 @@ generated: 05-06-2-2025 21:30
project: My Awesome Project
project_key: jira-1234
tracking_system: file-system
story_location: "{project-root}/docs/stories"
story_location: "{story_location}"
development_status:
epic-1: contexted

View File

@@ -23,7 +23,7 @@ variables:
# Tracking system configuration
tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
story_location: "{project-root}/docs/stories" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
story_location: "{config_source}:sprint_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
story_location_absolute: "{config_source}:sprint_artifacts" # Absolute path for file operations
# Source files (file-system only)

View File

@@ -37,7 +37,7 @@ user_skill_level:
sprint_artifacts:
prompt: "Where should Sprint Artifacts be stored (sprint status, stories, story context, temp context, etc...)?"
default: "{output_folder}/stories"
default: "{output_folder}/sprint-artifacts"
result: "{project-root}/{value}"
# TEA Agent Configuration

View File

@@ -38,7 +38,7 @@ generated: 05-06-2-2025 21:30
project: My Awesome Project
project_key: jira-1234
tracking_system: file-system
story_location: "{project-root}/docs/stories"
story_location: "{story_location}"
development_status:
epic-1: contexted

View File

@@ -23,7 +23,7 @@ variables:
# Tracking system configuration
tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
story_location: "{project-root}/docs/stories" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
story_location: "{config_source}:sprint_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
story_location_absolute: "{config_source}:sprint_artifacts" # Absolute path for file operations
# Source files (file-system only)