Skip to content

docs: add AGENTS.md and update docs & gitignore; fix some mistakes#345

Merged
imbajin merged 1 commit intoapache:docsfrom
Ethereal-O:docs
Jan 31, 2026
Merged

docs: add AGENTS.md and update docs & gitignore; fix some mistakes#345
imbajin merged 1 commit intoapache:docsfrom
Ethereal-O:docs

Conversation

@Ethereal-O
Copy link
Contributor

Add AI-assistant guidance files (AGENTS.md) at repository root and under vermeer, and expand documentation across the project:

significantly update top-level README.md, computer/README.md
vermeer/README.md with architecture, quick-starts, build/test instructions, and examples
update CI badge link in README
AI-assistant-specific ignore patterns to .gitignore and vermeer/.gitignore to avoid tracking assistant artifacts.

Check and fix some mistakes in guidance files.

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Jan 31, 2026
@Ethereal-O Ethereal-O changed the title Docs docs: add AGENTS.md and update docs & gitignore; fix some mistakes Jan 31, 2026
@dosubot dosubot bot added the documentation Improvements or additions to documentation label Jan 31, 2026
@imbajin imbajin changed the base branch from master to docs January 31, 2026 10:34
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Jan 31, 2026
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 31, 2026
@imbajin imbajin merged commit c41e0a5 into apache:docs Jan 31, 2026
5 of 7 checks passed
imbajin added a commit that referenced this pull request Feb 1, 2026
* docs: add AGENTS.md and update docs & gitignore

Add AI-assistant guidance files (AGENTS.md) at repository root and under vermeer, and expand documentation across the project: significantly update top-level README.md, computer/README.md, and vermeer/README.md with architecture, quick-starts, build/test instructions, and examples. Also update CI badge link in README and add AI-assistant-specific ignore patterns to .gitignore and vermeer/.gitignore to avoid tracking assistant artifacts.

* Add vermeer-focused .devin/wiki.json

Introduce .devin/wiki.json with repository notes directing contributors to focus exclusively on the vermeer directory: document its architecture, implementation, and APIs; exclude content from the computer module/directory; and prioritize vermeer-specific functionality and code examples.

* Update READMEs: PageRank params and Vermeer configs

Clarify algorithm parameters and configuration guidance across computer/README.md and vermeer/README.md. In computer/README.md PageRank options were renamed and documented (page_rank.alpha, bsp.max_superstep, pagerank.l1DiffThreshold) and a pointer to the full PageRank implementation was added to avoid confusion from the simplified example. In vermeer/README.md example Docker volume mounts now recommend a dedicated config directory (~/vermeer-config) and include a security note about avoiding mounting the whole home directory. The master.ini/worker.ini sample blocks were reworked to use revised keys (http_peer, grpc_peer, master_peer, run_mode, task_parallel_num, etc.) and a note clarifies that HugeGraph connection details are supplied via the graph load API. Additional notes direct readers to the real WorkerComputer/MasterComputer interfaces and existing algorithm examples; minor performance-tuning guidance was also adjusted to reflect the new task_parallel_num setting.

* Update README.md

* doc: fix some mistakes in docs about vermeer (#345)

---------

Co-authored-by: Jingkai Yang <m15635418665@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants