Skip to content

drivers: add unknown_model#3

Closed
frahlg wants to merge 1 commit into
srcfl:mainfrom
frahlg:drivers/unknown_model
Closed

drivers: add unknown_model#3
frahlg wants to merge 1 commit into
srcfl:mainfrom
frahlg:drivers/unknown_model

Conversation

@frahlg

@frahlg frahlg commented May 12, 2026

Copy link
Copy Markdown
Member

Drafted via Hugin workbench (https://hugin.sourceful-labs.net/workbench.html).


Submitted via Hugin by @frahlg.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 28d161afe8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread drivers/unknown_model.lua
@@ -0,0 +1,30 @@
-- Hugin workbench draft — fill this in with AI's help.
DRIVER = {
id = "unknown_model",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate manifest after introducing this driver

This commit adds a new DRIVER.id (unknown_model) but does not update manifest.json, so CI will fail in the verify workflow (.github/workflows/verify.yml runs go run ./cmd/driverrepo -verify). In cmd/driverrepo/main.go, verifyManifest compares the checked-in manifest to the driver set and returns manifest.json is out of date when a new driver file exists without regeneration.

Useful? React with 👍 / 👎.

Comment thread drivers/unknown_model.lua
@@ -0,0 +1,30 @@
-- Hugin workbench draft — fill this in with AI's help.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Document site sign convention in the new driver

The new file omits the required sign-convention note, which causes repository verification to fail: verifyDrivers calls documentsSignConvention and rejects drivers missing phrases like sign convention/positive = import (cmd/driverrepo/main.go). Since .github/workflows/verify.yml enforces this check on every push/PR, this driver cannot pass CI as written.

Useful? React with 👍 / 👎.

@frahlg

frahlg commented May 12, 2026

Copy link
Copy Markdown
Member Author

Thanks for the PR! This looks like an empty placeholder template from the workbench — verification_status is 'experimental' with no tested_models and the four function bodies are TODO stubs. Closing in favor of completed drivers; happy to re-open if you fill in a real device's register map. We'll also be landing a 'hugin-drivers init' template generator soon to make this contribution path smoother — track that in #5 (coming).

@frahlg frahlg closed this May 12, 2026
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.

1 participant