docs: expand README with comprehensive feature documentation#5
Merged
Merged
Conversation
- Fix command-line options: remove non-existent -cli flag, document the actual flags (-version, -device-port, -bootstrap behavior, -auto-tls, -cert/-key, -config-dir) and correct -device to a PC/SC reader name - Expand Features to cover shipped capabilities: rich NDEF record types, read-after-write verification with retry, tag locking/erase, tag capability reporting, auto-TLS (WSS) with CA bootstrap, and mDNS discovery - Note the three servers (add CA Bootstrap on 9472) and persisted TLS cert / API secret behavior - Update card types (NTAG21x, MIFARE Classic NDEF formatting/custom keys) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KoUv6XnHGJoEhE3fLEWMQz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated the README.md to comprehensively document the full feature set and capabilities of the NFC agent, including recently implemented functionality and improved command-line documentation.
Key Changes
-versionflag for version information-deviceflag with improved documentation (PC/SC reader names)-device-portflag for custom device server port-auto-tlsflag for TLS certificate management control-certand-keyflags for custom TLS certificates-config-dirflag for configuration directory overrideImplementation Details
These changes are documentation-only and reflect the actual capabilities of the application. The README now provides users with complete information about available features, configuration options, and supported hardware/formats.
https://claude.ai/code/session_01KoUv6XnHGJoEhE3fLEWMQz