Skip to content

feat: add JASP OSF storage parity#76

Merged
edithatogo merged 2 commits into
masterfrom
codex/implement-jasp-osf-parity
Jul 13, 2026
Merged

feat: add JASP OSF storage parity#76
edithatogo merged 2 commits into
masterfrom
codex/implement-jasp-osf-parity

Conversation

@edithatogo

Copy link
Copy Markdown
Owner

Summary

  • audit JASP desktop OSF integration and record dated source-backed comparison
  • expose provider-supplied attributes.extra.hashes.md5 in API, CLI JSON, and MCP structured output
  • add offline fixture coverage and synchronize docs and feature matrix

Validation

  • go test ./...
  • go test -race ./...
  • go vet ./...
  • golangci-lint run
  • go run ./tools/checkstubs
  • go run ./tools/checkreviews
  • go run ./tools/checkfeaturematrix
  • go run ./tools/checkregistries
  • go run ./tools/checkreleasecontract
  • govulncheck ./...
  • git diff --check

Closes #18

Commit notes: Mark track 18 in progress before implementing the JASP OSF storage parity contract.
Commit notes: Implement JASP OSF parity for provider-supplied MD5 metadata across the API client, CLI JSON, and MCP structured output. Add offline fixtures, dated source comparison, feature matrix updates, and explicit desktop-scope rationale. Full repository gates passed.
@edithatogo edithatogo merged commit 2312de4 into master Jul 13, 2026
5 of 6 checks passed
@edithatogo edithatogo deleted the codex/implement-jasp-osf-parity branch July 13, 2026 08:44

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request completes the JASP OSF integration parity track by implementing support for provider-supplied MD5 checksums. The changes introduce parsing for attributes.extra.hashes.md5 in the OSF API client and expose this metadata in both the CLI JSON output and the MCP server's structured file listings. Comprehensive offline tests, fixtures, and documentation (including the feature matrix and usage guides) have been updated to reflect these additions. There are no review comments to address.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

Benchmark JASP OSF desktop integration workflows

1 participant