Package uno.anahata.ai.nb.nodes


package uno.anahata.ai.nb.nodes
This package provides the visual integration between the Anahata AI's context and the NetBeans project tree UI, primarily using the NetBeans Nodes API. Its purpose is to "decorate" files in the Projects window to indicate that they are currently part of the AI's active context.

Key Components:

  • AnahataNodeFactory: A NetBeans NodeFactory that creates the virtual "Anahata" folder. This component is responsible for dynamically managing the visibility of project-specific AI resources like anahata.md.
The functionality of this package is a high-priority goal for the V1 launch, providing users with immediate visual feedback on which files are being tracked by the assistant.
  • Classes
    Class
    Description
    A factory that creates the "Anahata" virtual folder in the NetBeans Projects window.