Skip to content

Develop - #47

Merged
MethodWhite merged 7 commits into
mainfrom
develop
Jul 10, 2026
Merged

MethodWhite merged 7 commits into
mainfrom
develop

Conversation

@MethodWhite

Copy link
Copy Markdown
Owner

Description

Type of change

  • Bug fix (non-breaking)
  • New feature (non-breaking)
  • Breaking change
  • Database / schema
  • MCP tool
  • Refactor (no functional changes)
  • Documentation

Checklist

  • cargo build --release succeeds
  • cargo test passes
  • cargo clippy has no new warnings
  • cargo fmt has been run
  • No eprintln! noise under SYNAPSIS_QUIET=1
  • Errors use JSON-RPC error field, not result.content
  • New tools have inputSchema with types, defaults, descriptions
  • Changes are backward-compatible (or marked as breaking)
  • Database migrations have version bump in schema_version

Database changes

  • Schema migration required (version: ___)
  • FTS index needs rebuild
  • No database changes

Related issues

Closes #...

github-actions Bot and others added 5 commits July 10, 2026 07:31
…te (tpm TOTP)

- Remove hmac-sha1 crate (SHA-1 deprecated, was marked as TODO)
- antibrick.rs: use hmac::Hmac<Sha256> from hmac + sha2 crates
- tpm.rs: replace custom HMAC-SHA1 implementation with sha1 crate
- deny.toml: fix unmaintained value for cargo-deny 0.19.8 compat
@MethodWhite
MethodWhite merged commit 08f203a into main Jul 10, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant