docs: add 'The Seven Spheres of Human-AI Co-Development' to docs/#1100
Merged
Conversation
Add docs/seven-spheres.md (article body verbatim from the source, with attribution block and AI-collaboration footnote preserved) plus the cover image at docs/assets/seven-spheres-cover.png so the article is discoverable in-repo and survives independently of the cluesmith.com blog. Closes #1099
Put author and publication date on separate lines (markdown hard breaks); render the cover via <img width="640"> to constrain its display width.
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
Adds The Seven Spheres of Human-AI Co-Development by Waleed Kadous to the in-repo
docs/tree so the article is discoverable alongsidedocs/faq.md,docs/tips.md,docs/why.mdand survives independently of the cluesmith.com blog.Closes #1099.
Changes
docs/seven-spheres.md— the article body, plain markdown, verbatim from the authoritative copy in the issue (no rewording, no editorialising). Attribution block (author Waleed Kadous, date 2026-02-10, source URL https://cluesmith.com/blog/seven-spheres) sits directly under the H1, before the cover image. The acknowledgements paragraph and the AI-collaboration footnote are preserved verbatim at the end. No YAML frontmatter, matching the sibling docs.docs/assets/seven-spheres-cover.png— the cover image, fetched once fromhttps://cluesmith.com/images/blog/seven-spheres/cover.pngand committed as a binary (valid PNG, 2004×1536 RGBA, ~2.8 MB). The article references it as a relative path./assets/seven-spheres-cover.png, which resolves correctly when viewed on GitHub fromdocs/.codev/state/air-1099_thread.md— builder thread (cohort situational awareness).Key decisions
All locked in the issue's plan-gate / baked-decisions section; no autonomous design choices were made:
docs/seven-spheres.md(nodocs/blog/ordocs/articles/subdir for a single article).docs/assets/seven-spheres-cover.png(kebab-case, scoped suffix).faq.md/tips.md/why.md).Test plan
No tests added — this is pure markdown + a binary image; there is nothing to assert and no CI/runtime behavior changes. Validation performed:
npm run build→ passes (exit 0).npm test, e2e excluded) → pass.file; relative image path checked against thedocs/location.Out of scope
Cross-linking from README/other docs, restructuring
docs/into adocs/articles/subdir, republishing elsewhere, and image optimisation — all deferred per the issue.