# Project Status

The Konsist linter has undergone extensive field testing across a variety of projects, including  [Spring](https://spring.io/), [Android](https://www.android.com/), and [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html), and is compatible with both [Gradle](https://gradle.org/) and [Maven](https://maven.apache.org/) build systems. Additionally, Konsist features a comprehensive test suite with around 5,000 tests, running on various operating systems including MacOS, Windows, and Ubuntu, to minimize the risk of regressions.

Konsist is safe for use because it is not bundled with the production code (only included in the test source sets).

## Konsist Roadmap

Over the next few months, we will fix bugs, improve existing APIs, and implement missing features (in this order). Here is a high-level roadmap:

* ✅ Milestone 1 (Q1-Q2-Q3 2023)
  * ✅ Setup GitHub project
  * ✅ Setup CI pipeline
  * ✅ Core Library development
  * ✅ Publish artifact to Maven Central
  * ✅ Create documentation
  * ✅ Internal closed testing Android
  * ✅ Internal closed testing Spring
* ✅ Milestone 2 (Q4 2023 Alpha)
  * ✅ Community-driven testing
  * ✅ Improve existing APIs
  * ✅ Fix Bugs
  * ✅ Polish documentation and samples
  * ✅ Implement new features
* ✅  Milestone 3 (Q1 2024)
  * ✅  Stabilize APIs (minimal breaking changes)
  * ✅ Fix Bugs
  * ✅ Polish documentation and samples
  * ✅ Implement new features
* 🚀 Milestone 4 (Q2 2024)
  * ✅  Declaration references
* 🚀 Milestone 5 (Q3 2024)
  * 🚀 Architecture checks improvements
  * 🚀 Bug fixes
  * 🚀 API improvements
* 🚀 Milestone 6 (Q4 2024 Beta)
  * 🚀 Bug fixes
  * 🚀 API improvements
  * 🚀 Release 1.0
* 🕝 Milestone 5 (H1 2025)
  * 🕝 Further maintenance and improvements


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.konsist.lemonappdev.com/other/project-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
