Skip to content
Xnovity
Roadmap

Roadmap and release status without fabricated history.

This page exposes crawlable development-status information while avoiding unsupported release, license, repository, or community claims.

Planned

Release Notes

No Felidae release tags or release notes were found in git history.

Planned

Changelog

No Felidae changelog file exists in this checkout.

In Progress

News

The Xnovity blog exists. Felidae-specific development updates should be published only when real updates are available.

Planned

Architecture Decisions

No Felidae ADR files were found.

Planned

RFCs

No Felidae RFCs were found.

Completed

GitHub Repository

The official Felidae-lang repository is published on GitHub.

Open repository
Planned

Contribution Guide

No Felidae contribution guide exists yet.

Planned

License

No Felidae license file was found.

Implementation status

Completed

Native interpreter

CMake builds the felidae executable from the current runtime, IntegerParser, reasoning, memory and native-runtime sources.

Completed

SentencePiece integer parser

The current runtime constructs IntegerTokenList from the pinned SentencePiece model and parses with IntegerParser.

Completed

AST

The runtime consumes parsed AST nodes and felidae_debug performs AST analysis.

Completed

Fact/query runtime

The CLI accepts external ? queries and the runtime solves explicit query goals over loaded facts.

Completed

Native modules

The top-level CMake graph builds multiple shared-library targets under native_modules.

Completed

Felidae Debugger

felidae_debug supports --check-json, --lsp, --symbols-json, --operators-json and related editor metadata surfaces.

In Progress

Celidae source

src/celidae and a large acceptance suite implement nine self-contained HTML views, while the current top-level CMake file does not expose the celidae target.

Completed

VS Code extension

Repository extension source implements highlighting, navigation, CodeLens, debugger integration and felidae_debug diagnostics.

Completed

IntelliJ IDEA extension

Repository plugin source registers .fx and delegates checks to felidae_debug.

In Progress

Tree-sitter grammar

tree-sitter-felidae exists as a starter grammar for editor/navigation work.

Completed

Native build wrappers

build.sh and build.ps1 drive the CMake native graph.

In Progress

Cross-target / WASM wrappers

The current wrappers explicitly reject non-native targets pending CMake toolchains/presets.

Completed

Public source repository

The active repository is github.com/xnvtserver/Felidae.

Open repository