docs(blog): add help-text post for 2026-03-19#790
Merged
Conversation
Weekly dev log covering the Kong-to-Cobra CLI migration, extraction ops JSON tree overlay, and re-extraction improvements. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Future-dated blog posts were invisible in `nix run '.#site'` because Hugo excludes them by default. Pass --buildFuture (and --buildDrafts for the pagefind indexing step) so scheduled posts are always previewable locally. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
micasa never had shell completion scripts -- Kong doesn't generate them, so they didn't exist. Rewrite opening and completions section to reflect that tab completion is new, not a replacement. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Record the extraction ops JSON tree overlay and embed a frame in the help-text blog post. Code-format INSERT/UPDATE/DELETE in the prose. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Record a longer VHS tape showing tree navigation -- expanding each operation, browsing fields, collapsing back up, and closing the overlay. Swap the static image for an autoplay video in the blog post. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Kill the triple-never construction in the opening, drop the formulaic bold-lead-sentence pattern in the Cobra section, trim filler from the ops tree and re-extraction sections. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Drop the "expensive layers" framing -- OCR is only slow on large documents. Just say it skips to the LLM with cached text. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The /etc/bash_completion.d path requires root. Use the session-local source <() pattern that works without elevated privileges. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The bug was that sort didn't visually activate until a navigation key was pressed (stale cached viewport), not that it pointed at wrong rows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
cpcloud
added a commit
that referenced
this pull request
Mar 19, 2026
## Summary - Add weekly blog post covering Kong-to-Cobra CLI migration, extraction ops JSON tree overlay, re-extraction improvements, Charm v2 migration, and demo subcommand - Record VHS tape and embed ops tree video in the post - Add `--buildFuture` to Hugo dev server and pagefind build so future-dated posts are always previewable locally --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
--buildFutureto Hugo dev server and pagefind build so future-dated posts are always previewable locally