Set up standalone repo with CI/CD and docs#2
Open
cbcoutinho wants to merge 4 commits into
Open
Conversation
Add docs that were extracted from the MCP server repo as part of the astrolabe separation: - blog-introducing-astrolabe.md (updated image/link URLs) - ADR-018-nextcloud-php-app-for-settings-ui.md - user-setup-hybrid-mode.md (from authentication.md) - astrolabe-internal-url.md (from configuration.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 tasks
- Add Claude Code Review workflow for automated PR reviews - Add Claude interactive workflow for @claude mentions - Create CLAUDE.md with project conventions and structure - Update appinfo/info.xml URLs from nextcloud-mcp-server to astrolabe repo - Remove ADR-018 (architectural decisions stay in MCP server repo) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add docker-compose.test.yml for local integration testing - Add tests/integration/smoke-test.sh for curl-based smoke tests - Add integration job to CI workflow (matrix: NC 31, 32) - Smoke tests verify: app installation, settings pages, API endpoints, OAuth endpoint reachability Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace Docker-based integration job with the standard Nextcloud app testing pattern (nextcloud/server from source + PHP built-in server). - Clone nextcloud/server at stable31/stable32 branches - Use local MySQL (pre-installed on ubuntu-latest) instead of service container - Install via `php occ maintenance:install` + `php occ app:enable` - Run MCP server container with --network host - Fix bash arithmetic bug: ((VAR++)) returns exit 1 when VAR=0 under set -e - Reduce smoke test wait timeout from 60s to 10s - Pin MCP server image to 0.63.4 in docker-compose.test.yml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced May 24, 2026
This was referenced Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/blog-introducing-astrolabe.md— blog post with updated image/link URLsdocs/ADR-018-nextcloud-php-app-for-settings-ui.md— architecture decision recorddocs/user-setup-hybrid-mode.md— user setup instructions (extracted from MCP server's authentication.md)docs/astrolabe-internal-url.md— internal URL config (extracted from MCP server's configuration.md)Test plan
screenshots/paths)This PR was generated with the help of AI, and reviewed by a Human