docs: unify Real-API / real-api / real API as 'Live API'#79
Merged
Conversation
… docs and comments
User feedback noted that 'Live API' (in some places) and 'Real-API' (in others) referred to the same concept — direct OAuth-authenticated calls to Google Ads / Meta Ads / GA4 / Search Console. Standardizing on 'Live API' for clarity.
Touched: README.md, README.ja.md, AGENTS.md, CHANGELOG.md, docs/{architecture,cli,byod,byod.ja}.md, scripts/sheet-template/README.md, 4 skill SKILL.md files (canonical + packaged), 5 BYOD-related Python files (docstrings/comments only — no logic change), tests/test_byod.py docstrings.
1581 tests pass (broader regression). Pure terminology rename.
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.
Standardizes terminology across docs, comments, and skills. The same concept (OAuth-authenticated direct calls to Google Ads / Meta Ads / GA4 / Search Console) was referred to inconsistently as 'Real-API', 'real-api', 'real API', or 'Live API' depending on the file. Now all 70 occurrences read 'Live API'.
Scope
mureo/byod/clients.py,mureo/mcp/_client_factory.py,mureo/byod/adapters/google_ads.py,mureo/byod/bundle.py,mureo/cli/byod_cmd.py,tests/test_byod.py) only have docstring/comment edits.README.md,README.ja.md,AGENTS.md,CHANGELOG.md,docs/*, skillSKILL.mdfiles) updated.Test plan
tests/test_plugin_manifests.py) passes — canonical and packaged copies identical