CLAUDE.md: correct stale REST_API / api.textmate.org notes - #13
Merged
Conversation
PR #9 removed the REST_API macro (default.rave:12 now passes only NULL_STR) and eliminated all api.textmate.org calls; this was released in v2.1.1-undead. Update the build-config and Bundle delivery notes so they no longer claim the macro is hardcoded or that the fork phones that host.
Merged
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.
PR #9 (commit
e4ee811c, released inv2.1.1-undead) removed theREST_APIcompile-time macro and eliminated allapi.textmate.orgcalls from the fork.default.rave:12now passes onlyNULL_STRvia-D.This updates
CLAUDE.md, which still claimed:NULL_STRandREST_APIvia-D, withREST_APIhardcoded tohttps://api.textmate.org(Build system section); andREST_APIis still hardcoded atdefault.rave:12(Bundle delivery section).Both statements are stale. The Bundle delivery note now reflects that delivery is git-URL/codeload-based (
BundlesManager.mmfetches viaBundleFetcherfromcodeload.github.com). The verified-accurate 3hNSBackgroundActivitySchedulerpoll note is retained.Docs-only change (touches
CLAUDE.mdonly); does not trigger the Release workflow.