Three dashboard SPEC.md files name the branch agent-data, where the tickets and the queue live - #1765
Merged
Merged
Conversation
… tickets and the queue live The three files still called it the `tickets` branch. The branch was renamed to `agent-data`; the code says `agent-data` everywhere. Only the branch name changed. The `tickets/` path targets in `queue-entry.SPEC.md` are ticket file paths, not the branch, so they stay.
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.
The three files still called it the
ticketsbranch. The branch was renamed toagent-data, which is what the code says everywhere (packages/framework/src/project.ts,worktrees.ts,install.ts, and the rest).Changed, one line each:
packages/framework/dashboard/components/ProjectErrorBanner.SPEC.md— the project-error glossary entrypackages/framework/dashboard/components/ProjectHome.SPEC.md— the rationale for the error banner sitting above the start formpackages/framework/dashboard/lib/queue-entry.SPEC.md— whereTODO_AGENTS.mdlivesOnly the branch name changed. The
tickets/targets further downqueue-entry.SPEC.mdare ticket file paths, not the branch, so they stay as they are.Opened from The Framework session
spec-agent-data-branch-name.