Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codellm-devkit/codeanalyzer-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: codellm-devkit/codeanalyzer-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 435 files changed
  • 3 contributors

Commits on May 15, 2026

  1. Update schema to capture new entrypoint methods.

    Signed-off-by: Rahul Krishna <rkrsn@ibm.com>
    rahlk committed May 15, 2026
    Configuration menu
    Copy the full SHA
    7392fed View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. WIP. adding entrypoint discovery passes to code

    Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
    rahlk committed May 21, 2026
    Configuration menu
    Copy the full SHA
    56c2894 View commit details
    Browse the repository at this point in the history
  2. Merge schema

    Signed-off-by: Rahul Krishna <rkrsn@ibm.com>
    rahlk committed May 21, 2026
    Configuration menu
    Copy the full SHA
    b80111a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. Add a docstring page

    Signed-off-by: Rahul Krishna <rkrsn@ibm.com>
    rahlk committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    6e85841 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. Update webpage

    Signed-off-by: Rahul Krishna <rkrsn@ibm.com>
    rahlk committed Jun 5, 2026
    Configuration menu
    Copy the full SHA
    c8a6e27 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. docs: document Neo4j property-graph output (scale, Kubernetes, enterp…

    …rise)
    
    Reframe the docs around the new `--emit neo4j` target: project the analysis
    into a labeled Neo4j property graph that scales beyond a single JSON file.
    Introduce the producer/consumer split — `canpy` runs out-of-band as a
    CI/Kubernetes job pushing app-scoped subgraphs to Neo4j over Bolt, while the
    CLDK Python SDK and agents read the graph read-only via Neo4jConnectionConfig.
    
    - New Neo4j guide + graph-schema reference pages; sidebar entries
    - Neo4j property-graph hero visual (src/components/Neo4jPropertyGraph.astro)
    - Document --emit json|neo4j|schema, --app-name, --neo4j-* flags and NEO4J_* env
    - graph.cypher snapshot vs incremental Bolt push; per-app scoping; schema_version 1.1.0
    - CLDK read-back examples; extended architecture/concept mermaid diagrams
    - Fix stale CLI facts and cross-links; verified with `astro build`
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    rahlk and claude committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    1ff79d8 View commit details
    Browse the repository at this point in the history
Loading