Commit Graph

7 Commits

Author SHA1 Message Date
s1d3sw1ped_bot 30c4763b8f docs: Add CONTRIBUTING.md
CI / test (push) Successful in 15s
Add short contribution guide on the default branch.

Prefer develop for future PRs; keep commit subjects in area: Imperative form.
2026-09-01 13:51:36 -05:00
s1d3sw1ped_bot 07285ddd6d docs: Add CONTRIBUTING.md
CI / test (pull_request) Successful in 18s
CI / test (push) Successful in 18s
Point new contributors at develop for PRs, kernel-style commit
subjects, What/Why/Test PR bodies, and safe issue citations under
Gitea merge-text closing rules.
2026-09-01 18:51:08 +00:00
s1d3sw1ped_bot 3a6f61bd43 gitignore: Add Go build and IDE ignores
CI / test (push) Successful in 19s
The tree is a Go library with testdata dumps already committed; this keeps local binaries, coverage output, and editor files out of future commits.

Co-authored-by: s1d3sw1ped_bot <s1d3sw1ped+giteabot@gmail.com>
Co-committed-by: s1d3sw1ped_bot <s1d3sw1ped+giteabot@gmail.com>
2026-09-01 11:27:41 -05:00
s1d3sw1ped_bot a392c05b19 Bump Go to 1.27.0 (#1)
CI / test (push) Successful in 9s
2026-08-31 20:09:01 -05:00
s1d3sw1ped b67b37dc59 Make Parse take raw NFC UID and 1K image.
Drop zip/JSON from the root API. dump remains an adapter for the Android app format; inventory and an AMS wand both call Parse(uid, image).
2026-08-23 15:27:11 -05:00
s1d3sw1ped b38f7f643b Add bambu-nfc dump parse, Key-A HKDF, and spool merge.
Parse filanfc-dump/v1 zip/JSON, Bambu 1K images, and merge stickers by tray UID. dump and mifare packages stay importable for a later common library.
2026-08-23 15:23:11 -05:00
s1d3sw1ped a794db4838 Add design spec for the bambu-nfc Go library.
Parse filanfc-dump/v1 zip/JSON, Bambu 1K images, Key-A HKDF, and merge stickers by tray UID. dump and mifare packages are the later common-library seam.
2026-08-23 15:15:56 -05:00