docs: condense Key Services table and document multi-org profiles#527
Merged
PeterGuy326 merged 2 commits intoJun 29, 2026
Merged
Conversation
The Key Services section listed a per-service command count and an exhaustive subcommand token dump plus a long description, which had drifted out of date and was hard to scan. Condense it (EN + zh) to a lark-cli-style Service / Command / Capabilities table with a one-line capability per service, pointing to docs/command-index.md for the full listing. Also document the multi-organization (profile) capability, which had no README coverage: a collapsible section placed right after "Custom App mode (CI/CD, ISV integration)" in Getting Started, covering auth login adding a profile, profile list / switch, the global --profile one-shot flag, and the agent- orchestrated cross-org read pattern (writes stay on the current org). Mirrored in README_zh.md. CHANGELOG: add a [1.0.45] entry describing the full multi-profile feature (login / profile management / --profile / backward-forward compatibility / skill docs) plus the persistence hardening (locking, atomic writes, corruption recovery, safe legacy mirror, no cross-org token fallback).
PeterGuy326
approved these changes
Jun 29, 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.
What
The multi-organization (profile) feature already landed in
main, but the README and CHANGELOG were not updated for it, and the Key Services table had grown verbose and slightly stale. This is a docs-only change.README.md,README_zh.md) — drop the per-service command count and the exhaustive subcommand token dump; keep a lark-cli-styleService / Command / Capabilitiestable with a one-line capability per service. Full listing still points todocs/command-index.md.auth loginadding a profile,profile list/profile switch, the global one-shot--profileflag, and the agent-orchestrated cross-org read pattern (writes stay on the current org). Mirrored inREADME_zh.md.[1.0.45]entry describing the multi-profile feature (login / profile management /--profile/ backward-forward compatibility / skill docs) plus the persistence hardening (locking, atomic writes, corruption recovery, safe legacy mirror, no cross-org token fallback).Notes
main, so it does not revert any in-flight changes.