docs: add zero-knowledge Go learning guide and AI-content-correction issue template#73
Merged
Merged
Conversation
…issue template LEARN_GO_AND_NODEUP.md teaches Go from scratch using real lines from this codebase (structs, pointers, the (value, error) return pattern, interfaces, context.Context) rather than generic examples, for anyone approaching the project with no Go background. Since it (and REVIEW_FINDINGS.md) were AI-generated, also add an issue template so readers can flag inaccurate or hallucinated content for correction. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
✔️ 7d7e650 - Conventional commits check succeeded. |
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.
Summary
LEARN_GO_AND_NODEUP.md, teaching Go from scratch using real lines from this codebase (structs, pointers, the(value, error)return pattern, interfaces-as-duck-typing,context.Context, packages/modules, testing) rather than generic examples.github/ISSUE_TEMPLATE/ai_content_correction.mdsince the guide (andREVIEW_FINDINGS.md, not part of this PR) were AI-generated and may contain inaccuracies — gives readers an explicit path to flag and fix themTest plan
go build/go vet/go testunaffectedmainsource (referencesinternal/node/dist.go,internal/detector/detector.go,internal/cli/root.go— all still accurate post-merge of feat(cli): post-upgrade cleanup prompt + native mutation commands #56/docs: distill SPEC.md from existing codebase #71)Closes #72.
🤖 Generated with Claude Code