-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
initial draft of agent files #16038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
initial draft of agent files #16038
Changes from 13 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
83f40d8
initial draft of agent files
ywwg 82f6a08
fix
ywwg a05a6ce
Merge remote-tracking branch 'origin/main' into owilliams/agent-files
ywwg 64604f5
Let's just do an agents file
ywwg 2b89148
AGENTS.md: tweaks
ywwg 1e07261
symlink to claude.md per best practices
ywwg f5ccbed
add contributing.md
ywwg 2f4a388
small agents file now
ywwg 245edde
address note
ywwg 711ac61
restore much of contributing.md
ywwg 218e3af
Update CONTRIBUTING.md
ywwg 6b05e72
Update CONTRIBUTING.md
ywwg 4c57eca
Update CONTRIBUTING.md
ywwg 8e23693
Merge remote-tracking branch 'origin/main' into owilliams/agent-files
ywwg 06995d9
remove CLAUDE.md in favor of just AGENTS.md
ywwg f5be944
Merge remote-tracking branch 'origin/owilliams/agent-files' into owil…
ywwg f72fb3e
markdown files: address notes
ywwg 062eabe
Update CONTRIBUTING.md
ywwg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # AGENTS.md — Mixxx Project Instructions | ||
|
|
||
| See [README.md](README.md) for a project overview, and | ||
| [CONTRIBUTING.md](CONTRIBUTING.md) for build instructions, code style, | ||
| pre-commit setup, Git workflow, and pull request guidelines. | ||
|
|
||
| ## Key Architecture | ||
|
|
||
| - **ControlObject/ControlProxy**: `[Group], key_name` inter-component communication. | ||
| - **Engine thread**: Real-time audio — no allocations, no locks, may emit Qt signals but cannot receive them. | ||
| - **parented_ptr/make_parented**: Qt object-tree ownership. Object must get a parent before `parented_ptr` destructs. | ||
|
|
||
| ## Project Layout | ||
|
|
||
| ```text | ||
| src/ C++ source (engine/, controllers/, library/, mixer/, effects/, qml/, preferences/, util/, test/) | ||
| res/ Resources (controllers/ JS/XML, skins/, qml/) | ||
| cmake/ CMake modules | ||
| tools/ Python helper scripts | ||
| ``` |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| AGENTS.md |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that Claude Code will already look at
AGENTS.mdby default, so to keep our setup vendor agnostic, I would vote to remove it.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good. I'll see if I can revive this tomorrow