Skip to content

Add caching infrastructure for semantic analysis imports - #4

Merged
usefuulness merged 2 commits into
masterfrom
codex/add-caching-and-cycle-detection-in-semanticanalyzer
Sep 15, 2025
Merged

Add caching infrastructure for semantic analysis imports#4
usefuulness merged 2 commits into
masterfrom
codex/add-caching-and-cycle-detection-in-semanticanalyzer

Conversation

@usefuulness

Copy link
Copy Markdown
Owner

Summary

  • add a normalized-path cache to the semantic analyzer along with processing/completed tracking to avoid redundant work
  • reuse cached semantic data for repeated imports and flag circular analysis attempts
  • thread file paths into the analyzer entry point so the cache can be keyed correctly

Testing

  • npm test

https://chatgpt.com/codex/tasks/task_e_68c865e0a0b88328be49daceb46a940f

@usefuulness
usefuulness merged commit d500eea into master Sep 15, 2025
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant