docs: fcode-ama updates for the App console reorganization - #20
Merged
Conversation
Each concern now lives in one place: - OAuth moved to App settings -> OAuth tab (requested scopes + dev/prod credentials); checklist and Dev Marketplace "Configure dev OAuth" link there - App settings Configuration absorbs marketplace visibility (private apps) and lifecycle - Development tab: dev workspace + "How to build locally" guide; Production tab adds releases; installations tables replaced by counts linking to the filtered Installations page - Dev Marketplace app page links each installed company's deploy- workspace (logs, variables, schedules, webhooks) - Installation page "End user actions" removed - the marketplace covers that flow Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Developers can copy any deploy- workspace's FACTORIAL_TOKEN from the installation's "..." menu — on the Installations page (with Suspend) and on the Dev Marketplace app page (with Re-install / Uninstall) — to run processes locally in that company's context. Journey + troubleshooting surface in fcode-ama; procedure extended in its owner, fcode-cli. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Global OAuth apps (created from the Factorial Backoffice) work across companies; company-scoped ones (created from /oauth/applications) only authorize their own company. Documented in journey stage 4 and as a troubleshooting entry for "OAuth works for one company but fails for others". Co-Authored-By: Claude Fable 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.
What
Updates
fcode-ama(and thefcode-cliclone pointer) for the App console reorganization — each concern now lives in one place:deploy-workspace (execution logs, variables, schedules, webhooks) beside the company selector.Also adds a
.gitignorefor.DS_Store.Validation
npx skills-ref validatepasses forfcode-amaandfcode-cli.🤖 Generated with Claude Code