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-java
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-java
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.
  • 3 commits
  • 747 files changed
  • 2 contributors

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
    0c8a9cf 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
    ee9e3f3 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 — `codeanalyzer` 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.0.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
    b751482 View commit details
    Browse the repository at this point in the history
Loading