=== seed_echo_one ===
marker-one
=== seed_echo_two ===
marker-two
=== seed_write ===

=== seed_cat ===
persisted
=== seed_s2_echo ===
marker-s2
=== history_default_session ===
1  echo marker-one
2  echo marker-two
3  echo persisted > /data/h.txt
4  cat /data/h.txt
=== history_last_2 ===
4  cat /data/h.txt
5  history
=== history_s2_isolated ===
1  echo marker-s2
=== bash_history_commands ===
cat /data/h.txt
echo marker-one
echo marker-s2
echo marker-two
echo persisted > /data/h.txt
history
history
history 2
=== bash_history_grep_marker ===
echo marker-s2
=== bash_history_timestamp_lines ===
10
=== bash_history_pipe ===
1
=== ls_root_hides_dotfile ===
data
dev
=== ls_a_root_shows_dotfile ===
.bash_history
data
dev
=== history_clear_s2 ===

=== history_s2_after_clear ===
1  history -c
=== history_default_after_s2_clear ===
12  ls -a /
=== bash_history_survives_clear ===
2
=== history_s_appends ===

=== history_after_s ===
2  history
3  synthetic entry one
4  history -s synthetic entry one
=== history_d_first ===

=== history_after_d ===
3  history -s synthetic entry one
4  history 3
5  history -d 1
=== history_p_prints ===
alpha
beta
=== history_noop_w ===

=== bash_history_has_synthetic ===
2
=== find_view_by_name ===
/.bash_history
=== sym_hist_setup ===

=== sym_hist_cat ===
view
=== sym_hist_shows_typed ===
19  echo view > /data/ht.txt && ln -s /data/ht.txt /data/hlink
20  cat /data/hlink
=== sym_hist_file_has_link_path ===
1
=== sym_hist_no_target_leak ===
0
=== append_rejected ===
nonzero_exit=True
=== sessions_path_gone ===
nonzero_exit=True
=== history_non_numeric ===
nonzero_exit=True
=== history_invalid_option ===
nonzero_exit=True
=== history_d_out_of_range ===
nonzero_exit=True
=== history_too_many_args ===
nonzero_exit=True
=== prov_probe_cat ===
net=1241 write=0 cache=0 ops=1 hits=0 precision=exact
=== prov_probe_grep ===
net=1241 write=0 cache=0 ops=1 hits=0 precision=exact
=== prov_probe_ls ===
net=0 write=0 cache=0 ops=1 hits=0 precision=exact
=== observer_event_types ===
clear,command,delete,op
=== observer_command_events ===
first=echo marker-one
sessions=['default', 's2']
marker_commands=6
all_have_exit_code=True
all_have_cwd=True
=== observer_op_events ===
read_h_txt=True
ops_have_source=True
=== observer_session_projection ===
s2_after_clear=['history', 'synthetic entry one', 'history -s synthetic entry one', 'history 3', 'history -d 1', 'history 3']
default_first=echo marker-one
=== observer_not_mounted ===
mounts=['/', '/.bash_history/', '/data/', '/dev/']
recorder_mounted=False
