docs: add Hermes Tweet public context#2
Open
kriptoburak wants to merge 1 commit into
Open
Conversation
Author
|
@1lystore I added a repository-level safety fix alongside the Hermes Tweet documentation in
This is ready for maintainer review. |
kriptoburak
force-pushed
the
codex/add-hermes-tweet-public-context-20260701T182610Z
branch
from
July 19, 2026 06:27
bb9edbb to
5fb0be9
Compare
Author
|
Published signed repair commit
The PR is cleanly mergeable with no maintainer request, review thread, or failing check outstanding. Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp. |
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
xurlas Awaek's source of truth for private bookmark sync.XQUIK_API_KEYfor reads andHERMES_TWEET_ENABLE_ACTIONSunset.Independent Repository Fix
db.py --self-testpreviously initialized the configured Awaek database and inserted a fake bookmark into the user's real library. The self-test now creates a temporary database, removes it after the run, and restores configured paths even when validation fails. Regression tests cover both success and failure cleanup.Validation
python3 -m unittest discover -s tests -p 'test_*.py' -v: 2 passed.python3 skills/awaek/scripts/db.py --self-test: isolated self-test passed.git diff upstream/main...HEAD --checkNotes
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.