Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ src/private/mxtest/file/PathRoot.h
**/xcshareddata/
*.DS_Store
compile_commands.json

# files for my notes and or ai instructions
.prompt
23 changes: 8 additions & 15 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,17 @@ specification. Rather, the goal of code generation is bespoke, to produce what i

## Quality Gates

When modifying any file under `src/`, run:
Always run `make fmt` after modifying code under `src/`.

```
make fmt && make check && make test
```
To see whether your code changes are sound, follow that with:
- for changes in `src/private/mx/core/*`: `make test-all` (very slow, can be more than 10 minutes)
- for changes not in `src/private/mx/core/*`: `make test` (faster, can take a couple minues)

If the changes include anything under `src/private/mx/core/`, use `make test-all` instead of
`make test`.
Check for warnings with: `make check`.

`make fmt` and `make check` run inside Docker (requires Docker on the host).
CI will run all of these plus the `xcode` targets.

On `make check` failure, run `make fmt` to fix formatting, then address any remaining warnings
manually.

See `docs/ai/project/build-and-ci-design.md` for full details on the CI pipeline and quality gate
design.

## The Project
## Current Project

We are working on reverse engineering a new codegen system to regenerate mx/core for MusicXML 4.0.
See the project directory @./docs/ai/project/AGENTS.md
See the project directory `./docs/ai/project/gen`.
27 changes: 0 additions & 27 deletions docs/DevNotes/Attribute Group Reference.xml

This file was deleted.

17 changes: 0 additions & 17 deletions docs/DevNotes/CocoaNotes.txt

This file was deleted.

Loading
Loading