Shared memory and context tools for agentic work.
Code Rooms
{"command": null, "event_source": "harness", "event_type": "lane_assigned", "exit_code": null, "files": ["lane-prompts/control-1.md", "lane-results/control-1.json"], "lane_id": "control-1", "m1nd_tool": null, "notes": "Agents should append JSONL events with event_source=agent.", "proof_ref": null, "repo_id": null, "round_id": "real-world-v2-20260513T231822Z", "schema": "m1nd-real-world-agent-event-v0", "summary": "Lane prompt, result template, and event stream were created.", "task_id": null, "timestamp": "2026-05-13T23:18:27.911412+00:00"}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-001", "timestamp": "2026-05-13T23:19:05+00:00", "event_type": "file_read", "repo_id": null, "task_id": null, "command": "sed -n prompt/result files; rg --files lane workspace", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/docs/benchmarks/real-world-rounds/real-world-v2-20260513T231822Z/lane-prompts/control-1.md", "/Users/kle1nz/m1nd/docs/benchmarks/real-world-rounds/real-world-v2-20260513T231822Z/lane-results/control-1.json"], "proof_ref": "lane-orientation", "summary": "Read the lane prompt, current result template, and lane workspaces before touching any fixture repo.", "notes": "Used direct file reads only; no m1nd surfaces used."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-002", "timestamp": "2026-05-13T23:19:40+00:00", "event_type": "search", "repo_id": "click-python-cli", "task_id": "repo_architecture_audit", "command": "rg -n \"(__all__|def command|class Command|make_parser|CliRunner|lazy load|__name__)\" click src/tests/docs", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/__init__.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/decorators.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/core.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/testing.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/docs/index.rst", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/docs/complex.md"], "proof_ref": "click-orientation-search", "summary": "Mapped Click export, decorator, core invocation, testing, and lazy-loading docs surfaces.", "notes": "This search also surfaced the seeded callable-instance regression test for later patch work."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-003", "timestamp": "2026-05-13T23:20:00+00:00", "event_type": "search", "repo_id": "p-limit-node", "task_id": "feature_location", "command": "rg -n \"rejectOnClear|clearQueue|resumeNext|enqueue|concurrency|activeCount|queue\" p-limit-node", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/index.js", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/index.d.ts", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/index.test-d.ts", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/test.js", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/readme.md", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/recipes.md"], "proof_ref": "p-limit-search", "summary": "Located clearQueue/rejectOnClear runtime, type, docs, and tests in the p-limit fixture.", "notes": "benchmark.js also surfaced queue-related text but was ignored as non-implementation noise."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-004", "timestamp": "2026-05-13T23:20:20+00:00", "event_type": "search", "repo_id": "human-panic-rust-cli", "task_id": "flow_explanation", "command": "rg -n \"setup_panic!|panic::set_hook|Report::with_panic|persist|homepage|repository\" human-panic + supplied diff", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/lib.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/metadata.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/panic.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/report.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/tests/single-panic/tests/integration.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/tests/custom-panic/tests/integration.rs", "/Users/kle1nz/m1nd/docs/benchmarks/real-world-rounds/real-world-v2-20260513T231822Z/benchmark-payloads/review-diff-human-panic.patch"], "proof_ref": "human-panic-search", "summary": "Mapped the release panic flow and the supplied review diff against the Rust fixture.", "notes": "Also inspected the custom-panic fixture that sets homepage on top of metadata!() output."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-005", "timestamp": "2026-05-13T23:21:10+00:00", "event_type": "test_run", "repo_id": "click-python-cli", "task_id": "seeded_bug_fix", "command": "cd click-python-cli && uv run --group tests python -m pytest tests/test_m1nd_seeded_callable_type.py", "exit_code": 1, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/tests/test_m1nd_seeded_callable_type.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/types.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/core.py"], "proof_ref": "click-seeded-fail", "summary": "Confirmed the seeded regression: callable instance custom types crash during option construction.", "notes": "Failure stack ended at FuncParamType.__init__ reading func.__name__ during types.convert_type -> Parameter init."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-006", "timestamp": "2026-05-13T23:21:40+00:00", "event_type": "file_read", "repo_id": "click-python-cli", "task_id": "docs_drift_check", "command": "nl -ba click docs/index.rst docs/complex.md core.py testing.py", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/README.md", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/docs/index.rst", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/docs/complex.md", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/core.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/testing.py"], "proof_ref": "click-docs-and-core", "summary": "Read the exact Click lines for lazy-loading claims, Group behavior, and test isolation internals.", "notes": "The top-level docs claim a capability that the detailed complex guide narrows to a custom Group subclass."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-007", "timestamp": "2026-05-13T23:22:10+00:00", "event_type": "patch_applied", "repo_id": "click-python-cli", "task_id": "seeded_bug_fix", "command": "apply_patch", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/types.py"], "proof_ref": "click-fix-patch", "summary": "Patched FuncParamType to fall back to the callable instance class name when __name__ is absent.", "notes": "Scope stayed to src/click/types.py; the seeded test file was left untouched."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-008", "timestamp": "2026-05-13T23:22:20+00:00", "event_type": "patch_applied", "repo_id": "human-panic-rust-cli", "task_id": "small_feature_patch", "command": "apply_patch", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/metadata.rs"], "proof_ref": "human-metadata-patch", "summary": "Added Metadata::name(...) and Metadata::version(...) with the same non-empty guard pattern as existing builders, plus unit tests.", "notes": "No panic hook, report serialization, or support-message logic was changed."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-009", "timestamp": "2026-05-13T23:22:45+00:00", "event_type": "test_run", "repo_id": "click-python-cli", "task_id": "seeded_bug_fix", "command": "cd click-python-cli && uv run --group tests python -m pytest tests/test_m1nd_seeded_callable_type.py tests/test_types.py -k 'test_callable_instance_type_has_stable_name or test_func_param_type_uses_value_error_message'", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/tests/test_m1nd_seeded_callable_type.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/tests/test_types.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/types.py"], "proof_ref": "click-fix-proof", "summary": "Seeded regression passed after the patch, and the existing function-type ValueError behavior still passed.", "notes": "3 tests passed, 40 deselected."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-010", "timestamp": "2026-05-13T23:22:55+00:00", "event_type": "test_run", "repo_id": "human-panic-rust-cli", "task_id": "small_feature_patch", "command": "cd human-panic-rust-cli && cargo test name_and_version --lib", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/metadata.rs"], "proof_ref": "human-metadata-proof", "summary": "Focused Rust unit tests passed for the new Metadata::name/version builders.", "notes": "2 tests passed; no wider integration suite was needed for this small builder-only change."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-011", "timestamp": "2026-05-13T23:23:15+00:00", "event_type": "finding", "repo_id": "click-python-cli", "task_id": "repo_architecture_audit", "command": null, "exit_code": null, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/__init__.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/decorators.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/core.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/src/click/testing.py", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/click-python-cli/docs/complex.md"], "proof_ref": "click-findings", "summary": "Closed the Click architecture, triage, seeded fix, and docs-drift tasks against concrete files and the seeded test.", "notes": "Key boundary: the callable-instance crash is a type adapter naming bug in types.py, not a parser or runtime invocation bug."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-012", "timestamp": "2026-05-13T23:23:25+00:00", "event_type": "finding", "repo_id": "p-limit-node", "task_id": "feature_location", "command": null, "exit_code": null, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/index.js", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/index.d.ts", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/index.test-d.ts", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/test.js", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/readme.md", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/p-limit-node/recipes.md"], "proof_ref": "p-limit-findings", "summary": "Closed the p-limit feature-location, safe-change-plan, and bounded-refactor-plan tasks from runtime, type, test, and docs files.", "notes": "No Node dependency install or runtime test was performed; proof is static and line-anchored."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-013", "timestamp": "2026-05-13T23:23:35+00:00", "event_type": "finding", "repo_id": "human-panic-rust-cli", "task_id": "code_review_diff", "command": null, "exit_code": null, "files": ["/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/lib.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/panic.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/src/report.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/tests/custom-panic/src/main.rs", "/Users/kle1nz/m1nd/.m1nd-benchmark-fixtures/real-world-lanes/real-world-v2-20260513T231822Z/control-1/human-panic-rust-cli/tests/custom-panic/tests/integration.rs", "/Users/kle1nz/m1nd/docs/benchmarks/real-world-rounds/real-world-v2-20260513T231822Z/benchmark-payloads/review-diff-human-panic.patch"], "proof_ref": "human-findings", "summary": "Closed the human-panic flow explanation, small feature patch, and supplied diff review.", "notes": "The diff would make homepage+repository output noisier for metadata!()+homepage() apps because metadata!() already populates repository."}
{"schema": "m1nd-real-world-agent-event-v0", "round_id": "real-world-v2-20260513T231822Z", "lane_id": "control-1", "event_source": "agent", "m1nd_tool": null, "event_id": "agent-014", "timestamp": "2026-05-13T23:26:54+00:00", "event_type": "result_write", "repo_id": null, "task_id": null, "command": "python3 write lane result JSON and append agent JSONL events", "exit_code": 0, "files": ["/Users/kle1nz/m1nd/docs/benchmarks/real-world-rounds/real-world-v2-20260513T231822Z/lane-results/control-1.json", "/Users/kle1nz/m1nd/docs/benchmarks/real-world-rounds/real-world-v2-20260513T231822Z/event-streams/control-1.jsonl"], "proof_ref": "lane-write-complete", "summary": "Wrote the completed lane result and appended agent-authored event evidence.", "notes": "Owned outputs only; no m1nd source/docs or shared fixture repos were modified."}