ops-exec, ops-core: add wiki bridge markers for /dellm
Point the ops-exec and ops-core crate headers at the `ops-exec-overview`
note in the shared code wiki via `<!-- wiki: ops-exec-overview -->` markers.
Completes the ops-exec/ops-core rustdoc<->wiki bridge; wiki-code-map rows added.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 files changed,
+6 insertions,
-0 deletions
| 16 |
16 |
|
//! `LogSink`; parameterized over a chunk callback so it is not tied to any
|
| 17 |
17 |
|
//! tool's `Event` enum.
|
| 18 |
18 |
|
//! - [`sqlite`] — connection helper (each tool runs its own `sqlx::migrate!`).
|
|
19 |
+ |
//!
|
|
20 |
+ |
//! Design: `ops-exec-overview` in the shared code wiki (`~/Code/_private/wiki/`).
|
|
21 |
+ |
//! <!-- wiki: ops-exec-overview -->
|
| 19 |
22 |
|
|
| 20 |
23 |
|
pub mod eventbus;
|
| 21 |
24 |
|
pub mod live_log;
|
| 24 |
24 |
|
//! agent-side via [`CapabilitySet::intersect`]).
|
| 25 |
25 |
|
//! - [`remote`] — the low-level streaming command primitive ([`RemoteHost`])
|
| 26 |
26 |
|
//! and the [`LogSink`] sink trait, re-exported by `ops-core`.
|
|
27 |
+ |
//!
|
|
28 |
+ |
//! Design: `ops-exec-overview` in the shared code wiki (`~/Code/_private/wiki/`).
|
|
29 |
+ |
//! <!-- wiki: ops-exec-overview -->
|
| 27 |
30 |
|
|
| 28 |
31 |
|
pub mod capability;
|
| 29 |
32 |
|
pub mod executor;
|