Add writings directory with first two essays#35
Merged
Conversation
- writings/the-most-expensive-problem.md (essay) - writings/the-parallel-architecture.md (appendix) New content directory alongside canon/, odd/, and docs/ for the authors voice -- essays, appendices, articles. Indexed by oddkit but not canon, not methodology, not documentation. Both documents include full frontmatter with discovery metadata, social graph fields, and klappy:// URI cross-references. Co-authored-by: Cursor <cursoragent@cursor.com>
klappy
pushed a commit
that referenced
this pull request
Feb 14, 2026
…timony; bump changelog to 0.32.0 Four new documents articulating the epistemic OS concept from a voice memo session: - canon/values/shared-values-as-trust-proxy.md (Tier 1, draft) - docs/architecture/epistemic-os-layers.md (Tier 2, draft) - odd/appendices/cognitive-saturation-threshold.md (Tier 2, draft) - docs/evidence/testimony-2026-02-13.md (Tier 2, final) All documents cross-linked via complements metadata. Changelog bumped to 0.32.0 covering PRs #29-#35 and this commit. https://claude.ai/code/session_01PLTKACaCHAV239dounD4AS
This was referenced May 5, 2026
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
writings/as a new content directory alongsidecanon/,odd/, anddocs/klappy://writings/*URIs for oddkit resolutionWhat is writings/?
The authors voice -- essays, appendices, articles, posts. These are not canon, not methodology, not documentation. They are indexed and managed by the knowledge base but they are writing, not system output.
Documents
writings/the-most-expensive-problem.mdwritings/the-parallel-architecture.mdFrontmatter includes
hook,description,slug)og_*,twitter_*)derives_from,related,parent)type: essay|appendix,public: true)Depends on
oddkit PR: klappy/oddkit
feature/include-metadata(addswritings/to index patterns so these docs are discoverable)Test plan
oddkit_searchwith tagwritingsreturns both documentsoddkit_getwithklappy://writings/the-most-expensive-problemresolvesklappy://writings/*cross-references in both documents are correctMade with Cursor
Note
Low Risk
Content-only addition (new markdown documents) with no code or runtime behavior changes; main risk is navigation/indexing expectations if
writings/isn’t yet included in downstream tooling.Overview
Adds a new
writings/content area with two public, cross-linked longform documents: The Most Expensive Problem (essay) and The Parallel Architecture (appendix).Both files include rich frontmatter for discovery/social metadata and relationship links via
klappy://writings/*URIs (includingderives_fromreferences into the canon), enabling them to be indexed and navigated like existing docs content.Written by Cursor Bugbot for commit e53282d. This will update automatically on new commits. Configure here.