the signals and their derived score are provisional and subject to change.
validate manually before sharing.
08592e1eb3fd1142716388209f5022d19d21b58375bd24d79065a662b7423039850707c963cab4cfAuthored: 1 month ago (Fri, 31 Jul 2026 20:17:16 +0000)Match: Claude-Session: https://claude.ai/code/session_014r1i5jrXLRGn2KPPBt1cy475bd24d79065a662b7423039850707c963cab4cfAuthored: 1 month ago (Fri, 31 Jul 2026 20:17:16 +0000)Match: Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>021e45eaaf93e85eda0a18f757de3762aa778244Authored: 3 months ago (Thu, 14 May 2026 14:20:12 +0000)Match: Copilot021e45eaaf93e85eda0a18f757de3762aa778244Authored: 3 months ago (Thu, 14 May 2026 14:20:12 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>CLAUDE.mdTool: claude-codeAGENTS.mdAGENTS.mdTool: agents-md# AI Agent Guidelines for PHPantom
This is a Rust-based PHP language server. Performance and memory
efficiency are critical -- PHPantom is one of the fastest language
servers available and it must stay that way.
## Before You Start
Read these to orient yourself:
- `src/types/` — Core data structures (`ClassInfo`, `MethodInfo`, `FunctionInfo`, `PropertyInfo`, etc.)
- `src/lib.rs` — `Backend` struct definition and all module declarations
- `docs/ARCHITECTURE.md` — Symbol resolution pipelines and desnone