/slack-channel:configure Configure the Slack channel with your bot token and app-level token. Usage Instructions 1. Parse the two arguments from : - First token must start with (Bot User OAuth Token) - Second token must start with (App-Level Token) 2. If either token is missing or has the wrong prefix, show this error and stop: 3. Create the state directory if it doesn't exist: 4. Write the file at : 5. Set file permissions to owner-only: 6. Confirm success: Security - Never echo the tokens back in the confirmation message - Never log tokens to stdout or any file other than - Always set 0o600…