Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dandi
/
dandi-cli
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
27
Code
Issues
179
Pull requests
32
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
ENH: Machine-readable validate output with store/reload
- #1822
#1822
Merged
yarikoptic
merged 23 commits into
master
dandi/dandi-cli:master
from
enh-validators
dandi/dandi-cli:enh-validators
Copy head branch name to clipboard
Apr 5, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
ENH: Machine-readable validate output with store/reload
#1822
yarikoptic
merged 23 commits into
master
dandi/dandi-cli:master
from
enh-validators
dandi/dandi-cli:enh-validators
Copy head branch name to clipboard
Commits
Commits on Apr 2, 2026
design: machine-readable validate output with store/reload
Show description for 9844920
yarikoptic
and
claude
committed
9844920
View commit details
Copy full SHA for 9844920
Browse repository at this point
feat: add record_version field to ValidationResult
Show description for 113a812
yarikoptic
and
claude
committed
113a812
View commit details
Copy full SHA for 113a812
Browse repository at this point
feat: add --format option to dandi validate CLI
Show description for 27ed62c
yarikoptic
and
claude
committed
27ed62c
View commit details
Copy full SHA for 27ed62c
Browse repository at this point
feat: add --output option, io.py module, and auto-save sidecar
Show description for 0bcf52b
yarikoptic
and
claude
committed
0bcf52b
View commit details
Copy full SHA for 0bcf52b
Browse repository at this point
feat: add --summary option to dandi validate CLI
Show description for 1e231f0
yarikoptic
and
claude
committed
1e231f0
View commit details
Copy full SHA for 1e231f0
Browse repository at this point
feat: add --load option to dandi validate CLI
Show description for 17436de
yarikoptic
and
claude
committed
17436de
View commit details
Copy full SHA for 17436de
Browse repository at this point
feat: persist upload validation results to sidecar JSONL
Show description for 3873319
yarikoptic
and
claude
committed
3873319
View commit details
Copy full SHA for 3873319
Browse repository at this point
fix: add proper type annotations to cmd_validate helpers
Show description for a66ff59
yarikoptic
and
claude
committed
a66ff59
View commit details
Copy full SHA for a66ff59
Browse repository at this point
feat: auto-detect --format from --output file extension
Show description for 8c03dd3
yarikoptic
and
claude
committed
8c03dd3
View commit details
Copy full SHA for 8c03dd3
Browse repository at this point
feat: add extended grouping options to dandi validate
Show description for 5bd0f31
yarikoptic
and
claude
committed
5bd0f31
View commit details
Copy full SHA for 5bd0f31
Browse repository at this point
feat: add --max-per-group truncation to dandi validate
Show description for dae0de5
yarikoptic
and
claude
committed
dae0de5
View commit details
Copy full SHA for dae0de5
Browse repository at this point
fix: auto-save validation sidecar for all output formats
Show description for f07d5e5
yarikoptic
and
claude
committed
f07d5e5
View commit details
Copy full SHA for f07d5e5
Browse repository at this point
refactor: address PR #1822 review feedback
Show description for 8a30f1b
yarikoptic
and
claude
committed
8a30f1b
View commit details
Copy full SHA for 8a30f1b
Browse repository at this point
refactor: rename "sidecar" to "companion" to avoid BIDS confusion + save companion unfiltered in cmd_validate
Show description for e2bd9ab
yarikoptic
committed
e2bd9ab
View commit details
Copy full SHA for e2bd9ab
Browse repository at this point
test: add parametrized CLI tests for single and composite groupings
Show description for c8e8f9e
yarikoptic
and
claude
committed
c8e8f9e
View commit details
Copy full SHA for c8e8f9e
Browse repository at this point
refactor: merge write/append_validation_jsonl into single function
Show description for 2a0169f
yarikoptic
and
claude
committed
2a0169f
View commit details
Copy full SHA for 2a0169f
Browse repository at this point
DOC: add DEVELOPMENT.md about doc for doclass attributes
yarikoptic
committed
9881001
View commit details
Copy full SHA for 9881001
Browse repository at this point
Commits on Apr 3, 2026
refactor: rename validate submodules to private (_io, _core, _types)
Show description for 87d4c81
yarikoptic
and
claude
committed
87d4c81
View commit details
Copy full SHA for 87d4c81
Browse repository at this point
refactor: update imports for private validate submodules, add __all__
Show description for 1c235d0
yarikoptic
and
claude
committed
1c235d0
View commit details
Copy full SHA for 1c235d0
Browse repository at this point
Commits on Apr 4, 2026
refactor: move unnecessary in-function imports to module level
Show description for b27cc0f
yarikoptic
and
claude
committed
b27cc0f
View commit details
Copy full SHA for b27cc0f
Browse repository at this point
test: use _GROUPING_SPECS for JSON grouping tests too
Show description for b5f1558
yarikoptic
and
claude
committed
b5f1558
View commit details
Copy full SHA for b5f1558
Browse repository at this point
refactor: add TextFormatter for uniform rendering dispatch
Show description for 0ac3b13
yarikoptic
and
claude
committed
0ac3b13
View commit details
Copy full SHA for 0ac3b13
Browse repository at this point
Commits on Apr 5, 2026
Merge branch 'master' into enh-validators
CodyCBakerPhD
authored
505de8f
View commit details
Copy full SHA for 505de8f
Browse repository at this point
You can’t perform that action at this time.