Commit Graph

4 Commits

Author SHA1 Message Date
imbajin 2fb3ced8cc docs: add AGENTS.md with project guidance
Introduced AGENTS.md files to the root and all major modules to provide AI coding tool guidance, including architecture, build, test, and development workflows for each component.

Updated .gitignore to exclude various AI prompt files, ensuring only AGENTS.md is kept and others can be soft-linked as needed.
2025-10-29 15:58:32 +08:00
Tsukilc 7b20a9142d fix(struct): Fix the classpath conflict between struct and server (#65)
* fix(server): add META in HugeType

* fix(server): Add enumerations to the struct

* fix(struct): remove hugegraph-struct/schema to hugegraph-struct/struct/schema

* fix(struct): Change the loading order of classes

* fix(struct): Change the loading order of classes
2025-10-29 15:58:32 +08:00
Soyan a2de993063 fix: fix problems found in ci (#51) 2025-10-29 15:58:32 +08:00
Tsukilc 3f2edb0d9a feat(hugegraph-struct): initialize module with core type interfaces and project configuration 2025-10-29 15:58:32 +08:00