Can you get https://github.com/markedjs/marked set up, use the command line tool with the --output/-o flag, then add a unit test to test the --output flag?There should already be similar tests in bin.test.js that you can add to.
Endpoint refactor
Endpoint refactor
Copy
Ask AI
Currently when users sends a POST to <endpoint>, we <describe endpoint behavior>. It would be better to split this endpoint into 2 separate endpoints because <explain reasoning>.<Describe what the first endpoint should do>.<Describe what the second endpoint should do>.Test by <explain how Devin can test each endpoint to verify it's on the right track>.
General refactor
General refactor
Copy
Ask AI
In the slack server, refactor AppRegistry into its own file.