Core capabilities: - Jira ticket lifecycle: status, update, comment, transitions, close - JSM Store Support request creation with Assets object resolution - Assets AQL diagnostic probe endpoint with schema/type introspection - Webex transcript ingestion (audio + JSON + human-readable) with restricted-visibility summary comments - Grok-powered single-ticket and open-tickets-by-reporter summaries Repo hygiene: - .gitignore covering .env, node_modules, logs, IDE dirs - .env.example documenting every env var - discover-ss-*.js scripts refactored to read credentials from .env - README covering setup, endpoints, and the Assets scope-vs-role gotcha Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
159 B
Text
17 lines
159 B
Text
node_modules
|
|
npm-debug.log
|
|
Dockerfile
|
|
.dockerignore
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
README.md
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
logs
|
|
*.log
|
|
.continue
|
|
.vscode
|
|
.idea
|
|
*.md
|