Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
claude/adoring-hopper-5x74bqclaude/affectionate-feynman-ykrf1hclaude/architecture-audit-design-wxprenclaude/build-status-update-3MXsfclaude/charming-meitner-mllb5rclaude/compare-gate-gluecron-s4mFQclaude/confident-faraday-tikcwbclaude/continue-work-XMTlIclaude/crontech-gluecron-deploy-7MIECclaude/crontech-platform-setup-SeKfwclaude/design-2026claude/ecstatic-ptolemy-jMdigclaude/enhance-github-integration-QNHdGclaude/fix-aa-loop-issue-PonMQclaude/fix-actions-and-processclaude/fix-desktop-errors-XqoW8claude/fix-red-workflowsclaude/fix-website-access-6FKJNclaude/gatetest-integration-hardeningclaude/github-audit-improvements-bDFr9claude/gluecron-launch-status-FoMRlclaude/hopeful-lamport-olfCTclaude/issue-to-pr-and-protectionsclaude/jolly-heisenberg-2sg1Qclaude/launch-preparation-QmTb6claude/new-session-xk1l7claude/plan-platform-architecture-kkN4yclaude/platform-analysis-roadmap-1nUGLclaude/platform-launch-assessment-8dWV8claude/polish-platform-release-AeDrUclaude/resume-previous-work-KzyLwclaude/review-crontech-handoff-qYEVqclaude/review-project-completeness-lHhS2claude/review-readme-docs-ulqPKclaude/serene-edison-rj87weclaude/setup-multi-repo-dev-BCwNQclaude/ship-fixes-and-tests-Jvz1cclaude/site-audit-competitive-pctlwgclaude/site-migration-vercel-XstpKclaude/standalone-product-repos-XHFTDcopilot/feat-smart-empty-states-keyboard-first-enhancementcopilot/feat-smart-morning-digest-review-context-restorecopilot/fix-and-process-workflowscopilot/update-ai-powered-code-reviewfeat/debt-mapfeat/push-policy-codeowners-hardeningfeat/smart-digest-contextfeat/stage-impactfeat/t1-secret-migrationfeat/u-polishfeat/w-self-hostfeat/w2-claude-configfix/agent-journey-orphan-sweepgatetest/auto-fix-1776586424172gatetest/auto-fix-1776586534814gatetest/auto-fix-1776590685143gatetest/auto-fix-1776590808199mainops/redeploy-retriggerstyle/dxt-cta-themeworktree-agent-a3377aad30d55da26worktree-agent-a7ef607b7ee1d6c74
PRODUCT_MANIFEST.json3.3 KB · 80 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "product": "Gluecron",
  "tagline": "The AI-native code platform. Every commit gets smarter.",
  "version": "1.0.0",
  "type": "standalone-platform",
  "category": "developer-platform",
  "purpose": "AI-native code hosting, review, and CI/CD platform that supersedes GitHub",
  "standalone": true,
  "supersedes": "GitHub",
  "also_replaces": ["GitLab", "Bitbucket", "Gitea", "Forgejo"],
  "core_capabilities": [
    "git_hosting",
    "ai_code_review",
    "intelligent_ci_cd",
    "issue_tracking",
    "project_management",
    "dependency_analysis",
    "security_scanning",
    "vscode_extension",
    "cli_tools",
    "api_access"
  ],
  "ai_advantages_over_github": [
    "Semantic code search that understands meaning, not just keyword matching",
    "AI PR reviewer that thinks like a senior engineer and learns from accepted/rejected comments",
    "Predictive CI that knows which tests to run based on semantic analysis of changed files",
    "Smart merge conflict resolution that understands semantic intent, not just line diffs",
    "Auto-generated and maintained documentation that stays in sync with code changes",
    "Security intelligence that explains vulnerabilities in plain language with prioritized fix suggestions",
    "Codebase Q&A: ask questions in natural language, get answers that improve over time",
    "AI-written release notes that learn your team's style and voice"
  ],
  "stack": {
    "runtime": "Bun v1.x",
    "database": "PostgreSQL 16 via Drizzle ORM",
    "deployment": "Docker on Crontech bare metal",
    "cli": "gc (gluecron CLI, installable via bun or curl)",
    "ide_integration": "VSCode extension"
  },
  "integrates_with_via_api_only": {
    "crontech": {
      "relationship": "Gluecron is HOSTED on Crontech",
      "push_trigger": "POST /api/v1/deploy on every merge to main"
    },
    "gatetest": {
      "webhook": "POST /api/gate/result",
      "purpose": "Block PR merges that fail test gates"
    },
    "alecrae": {
      "relationship": "AlecRae repos are hosted on Gluecron"
    }
  },
  "ai_flywheel": {
    "enabled": true,
    "core_principle": "Every interaction (PR review, CI run, issue close, code search query) feeds back to make the next interaction smarter",
    "models": {
      "deep_code_analysis": "claude-opus-4-7",
      "standard_analysis": "claude-sonnet-4-6",
      "real_time_autocomplete": "claude-haiku-4-5"
    },
    "learns_from": [
      "pr_review_comment_acceptance_rates",
      "ci_pass_rates_by_file_path",
      "issue_resolution_time_by_label",
      "code_churn_by_module",
      "merge_conflict_frequency_by_file",
      "test_coverage_trends",
      "security_finding_fix_prioritization",
      "code_search_query_satisfaction"
    ],
    "improves": [
      "pr_review_suggestion_relevance",
      "ci_test_selection_efficiency",
      "reviewer_assignment_accuracy",
      "bug_prediction_by_file_churn",
      "security_fix_prioritization"
    ]
  },
  "competitive_position": "GitHub Copilot is an add-on. Gluecron is AI from the ground up. Every feature, every workflow, every data model is designed for AI-native operation. The AI that reviews your PR today is smarter than it was yesterday, because yesterday's accepted and rejected suggestions trained it. GitHub cannot replicate this without rebuilding from scratch."
}