<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luke/mattertimectl/src/controller/ops.rs, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://src.nth.io/luke/mattertimectl/atom?h=main</id>
<link rel='self' href='https://src.nth.io/luke/mattertimectl/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://src.nth.io/luke/mattertimectl/'/>
<updated>2026-07-29T01:31:54+00:00</updated>
<entry>
<title>Remove old-implementation references from source doc comments</title>
<updated>2026-07-29T01:31:54+00:00</updated>
<author>
<name>Luke Hoersten</name>
<email>luke@hoersten.org</email>
</author>
<published>2026-07-29T01:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://src.nth.io/luke/mattertimectl/commit/?id=62be4f09ed833ed2946361f17576770163896d45'/>
<id>urn:sha1:62be4f09ed833ed2946361f17576770163896d45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge the two device state files and reduce mutation</title>
<updated>2026-07-28T23:09:57+00:00</updated>
<author>
<name>Luke Hoersten</name>
<email>luke@hoersten.org</email>
</author>
<published>2026-07-28T23:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://src.nth.io/luke/mattertimectl/commit/?id=cf5eabb9647e6d53ec29a3f7de599a38dbfd5490'/>
<id>urn:sha1:cf5eabb9647e6d53ec29a3f7de599a38dbfd5490</id>
<content type='text'>
The registry (device names) and service-state (sync results) were two
JSON files keyed the same way, split only for a TypeScript-compatibility
that is moot now that the fabric identity cannot migrate between
implementations. Merge them into one devices.json with a DeviceRecord per
node, which also removes the parallel-map join in status and collapses the
per-command load/store pairs. identity.json stays separate as a write-once
secret.

Also, from a reduction/immutability review:
- Fix with_timeout passing a literal "{what}" instead of the error context
- Drop needless mut: CompactDuration and parse_wall_clock become immutable
  expressions; run_status filters with a predicate instead of a mutator;
  sync_one extracts write_zone_and_dst; InspectOutcome gains Default plus a
  failed() constructor
- Share a join_ids helper and a devices_path helper; add IdentityReport
  From; minor combinator tidy-ups

35 unit tests, clippy clean.
</content>
</entry>
<entry>
<title>Split the controller operations into a submodule</title>
<updated>2026-07-28T22:42:46+00:00</updated>
<author>
<name>Luke Hoersten</name>
<email>luke@hoersten.org</email>
</author>
<published>2026-07-28T22:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://src.nth.io/luke/mattertimectl/commit/?id=4129dcaeceab060d9f1cac599e9e29cab0f44fd7'/>
<id>urn:sha1:4129dcaeceab060d9f1cac599e9e29cab0f44fd7</id>
<content type='text'>
controller.rs had grown to ~1400 lines gluing the one-shot stack harness
and persistent-identity lifecycle to the four on-wire operations. Move the
operations (commission, sync, inspect, decommission, plus connect and the
timeout helper) into controller/ops.rs; the harness, identity/fabric
bootstrap, KV store, and locking stay in controller/mod.rs. ops.rs sees the
parent module private items via use super::*, so no visibility changes were
needed, and pub use ops::* keeps the existing controller::* paths.

No behavior change. 36 unit tests, clippy clean.
</content>
</entry>
</feed>
