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
Add a pytest that reproduces #72: append_child_to_node must not splice a new bullet onto the previous line when the source .md file lacks a final newline.
Summary
Add a pytest that reproduces #72:
append_child_to_nodemust not splice a new bullet onto the previous line when the source.mdfile lacks a final newline.Clean Architecture lens
agent_writer.py\n) should behave identicallyTask
tests/test_agent_writer.pywith a case wherepage_path.write_text("- parent\n - existing", encoding="utf-8")(no trailing newline).parent.childrenafterappend_child_to_node.Context
Local code study wave 11. See
docs/GOOD_FIRST_ISSUES.mdGFI-34.