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 NetBeansNodeFactorythat creates the virtual "Anahata" folder. This component is responsible for dynamically managing the visibility of project-specific AI resources likeanahata.md.
-
ClassesClassDescriptionA factory that creates the "Anahata" virtual folder in the NetBeans Projects window.
