chore(archive): apply expand-lan-identification deltas#120
Merged
Conversation
Archive of `expand-lan-identification` change after PR #119 merged to main as commit 5a76d00. Delta specs applied to canonical specs at `openspec/specs/`: - **cli** — added `DITING_LAN_PROBE` + `DITING_LAN_UPNP_FETCH` env vars - **events** — added `LANActiveProbeConsentedEvent` dataclass - **event-log** — added serialiser + `emit_lan_active_probe_consented` method - **i18n** — added ~30 EN→ZH strings for the new LAN UX - **scenes** — `scene_defaults` gained `lan_active_probe` knob - **tui-shell** — modal-stack list grows with `LANProbeConsentScreen`; `LANDetailScreen` expands from 4 to 5 sections (Active discovery added, Class / Model / TTL rows added); new LAN row Class column + `[new]` chip; new `P` keybinding for public-scene consent - **lan-inventory** — `_ping_one` / `_sweep` return 3-tuple `(reachable, rtt_ms, ttl)`; LANHost gains 8 new fields (vendor_raw, nbns_name, upnp_*, ttl, ttl_class, device_class, bonjour_model); 7 new requirements (multi-tier OUI, vendor normalization, scene-gated active discovery, public-scene one-shot override, TTL fingerprint, device classifier, consent JSONL event) Change moved to `openspec/changes/archive/2026-05-23-expand-lan-identification/`. Validates: openspec validate --specs --strict → 22/22 passed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Archive of
expand-lan-identificationchange after PR #119 merged. Applies the 7 spec deltas into canonicalopenspec/specs/<capability>/spec.mdand moves the change directory toopenspec/changes/archive/2026-05-23-expand-lan-identification/.Canonical specs updated:
cli— addedDITING_LAN_PROBE+DITING_LAN_UPNP_FETCHenv varsevents— addedLANActiveProbeConsentedEventevent-log— added serialiser + emit methodi18n— added ~30 EN→ZH stringsscenes—scene_defaultsgainedlan_active_probetui-shell— expanded LAN detail modal (5 sections), Class column +[new]chip,Pkeybindinglan-inventory—_ping_one/_sweep3-tuple, 8 newLANHostfields, 7 new requirementsTest plan
openspec validate --specs --strict— 22/22 passed🤖 Generated with Claude Code