docs(plans): refresh stale file/line references for post-0.1.0 layout#60
Open
valentinozegna wants to merge 1 commit into
Open
docs(plans): refresh stale file/line references for post-0.1.0 layout#60valentinozegna wants to merge 1 commit into
valentinozegna wants to merge 1 commit into
Conversation
The Proposed plans (xnet-depth-limit, run_erc, power-net-stop-pattern, relative_path) were written against the pre-0.1.0 monolithic src/service.ts and inline server.ts tool descriptions. Update their file paths and line numbers to the current layout: - src/service.ts -> src/service/tools/*.ts - inline server.ts descriptions -> src/descriptions.ts - refreshed circuit-traversal.ts / types.ts line numbers - added a current-layout implementation note to relative_path.md - noted the review date and layout shift in INDEX.md No code changes; documentation only.
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.
Summary
Several
plans/docs were written before the v0.1.0 refactor that split the monolithicsrc/service.tsintosrc/service/per-tool modules and moved tool descriptions intosrc/descriptions.ts. Their file paths and line numbers had drifted, making them not directly implementable. This refreshes the references so the plans are actionable again. Docs only — no code changes.Changes
xnet-depth-limit.md—src/service.ts→src/service/tools/query-xnet.ts; refreshedcircuit-traversal.tsline refs (TraversalOptions170,TraversalResult164,traverseCircuitFromNet258); refreshedserver.tsschema line refs; pointed the description edits atsrc/descriptions.ts.run_erc.md—runErc(...)now lands in a newsrc/service/tools/run-erc.tsexported fromsrc/service/index.ts, with description insrc/descriptions.ts.power-net-stop-pattern.md— refreshedcircuit-traversal.tsline refs (11–15); tool-description edits moved fromsrc/server.tstosrc/descriptions.ts.relative_path.md— added a "current layout" implementation note mapping the pre-split pseudocode ontosrc/service/registry.ts/src/service/tools/*.ts/src/paths.ts, and corrected the supported-extension list.INDEX.md— added a "Last reviewed 2026-06-07" note describing the layout shift.Context
Part of a codebase audit. The underlying plans remain Proposed (unimplemented) — this only fixes their references so they can be picked up. Verified against the current tree that the new line numbers are accurate.
https://claude.ai/code/session_01LGUEJTmg3MJDiCSZqzL5ED
Generated by Claude Code