Modified AGENTS.md and include dedicated OpenHound agent skills (+ standards)#3
Open
Modified AGENTS.md and include dedicated OpenHound agent skills (+ standards)#3
Conversation
…ic (moved to docstrings)
…should be defined as part of the docstrings
…e agents.md as a generic overview and rules guide.
…or and openhound.md with generic openhound standards
There was a problem hiding this comment.
Pull request overview
This PR restructures OpenHound agent/developer guidance by making AGENTS.md a concise entrypoint and moving OpenHound-specific standards/workflows into standards/ plus task-oriented guidance into dedicated skills/ docs.
Changes:
- Added OpenHound standards (
standards/openhound.md) and a recommended collector development workflow (standards/workflow.md). - Added multiple OpenHound task “skill” documents under
skills/(plan/register/source/graph/add-asset/preproc/validate). - Updated template docstrings in
graph.py/models/asset.pyto useAttributes:-style documentation.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
{{ cookiecutter.project_slug }}/AGENTS.md |
Replaced detailed OpenHound pattern doc with a concise agent entrypoint + links to standards/skills. |
{{ cookiecutter.project_slug }}/standards/workflow.md |
New end-to-end workflow ordering for building/modifying collectors. |
{{ cookiecutter.project_slug }}/standards/openhound.md |
New centralized OpenHound rules/standards and key file map. |
{{ cookiecutter.project_slug }}/src/openhound_{{ cookiecutter.target_service_slug }}/models/asset.py |
Updated properties docstring style for the example asset properties dataclass. |
{{ cookiecutter.project_slug }}/src/openhound_{{ cookiecutter.target_service_slug }}/graph.py |
Updated base node properties docstring to include Attributes: section. |
{{ cookiecutter.project_slug }}/skills/openhound-validate-extension/SKILL.md |
New validation checklist and commands. |
{{ cookiecutter.project_slug }}/skills/openhound-source-collection/SKILL.md |
New source collection guidance and patterns. |
{{ cookiecutter.project_slug }}/skills/openhound-register-extension/SKILL.md |
New phase registration/metadata/entry-point guidance. |
{{ cookiecutter.project_slug }}/skills/openhound-preproc-lookup/SKILL.md |
New preproc/lookup guidance and examples. |
{{ cookiecutter.project_slug }}/skills/openhound-plan-collector/SKILL.md |
New planning skill with required inputs and brief output format. |
{{ cookiecutter.project_slug }}/skills/openhound-graph-schema/SKILL.md |
New graph schema guidance for graph.py and ID rules. |
{{ cookiecutter.project_slug }}/skills/openhound-add-asset/SKILL.md |
New “add asset” guidance for models/kinds/source wiring. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
ktstrader
approved these changes
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.