Extract standalone code intelligence for agents and teams - #96
Merged
Conversation
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.
Code intelligence currently ships inside the coding agent, which makes it difficult for Codex, Claude Code, Cursor, and team services to use independently. This extracts it into
attocode-code-intel0.1.0 with native MCP onboarding, while preserving legacy imports and freezing the agent surface.Validation: 2,066 existing regression tests passed (5 skipped, 1 expected failure); 24 standalone product tests passed; fresh PostgreSQL migrations, standalone wheel isolation, frontend build, and Docker runtime smoke passed locally. Actual Codex CLI 0.153.4 and Claude Code 2.1.212 sessions called the installed wheel's symbols tool successfully. Cursor configuration and protocol checks passed; an actual Cursor agent session remains unverified.
The synthetic 10,000-source-file evaluation recovered all 9,999 dependency edges, with 7.32 s cold bootstrap and 246 ms focused lookup on macOS. Workload limits and detailed evidence are in
docs/intelligence-validation.mdandpackages/code-intel/evals/results/.Publishing uses
intel-v*tags and thepypi-intelligencetrusted publisher, gated by the complete intelligence workflow. PyPI account setup remains a release prerequisite; this change does not deploy a hosted service.