RepoPilot

pointfreeco/isowords

Open source game built in SwiftUI and the Composable Architecture.

Mixed

Stale — last commit 2y ago

MixedDependency

last commit was 2y ago; license evidence incomplete…

MixedFork & modify

license evidence incomplete

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; Scorecard "Branch-Protection" is 0/10…

  • Stale — last commit 2y ago
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • 16 active contributors
  • Distributed ownership (top contributor 47% of recent commits)
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: pointfreeco/isowords

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T19:51:15.022Z · commit c727d3a7c49c

Verdict

Mixed — Stale — last commit 2y ago

  • 16 active contributors
  • Distributed ownership (top contributor 47% of recent commits)
  • CI configured
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

isowords is a production iOS word-search game built entirely in Swift, where players connect letters on a vanishing 3D cube to form words; longer words score higher, and reusing a letter three times removes its cube face to reveal letters inside. The app combines SwiftUI for the UI, SceneKit for 3D rendering, and the Composable Architecture for application state and logic, with a Swift backend server. Monorepo structure: App/AppClip contains the iOS app entry points and entitlements; App/Previews/ contains multiple standalone preview apps (CubeCorePreview, GameOverPreview, etc.) for isolated feature development; App/Config/ holds StoreKit and push notification configs; App/Package.swift…

Start here

Open these first:

  • App/Package.swift — Defines the main app's package structure, dependencies, and build targets for iOS, AppClip, and preview apps.
  • App/iOS/App.swift — Root entry point for the iOS app, orchestrates the main SwiftUI application and Composable Architecture setup.
  • App/AppClip/AppClipApp.swift — Entry point for the App Clip variant, implements the Composable Architecture for limited-scope app experience.
  • App/Previews — Contains isolated preview apps for each major feature, enabling parallel development and SwiftUI canvas testing without…
  • App/Config/StoreKit.storekit — StoreKit configuration for in-app purchases and monetization; critical for product and pricing management.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repository: git clone https://github.com/pointfreeco/isowords.git && cd isowords. Open App/Package.swift to inspect the Swift package manifest. Use Xcode to open the workspace or use swift build if a comma…

Daily commands:

No Makefile targets or standard npm/cargo scripts are evident. Exact run commands require verifying App/Package.swift. Likely: swift build for CLI, or open in Xcode and press Run. CI is GitHub Actions (see ci.yml badg…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • Package manifest location: The actual app logic is likely in a separate Swift package not listed in the top 60 files; App/Package.swift may reference external package dependencies—verify these are accessible.…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/pointfreeco/isowords?axis=learn)](https://repopilot.app/r/pointfreeco/isowords)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/pointfreeco/isowords on X, Slack, or LinkedIn.

Ask AI about pointfreeco/isowords

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/pointfreeco/isowords"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>