Skip to content

Clean up AGENTS.md#268

Merged
dyreby merged 2 commits into
mainfrom
cleanup/agents-md
Feb 28, 2026
Merged

Clean up AGENTS.md#268
dyreby merged 2 commits into
mainfrom
cleanup/agents-md

Conversation

@dyreby

@dyreby dyreby commented Feb 28, 2026

Copy link
Copy Markdown
Contributor

Closes #267.

AGENTS.md had drifted in two ways: missing content (twine-observers, ODE problem type, closure impl for Observer) and sections that described what the code already says (Solution fields, module file lists, full solver signatures).

This PR adds what was missing and strips the rest down to conventions and constraints — things an agent can't infer from reading source.

- Add twine-observers crate
- Replace stale pseudocode with accurate prose covering all three problem types
- Simplify Observer section to one line covering closures and ()
- Drop Solution field list and module file inventory — these vary per solver
  and are trivially read from source
- Drop solver function signature — was already wrong for Euler

Closes #267
@dyreby

dyreby commented Feb 28, 2026

Copy link
Copy Markdown
Contributor Author

Pushed 3cc5c02 — dropped the workflow section. The rule was guarding against accidentally merging temporary docs, but SCRATCHPAD is gitignored so it can't happen anyway.

@dyreby dyreby merged commit 8f18ef2 into main Feb 28, 2026
1 check passed
@dyreby dyreby deleted the cleanup/agents-md branch February 28, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up AGENTS.md before v0.5.0 release

1 participant