Roadmap and release status without fabricated history.
This page exposes crawlable development-status information while avoiding unsupported release, license, repository, or community claims.
Release Notes
No Felidae release tags or release notes were found in git history.
Changelog
No Felidae changelog file exists in this checkout.
News
The Xnovity blog exists. Felidae-specific development updates should be published only when real updates are available.
Architecture Decisions
No Felidae ADR files were found.
RFCs
No Felidae RFCs were found.
GitHub Repository
The official Felidae-lang repository is published on GitHub.
Open repositoryContribution Guide
No Felidae contribution guide exists yet.
License
No Felidae license file was found.
Implementation status
Native interpreter
CMake builds the felidae executable from the current runtime, IntegerParser, reasoning, memory and native-runtime sources.
SentencePiece integer parser
The current runtime constructs IntegerTokenList from the pinned SentencePiece model and parses with IntegerParser.
AST
The runtime consumes parsed AST nodes and felidae_debug performs AST analysis.
Fact/query runtime
The CLI accepts external ? queries and the runtime solves explicit query goals over loaded facts.
Native modules
The top-level CMake graph builds multiple shared-library targets under native_modules.
Felidae Debugger
felidae_debug supports --check-json, --lsp, --symbols-json, --operators-json and related editor metadata surfaces.
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.
VS Code extension
Repository extension source implements highlighting, navigation, CodeLens, debugger integration and felidae_debug diagnostics.
IntelliJ IDEA extension
Repository plugin source registers .fx and delegates checks to felidae_debug.
Tree-sitter grammar
tree-sitter-felidae exists as a starter grammar for editor/navigation work.
Native build wrappers
build.sh and build.ps1 drive the CMake native graph.
Cross-target / WASM wrappers
The current wrappers explicitly reject non-native targets pending CMake toolchains/presets.
Public source repository
The active repository is github.com/xnvtserver/Felidae.
Open repository