Align AGENTS.md with the established Ruff validation baseline #53
No reviewers
Labels
No labels
area/deployment
area/governance
area/metadata
area/pipeline
area/search
type/data
type/design
type/implementation
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Arkive/arkive!53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/agents-ruff-validation-baseline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
AGENTS.md.pyproject.toml, both of which were established by the Python tooling baseline.Context
The Python project baseline established Ruff through
pyproject.toml, anddocs/development.mdalready documents these commands:python -m ruff check src pipeline testspython -m ruff format --check src pipeline testsAGENTS.mdstill omitted these checks and incorrectly stated that Ruff andpyproject.tomlmust not be introduced. This pull request reconciles that stale guidance before further implementation work begins.Verification
git diff --checkpython pipeline/validate/validate_records.pypython -m unittest discover -s tests -vpython -m ruff check src pipeline testspython -m ruff format --check src pipeline testsValidation results:
Scope confirmation
AGENTS.mdchanged.Related issue
Follow-up correction to the tooling baseline established through Issue #7 and PR #30.