Add AGENTS.md - #8
Conversation
Co-Authored-By: siGit Code <297239231+sigitc@users.noreply.github.com>
There was a problem hiding this comment.
Adds AGENTS.md documentation at the repo root describing the onde-cli project, build/test/lint commands, required env vars, a module architecture table, and conventions for git, commits, deps, and distribution. This is documentation only; no code changes.
Automated review by siGit Code · commit a8c9e18
Co-Authored-By: siGit Code <297239231+sigitc@users.noreply.github.com>
There was a problem hiding this comment.
Adds documentation for AI coding agents. .agents/AGENTS.md contains project overview, build/test/lint commands, an architecture table, and conventions. The root AGENTS.md is a symlink pointing to .agents/AGENTS.md.
Worth confirming: the root AGENTS.md is intended as a symlink (its content is a bare relative path with no trailing newline) rather than a regular file, since a plain text file with that content would be misleading.
Automated review by siGit Code · commit 3218277
- Merge the heavy-test env knobs, finetune gradient-safety warning, GGUF format details, and the onde dependency description from CLAUDE.md into .agents/AGENTS.md, since those were missing there - Replace the standalone CLAUDE.md with a symlink to .agents/AGENTS.md, matching the convention already used in smbcloud and smbcloud-cli Co-Authored-By: siGit Code <297239231+sigitc@users.noreply.github.com>
Adds
AGENTS.mdat the repo root with guidance for AI coding agents: what the project is, exact build/test/lint commands, a module-level architecture table, and conventions (git, commit trailers, patch deps, distribution alignment).