Skip to content

docs(plans): refresh stale file/line references for post-0.1.0 layout#60

Open
valentinozegna wants to merge 1 commit into
mainfrom
claude/refresh-stale-plans
Open

docs(plans): refresh stale file/line references for post-0.1.0 layout#60
valentinozegna wants to merge 1 commit into
mainfrom
claude/refresh-stale-plans

Conversation

@valentinozegna

Copy link
Copy Markdown
Contributor

Summary

Several plans/ docs were written before the v0.1.0 refactor that split the monolithic src/service.ts into src/service/ per-tool modules and moved tool descriptions into src/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.mdsrc/service.tssrc/service/tools/query-xnet.ts; refreshed circuit-traversal.ts line refs (TraversalOptions 170, TraversalResult 164, traverseCircuitFromNet 258); refreshed server.ts schema line refs; pointed the description edits at src/descriptions.ts.
  • run_erc.mdrunErc(...) now lands in a new src/service/tools/run-erc.ts exported from src/service/index.ts, with description in src/descriptions.ts.
  • power-net-stop-pattern.md — refreshed circuit-traversal.ts line refs (11–15); tool-description edits moved from src/server.ts to src/descriptions.ts.
  • relative_path.md — added a "current layout" implementation note mapping the pre-split pseudocode onto src/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

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.
@valentinozegna valentinozegna marked this pull request as ready for review June 7, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants