tractor/ai/prompt-io/claude
Gud Boi c62f93a8fb Doc the #477 migration outcome + one-shot-acm sketch
Fold the endeavour's resolution into the plan doc + log the
session per prompt-io policy,

- `ria_nursery_removal_plan.md`: RESOLVED section — migrate
  everything, remove the API; the migration-pattern table
  (blocking / fire-and-forget / fan-out / collect-don't-cancel
  / mutual-rendezvous), the semantic deltas (cancel-on-first +
  `collapse_eg()` chain collapse vs the old teardown-reap BEG),
  the excision inventory and the structural dissolution of the
  reap-hang class.
- adds the `to_actor.open_one_shot()` follow-up sketch: an
  `@acm` + private task-nursery over the existing blocking
  `run()` — done-`trio.Event` as a result memo (NOT a
  cancel-relay), no `Portal` in the iface, errors always
  propagate at scope exit; zero `_supervise` coupling.
- prompt-io entry `20260706T172818Z_ad42871e` (+ raw diff-ref
  companion) covering commits `d01a2123..ad42871e`.

(this patch was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-07-06 14:31:34 -04:00
..
20260406T172848Z_02b2ef1_prompt_io.md Add per-`ctx_key` isolation tests for `maybe_open_context()` 2026-04-06 14:37:47 -04:00
20260406T193125Z_85f9c5d_prompt_io.md Add xfail test for `_Cache.run_ctx` teardown race 2026-04-06 18:17:04 -04:00
20260406T222648Z_f086222_prompt_io.md Add prompt-io log for `run_ctx` teardown analysis 2026-04-09 14:42:42 -04:00
20260406T222648Z_f086222_prompt_io.raw.md Condense `.raw.md` prompt-IO logs, add `diff_cmd` refs 2026-04-16 17:44:14 -04:00
20260413T192116Z_f851f28_prompt_io.md Add `test_tpt_bind_addrs.py` + fix type-mixing bug 2026-04-14 19:54:14 -04:00
20260413T205048Z_269d939c_prompt_io.md Add `parse_endpoints()` to `_multiaddr` 2026-04-14 19:54:14 -04:00
20260413T205048Z_269d939c_prompt_io.raw.md Condense `.raw.md` prompt-IO logs, add `diff_cmd` refs 2026-04-16 17:44:14 -04:00
20260414T163300Z_befedc49_prompt_io.md Add `prefer_addr()` transport selection to `_api` 2026-04-14 19:54:14 -04:00
20260414T163300Z_befedc49_prompt_io.raw.md Condense `.raw.md` prompt-IO logs, add `diff_cmd` refs 2026-04-16 17:44:14 -04:00
20260417T034918Z_9703210_prompt_io.md Add prompt-IO log for subint spawner design kickoff 2026-04-17 16:48:22 -04:00
20260417T034918Z_9703210_prompt_io.raw.md Add prompt-IO log for subint spawner design kickoff 2026-04-17 16:48:22 -04:00
20260417T035800Z_61a73ba_prompt_io.md Add prompt-io files for "phase-A", fix typos caught by copilot 2026-04-17 18:26:41 -04:00
20260417T035800Z_61a73ba_prompt_io.raw.md Add prompt-io files for "phase-A", fix typos caught by copilot 2026-04-17 18:26:41 -04:00
20260601T231429Z_0e3e008b_prompt_io.md Add `supervise_run_process` to `trionics._subproc` 2026-06-24 18:19:16 -04:00
20260601T231429Z_0e3e008b_prompt_io.raw.md Add `supervise_run_process` to `trionics._subproc` 2026-06-24 18:19:16 -04:00
20260611T175152Z_8526985c_prompt_io.md Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
20260611T175152Z_8526985c_prompt_io.raw.md Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
20260625T232506Z_0a3c48fc_prompt_io.md Add prompt-io provenance for d2-ext + docstring patches 2026-06-28 13:29:02 -04:00
20260625T232506Z_0a3c48fc_prompt_io.raw.md Add prompt-io provenance for d2-ext + docstring patches 2026-06-28 13:29:02 -04:00
20260625T232506Z_3a5cfde0_prompt_io.md Add prompt-io provenance for d2-ext + docstring patches 2026-06-28 13:29:02 -04:00
20260625T232506Z_3a5cfde0_prompt_io.raw.md Add prompt-io provenance for d2-ext + docstring patches 2026-06-28 13:29:02 -04:00
20260702T154255Z_65bf9df5_prompt_io.md Add `tractor.to_actor` one-shot task API subpkg 2026-07-02 12:10:19 -04:00
20260702T154255Z_65bf9df5_prompt_io.raw.md Add `tractor.to_actor` one-shot task API subpkg 2026-07-02 12:10:19 -04:00
20260702T165806Z_a34aaf98_prompt_io.md Add `_ria_nursery` removal plan + step-A prompt-io 2026-07-02 13:11:36 -04:00
20260702T165806Z_a34aaf98_prompt_io.raw.md Add `_ria_nursery` removal plan + step-A prompt-io 2026-07-02 13:11:36 -04:00
20260702T172233Z_5cd190c5_prompt_io.md Doc step-B outcome + prompt-io 2026-07-02 17:47:23 -04:00
20260702T172233Z_5cd190c5_prompt_io.raw.md Doc step-B outcome + prompt-io 2026-07-02 17:47:23 -04:00
20260702T222544Z_9201a2ed_prompt_io.md Doc step-B2 handler-merge + prompt-io 2026-07-02 18:33:05 -04:00
20260702T222544Z_9201a2ed_prompt_io.raw.md Doc step-B2 handler-merge + prompt-io 2026-07-02 18:33:05 -04:00
20260706T172818Z_ad42871e_prompt_io.md Doc the #477 migration outcome + one-shot-acm sketch 2026-07-06 14:31:34 -04:00
20260706T172818Z_ad42871e_prompt_io.raw.md Doc the #477 migration outcome + one-shot-acm sketch 2026-07-06 14:31:34 -04:00
README.md Add per-`ctx_key` isolation tests for `maybe_open_context()` 2026-04-06 14:37:47 -04:00

README.md

AI Prompt I/O Log — claude

This directory tracks prompt inputs and model outputs for AI-assisted development using claude (Claude Code).

Policy

Prompt logging follows the NLNet generative AI policy. All substantive AI contributions are logged with: - Model name and version - Timestamps - The prompts that produced the output - Unedited model output (.raw.md files)

Usage

Entries are created by the /prompt-io skill or automatically via /commit-msg integration.

Human contributors remain accountable for all code decisions. AI-generated content is never presented as human-authored work.