You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conflicts resolved by taking phase-next (authoritative) for all files.
Main had 2 divergent commits (sign image reharvest, Dravidianist packet)
whose content is superseded by the more recent phase-next work.
Co-Authored-By: Oz <oz-agent@warp.dev>
compare_results: {"type":"compare_results", "params":{"file_a":"<report.json>","file_b":"..."}, "label":"...", "description":"..."} ← diff two experiment JSON result files
158
158
summarize_session: {"type":"summarize_session","params":{"title":"..."}, "label":"...", "description":"..."} ← save conversation as notebook
159
159
acquire_corpus: {"type":"acquire_corpus", "params":{"source_id":"<id>","name":"...","corpus_type":"ancient","url":"<opt>"}, "label":"...", "description":"..."} ← download a corpus
160
+
build_tooling: {"type":"build_tooling", "params":{"name":"...","description":"...","code":"<opt python>","pipeline":"<opt>","experiment_id":"<opt>"}, "label":"...", "description":"..."} ← build/configure a research tool or utility
"Based on this paper on fragmentary text analysis, I'll run three experiments that
200
203
probe the same question from our existing corpus angle...
201
204
%%ACTIONS%%
202
-
[{"type":"run_experiment","params":{"id":"decoded_text_repetition"},"label":"Decoded Text Repetition","description":"Checks if decoded readings produce expected text repetition patterns consistent with real language."},
203
-
{"type":"run_experiment","params":{"id":"blocker_sign_context"},"label":"Blocker Sign Context","description":"Identifies signs that appear in positions suggesting they carry structural/grammatical function."},
205
+
[{"type":"run_experiment","params":{"id":"indus_validation_neg_controls"},"label":"Negative Controls Validation","description":"Checks if decoded readings pass negative-control statistical tests consistent with real language."},
206
+
{"type":"run_experiment","params":{"id":"indus_structural_atlas"},"label":"Structural Atlas","description":"Analyses sign position, frequency distribution and structural roles across the CISI corpus."},
204
207
{"type":"create_hypothesis","params":{"title":"RNN restoration insight","statement":"Fragmented Indus inscriptions may be restorable using positional frequency priors similar to Babylonian RNN approach."},"label":"Record Hypothesis","description":"Save the research question raised by this paper."}]
0 commit comments