We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6a31b commit 38cc2dfCopy full SHA for 38cc2df
2 files changed
.claude/settings.json
@@ -0,0 +1,10 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "mcp__claude_ai_Atlassian__getConfluencePageInlineComments",
5
+ "mcp__claude_ai_Atlassian__getJiraIssue",
6
+ "mcp__claude_ai_Atlassian__getConfluencePage",
7
+ "mcp__claude_ai_Atlassian__getConfluenceSpaces"
8
+ ]
9
+ }
10
+}
.github/workflows/release.yml
@@ -18,6 +18,12 @@ jobs:
18
runs-on: macos-14
19
20
steps:
21
+ # Objectively's Xcode "Configure" build phase runs autoreconf/configure when
22
+ # built from source (i.e. whenever Config.h isn't already present); the
23
+ # macOS runner image doesn't ship autotools by default.
24
+ - name: Install autotools
25
+ run: brew install autoconf automake libtool pkg-config
26
+
27
- name: Checkout Objectively
28
uses: actions/checkout@v6
29
with:
0 commit comments