You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new AI context guide page to the OnTrack documentation site. This page provides structured project context for contributors using AI tools such as GPT and Claude.
The guide includes:
project summary
key repositories
tech stack
backend API overview
frontend feature context
development setup
development workflow
guidance on how to use the context with AI tools
This change was made to support the idea raised during standup about creating a practical context file that helps AI tools understand the system faster and reduce hallucinations.
Fixes # (issue)
Type of change
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
Documentation (update or new)
How Has This Been Tested?
Ran the documentation site locally using npm run dev
Verified that the new page renders correctly in the Team section
Checked page structure, headings, and formatting in the local Astro/Starlight site
Testing Checklist
Tested in latest Chrome
Tested in latest Safari
Tested in latest Firefox
Checklist
My code follows the style guidelines of this project
I have performed a self-review of my own code
I have documented my code in hard-to-understand areas
I have made corresponding changes to the documentation
My changes generate no new warnings
I have requested a review from ... on the Pull Request
Looks good overall, however I would also include the "doubtfire-deploy" repo in the list, even thoug it's not directly used, as I believe it provides the deployment and environment configuration for the system. It will also give a more complete view of how OnTrack works, which might be helpful for AI? Maybe some further information can be added to reflect this in the file, if the repo is added to the list.
I agree with what Julian said last week. Maybe even worth putting the Development Setup instructions slightly higher for those who are unsure on how to run the environment. However, I do feel that it is slightly word-heavy, so you could cut down on some things that may not be absolutely required.
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
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
Added a new AI context guide page to the OnTrack documentation site. This page provides structured project context for contributors using AI tools such as GPT and Claude.
The guide includes:
This change was made to support the idea raised during standup about creating a practical context file that helps AI tools understand the system faster and reduce hallucinations.
Fixes # (issue)
Type of change
How Has This Been Tested?
npm run devTesting Checklist
Checklist