Affects
Developers evaluating or building an integration with Narya.
What changed
Narya is now documented as a Developer Tool in active development, separate from Lerian’s core banking platform. Its public integration surface is the generated HTTP contract exposed through the host’s local Unix socket, which you can use from any language for an out-of-process integration. Compiled Go extensions remain an internal build mechanism. They are not the public extension surface.
Impact
Classification: Review recommended. This documentation update does not make a general-availability commitment.
What you need to do
If you are evaluating an integration, design against the local HTTP contract rather than compiled extensions. Confirm availability and contract stability before relying on it in production.

