Skip to content

Labels

Labels

  • area: ci/cd

    GitHub Actions workflows and release pipelines.
  • area: cli

    Command-line interface, arguments, and output formatting.
  • area: core

    Logic for Indexer, Parser, Graph, or Generator.
  • area: daemon

    Logic for FileWatcher and background processes.
  • area: db

    Database schema, VectorStore, and Query logic.
  • bug

    Something isn't working (e.g., crashes, logical errors).
  • chore

    Maintenance tasks (CI/CD, dependencies, build scripts).
  • docs

    Improvements to documentation (README, comments).
  • enhancement

    New feature or request (e.g., config file, depth control).
  • feat

    New feature or request (e.g., config file, depth control).
  • priority: critical

    Must function; blocks development or causes data loss.
  • priority: high

    Important features that should be addressed soon.
  • priority: low

    Nice to have; can wait until later.
  • priority: medium

    Normal priority; adds value but not urgent.
  • refactor

    Code change that neither fixes a bug nor adds a feature.
  • test

    Adding missing tests or correcting existing tests.
  • ui/ux

    Improvements to the CLI output, colors, or progress bars.