docs: add a direct note on AI-assisted development - #54
Merged
Conversation
Prompted by a question on r/embedded pointing at a recognizable comment style. CONTRIBUTING.md already documented the Claude Code prompt pattern as a workflow doc, but never plainly stated that AI tooling is used, so that answer only ever surfaced reactively. Adds a short section stating it directly: what's AI-assisted (implementation scaffolding, validation runs, sanitizer testing, docs) versus human-directed (architecture, math, validation methodology, review), so it's answered before anyone has to ask.
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.
Prompted by a question on r/embedded. States plainly what CONTRIBUTING.md's Claude Code prompt-pattern section only implied: AI tooling is used, under direction and review, for implementation scaffolding, validation, sanitizer testing, and docs. Architecture, math, and validation methodology are human-directed. Linked from README.md.