docs: remove viral claim from titan paradigm LinkedIn reference#126
docs: remove viral claim from titan paradigm LinkedIn reference#126carlos-alm merged 12 commits intomainfrom
Conversation
Add `codegraph path <from> <to>` — BFS shortest-path search on the call graph. Given two symbol names, finds the shortest call chain with hop count, intermediate nodes, edge kinds, and alternate path count. Supports --reverse, --max-depth, --kinds, --from-file/--to-file, -T, -j, -k flags. Exposed as symbol_path MCP tool. Impact: 4 functions changed, 3 affected
- Create docs/use-cases/titan-paradigm.md — maps Johannes R.'s multi-agent codebase cleanup architecture (RECON, GAUNTLET, GLOBAL SYNC, STATE MACHINE) to codegraph commands, roadmap items, and post-LLM-integration recommendations - Update roadmap/BACKLOG.md: mark #4 (node classification), #9 (git change coupling), #1 (dead code), #2 (shortest path), #12 (execution flow) as DONE; add 6 new Titan Paradigm-inspired items (#21-#26): composite audit, batch querying, triage priority queue, change validation predicates, graph snapshots, MCP orchestration tools - Update README.md: add roles + co-change to features table, differentiators, commands section, agent template, common flags, comparison table; update MCP tool count 18 → 19 - Update docs/recommended-practices.md: update MCP tool count and tool list, add roles/co-change/path to CLAUDE.md template and developer workflow, add "Understand architectural roles" and "Surface hidden coupling" sections, add co-change step to setup checklist - Add full examples with real output for roles, co-change, and path to docs/examples/CLI.md and docs/examples/MCP.md - Update GitHub repo description with new capabilities
- Restore Phase 3 (Architectural Refactoring) to ROADMAP - Renumber phases 4-8 and all cross-references - Fix MCP tool count per Greptile review
Address Greptile review comments on #121: - Update MCP tool counts from 18/19 to 21 (22 in multi-repo mode) across README, recommended-practices, dogfood skill, titan-paradigm - Add missing execution_flow and list_entry_points to tool enumeration - Renumber new backlog items 21-26 → 27-32 to avoid collision with existing items 21-22
Adds a benchmark suite that measures how much codegraph reduces token usage when AI agents navigate the Next.js codebase (~4k TS files). - scripts/token-benchmark-issues.js: 5 real Next.js PRs as test cases - scripts/token-benchmark.js: runner using Claude Agent SDK (baseline vs codegraph MCP), with --perf flag for build/query benchmarks - scripts/update-token-report.js: JSON → markdown report generator - docs/benchmarks/: methodology docs and placeholder report Impact: 21 functions changed, 7 affected
…verage benchmark.js now measures no-op rebuilds, 1-file rebuilds, and query latency (fn-deps, fn-impact, path, roles) alongside full builds. update-benchmark-report.js renders new Incremental Rebuilds and Query Latency sections in BUILD-BENCHMARKS.md and adds incremental/query rows to the README performance table. All new fields are additive for backward compatibility. Impact: 5 functions changed, 2 affected
Extract version from benchmark result JSON and include it in branch names, commit messages, PR titles, and PR bodies across all 4 benchmark jobs (build, embedding, query, incremental).
Resolve conflicts: - benchmark.yml: keep version-in-branch-name convention - README.md: take main's dual-engine performance table - BUILD-BENCHMARKS.md: main's dual-engine data + incremental/query sections - update-benchmark-report.js: take main's clearer regex comment Impact: 12 functions changed, 13 affected
Take main's latest benchmark numbers (PR #125) while preserving the new incremental rebuild and query latency fields from the branch.
|
Claude finished @carlos-alm's task —— View job Pull Request ReviewReviewing PR #126: "docs: remove viral claim from titan paradigm LinkedIn reference" Todo List
Root Cause AnalysisProblem Being Solved: Correcting an inaccurate description of a LinkedIn post. The change removes the word "viral" from the description of Johannes R.'s LinkedIn post about the Titan Paradigm. Why This Approach: This is a factual correction to documentation. The author determined that calling the LinkedIn post "viral" was inaccurate and removed this characterization. Risk Assessment: MINIMAL RISK - This is a single-word documentation change with no impact on code functionality, build processes, or tests. Phase 2-4 AssessmentPhase 2 (Configuration Changes): ✅ NOT APPLICABLE - No configuration, linting, or build changes detected. Phase 3 (Test Integrity): ✅ NOT APPLICABLE - No test files or test logic modified. Phase 4 (Code Quality): ✅ PASSED - Documentation-only change with proper grammar and clarity maintained. Review DetailsChange Analysis:
Positive Aspects:
Concerns: None identified. Final AssessmentRecommendation: This PR should be approved and merged. It's a clean, well-justified factual correction to documentation with no negative implications. |
Greptile SummaryThis PR merges the
The stated change (removing "viral" from Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 1fc3eac |
Summary
docs/use-cases/titan-paradigm.md— removes "viral" since it wasn'tTest plan