About this automation

Dokkai ingests a repository, builds a full dependency graph of it (calls, inheritance, definitions, modules), slices the real source into rich chunks, and stores everything in a vector database. The name _dokkai_ (読解) is Japanese for "reading comprehension" - which is exactly what this gives an LLM over your code.

How to Use This Repository

This is a community-contributed repository for openclaw. To use these workflows:

  1. Clone the repository to your local machine:
    git clone https://github.com/gusmaooleo/dokkai
  2. Explore the repository for .json or documentation files.
  3. Follow the repository's internal README for specific setup instructions.