docs(goclaw-skill): complete reference documentation#27
Open
bclermont wants to merge 1 commit into
Open
Conversation
- Add 20 new reference files documenting all missing goclaw CLI commands: * backup-restore.md (system/tenant backup, restore, preflight) * webhooks.md (inbound HTTP callbacks) * hooks.md (internal event routing, separate from webhooks) * vault.md (Knowledge Vault: documents, search, enrichment) * voices.md (voice catalog for TTS) * workstations.md (coding-agent isolated environments) * edition.md (server edition & feature availability) * quota.md (quota inspection: token usage) * users.md (user search & discovery) * oauth.md (OAuth authentication: ChatGPT, OpenAI) * profile.md (CLI connection profiles, separate from auth) * credentials.md (comprehensive credential management) * system-config.md (server config schema, patches, upgrades) - Reorganize agent documentation into 5 granular, content-named files: * agents-crud.md (create, list, update, delete, files, instances) * agents-sharing-delegation.md (share, delegation links, wait) * agents-export-import.md (export/import/merge archives) * agents-memory.md (episodic memory, evolution metrics) * agents-orchestration.md (orchestration, identity, prompt-preview) * Replace agents-core.md + agents-advanced.md + agents-extended.md - Reorganize chat documentation into 4 granular, content-named files: * chat-basic.md (single-shot, continue session) * chat-sessions.md (session ops: branch, reset, label, compact) * chat-history.md (history, replay) * chat-injection.md (inject, session-status, follow) * Replace chat-sessions.md + chat-extended.md - Update SKILL.md navigation table to point to all 35 reference files - 100% CLI command coverage (50+ commands, 100+ subcommands) - All references follow consistent pattern: when-to-use, commands, flags, JSON output, destructive ops, examples, edge cases, cross-refs Co-Authored-By: Claude Haiku 4.5 <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.
Add 20 new reference files documenting all missing goclaw CLI commands:
Reorganize agent documentation into 5 granular, content-named files:
Reorganize chat documentation into 4 granular, content-named files:
Update SKILL.md navigation table to point to all 35 reference files
100% CLI command coverage (50+ commands, 100+ subcommands)
All references follow consistent pattern: when-to-use, commands, flags, JSON output, destructive ops, examples, edge cases, cross-refs