busbar-sf-agentscript 0.0.2

AgentScript parser, graph analysis, and LSP for Salesforce Agentforce
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
rules:
    flow:
        # Disabled HardCodedId rule for flow as a temporary workaround for
        # https://github.com/forcedotcom/code-analyzer/issues/1947
        HardCodedId:
            severity: Critical
            tags: []

engines:
    eslint:
        auto_discover_eslint_config: true
        disable_javascript_base_config: true
        disable_lwc_base_config: true
        disable_typescript_base_config: true