content: rewrite Real-World Project objectives with Bloom's taxonomy verbs + opencode run option - #265
Open
abderrahim-lectures wants to merge 1 commit into
Open
content: rewrite Real-World Project objectives with Bloom's taxonomy verbs + opencode run option#265abderrahim-lectures wants to merge 1 commit into
abderrahim-lectures wants to merge 1 commit into
Conversation
…verbs Rewrite every project's 'What you'll do' learning objectives so each item starts with a measurable, observable verb from Bloom's taxonomy (set up, capture, design, build, evaluate, analyze, apply, produce...) instead of weak or ambiguous phrasing (get, use, run, send, wire...). Also add an optional 'opencode' run option to the 'Where to run this' section of every project that uses an LLM: opencode is a free, open-source AI coding agent that runs in the terminal and can write and run the same project using the same API key from Setup. Co-authored-by: deepseek-v4-flash-free <noreply@opencode.ai>
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.
What
Rewrites every Real-World Project's
## 🎯 What you'll dolearning objectives so each item begins with a measurable, observable verb from Bloom's taxonomy (set up, capture, design, build, evaluate, analyze, apply, produce, etc.) instead of weak or ambiguous phrasing (get, use, run, send, wire...).Also adds an optional opencode run option to the
Where to run thissection of all 16 projects that use an LLM: opencode is a free, open-source AI coding agent that runs in your terminal and can write and run the same project using the same API key from Setup.Verification
npm run typecheckpassesnpm run buildpasses for all 4 locales (only pre-existing docs-qa-bot anchors remain)Follow-up
English only. i18n updates for ar/es/fr will follow in per-project PRs (one issue + one PR per project, not merged automatically).