Add README + cross-references for every workspace/ subfolder - #7
Open
coding-jona wants to merge 1 commit into
Open
Add README + cross-references for every workspace/ subfolder#7coding-jona wants to merge 1 commit into
coding-jona wants to merge 1 commit into
Conversation
Applies the same documentation treatment already done for src/tarno_backend/ to workspace/, which previously had zero README files despite being a peer-level restructuring effort earlier this session. - New: workspace_README.md, debug/debug_README.md, debug/docs/docs_README.md, debug/docs/adr/adr_README.md, debug/tests/tests_README.md, debug/tools/tools_README.md, debug/installer/installer_README.md, plans/plans_README.md, scripts/scripts_README.md, future/future_README.md - 45 cross-references between them, verified resolvable with a small link-checker script. - installer_README.md documents the real gap: release_installer.yml references a pipeline/tests/scripts structure that was never built out - flagged explicitly rather than silently left confusing. - adr_README.md indexes all 6 ADRs and documents the ADR-004 numbering collision fixed earlier, so it doesn't happen again. - Fixed stale pre-rename `tarno/...` path references in workspace/debug/tools/*.py docstrings (debug_coding_agent.py, debug_proactive_live.py, debug_proactive_voice.py, mesh_mock_sender.py) to tarno_backend/... - missed by the original rename pass since it only touched src/ and workspace/debug/tests/. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies the same documentation treatment already done for src/tarno_backend/ to workspace/, which previously had zero README files despite being a peer-level restructuring effort earlier this session.
tarno/...path references in workspace/debug/tools/*.py docstrings (debug_coding_agent.py, debug_proactive_live.py, debug_proactive_voice.py, mesh_mock_sender.py) to tarno_backend/... - missed by the original rename pass since it only touched src/ and workspace/debug/tests/.