Skip to content

docs(skills): clarify version bump scope and add conftest.py to test structure#39

Merged
TheRealAgentK merged 1 commit intomasterfrom
docs/improve-skill-clarity
Apr 24, 2026
Merged

docs(skills): clarify version bump scope and add conftest.py to test structure#39
TheRealAgentK merged 1 commit intomasterfrom
docs/improve-skill-clarity

Conversation

@TheRealAgentK
Copy link
Copy Markdown
Collaborator

Summary

Two skill doc improvements discovered while reviewing autohive-integrations PR #271 (Salesforce integration):

upgrading-sdk-v2

  • Step 4 and the checklist said to bump config.json version to 2.0.0 unconditionally. This caused a false finding when reviewing a brand-new integration written directly against SDK 2.0.0 — the agent incorrectly flagged "version": "1.0.0" as wrong.
  • Added a callout clarifying this only applies to existing integrations being upgraded, not new ones. New integrations should start at 1.0.0.

writing-unit-tests

  • The file structure examples omitted conftest.py, which caused the agent to flag it as "non-standard" during review. In reality, every integration in the repo has a conftest.py with identical content (including all four reference integrations: hubspot, bitly, hackernews, perplexity).
  • Added conftest.py to both file structure examples and documented its standard content.

…structure

- upgrading-sdk-v2: clarify that config.json version bump to 2.0.0 only
  applies to existing integrations being upgraded, not new integrations
  written directly against SDK 2.0.0
- writing-unit-tests: add conftest.py to file structure examples and
  document its standard content (sys.path setup)
@github-actions
Copy link
Copy Markdown

Coverage — e0b0566 (docs(skills): clarify version bump scope and add conftest.py to test structure) by @TheRealAgentK

Total coverage: 100%

File Stmts Miss Cover Missing
src/autohive_integrations_sdk/__init__.py 2 0 100%
src/autohive_integrations_sdk/integration.py 358 0 100%

@TheRealAgentK TheRealAgentK merged commit 21c96bb into master Apr 24, 2026
1 check passed
@TheRealAgentK TheRealAgentK deleted the docs/improve-skill-clarity branch April 24, 2026 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants