Skip to content

[WIP] Remove outdated code and artifacts to reduce bloat#116

Merged
DarkModder33 merged 2 commits intomainfrom
copilot/remove-outdated-code-and-artifacts
Apr 11, 2026
Merged

[WIP] Remove outdated code and artifacts to reduce bloat#116
DarkModder33 merged 2 commits intomainfrom
copilot/remove-outdated-code-and-artifacts

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 11, 2026

  • Remove AI tool config folders tracked despite being in .gitignore (.agents/, .augment/, .claude/, .continue/, .junie/, .windsurf/, .zencoder/, .zenflow/)
  • Remove IDE artifact folders tracked despite being in .gitignore (.idea/, .vscode-extension/)
  • Remove backup/archive directories tracked despite being in .gitignore (_safe_backup/, archive/)
  • Remove nested git mirror directory (main/ — contained git objects and hundreds of temp files, ~1000+ files)
  • Remove unknown/orphan directory (1/, tradehax-repo/)
  • Remove standalone services not part of the Next.js app (ai/, ai-micro/)
  • Remove training/ML data (data/, *.jsonl files)
  • Remove Kubernetes configs (k8s/) — not used
  • Remove Namecheap/legacy deployment scripts (deploy/)
  • Remove 12 unused/outdated GitHub Actions workflows — kept only build-check.yml, codeql.yml, vercel-deploy.yml
  • Remove committed secret-containing env blueprints (AI_LIVE_ENV_BLUEPRINT.env had real Vercel secrets, AI_ENVIRONMENT_TEMPLATE.env, .env.vercel.production.template)
  • Remove 60+ excessive documentation/planning files
  • Remove legacy configs (.gitlab-ci.yml, .htaccess, qodana.yaml, Untitled-1.yml, .lighthouserc.json, sync-log.txt, tradehaxai.code-workspace)
  • Remove planning docs from docs/ directory and db/supabase/AI_TRAINING_POST_DEPLOY_RUNBOOK.md
  • Remove legacy index.html, skills-lock.json, tools/ (Python image tools)
  • Update .gitignore to prevent reintroduction of removed artifacts
  • Verify npm run build succeeds after cleanup ✅
  • Verify npm run lint passes after cleanup ✅
  • CodeQL security scan — 0 alerts ✅
Original prompt

Repository: DarkModder33/main

Goal

  • Remove outdated, unused code and artifacts to reduce bloat and attack surface.
  • Keep only files that are necessary for the currently-used Next.js + TypeScript + Tailwind + shadcn/ui monorepo.
  • Do not preserve legacy builds, unused workflows, old generated artifacts, or dead code paths.

Scope / What to identify and delete

  1. Old build outputs & generated artifacts

    • Remove committed build directories and caches if present (common examples: .next/, out/, dist/, build/, coverage/, .turbo/, .cache/, .vercel/, storybook-static/, node_modules/).
    • Ensure .gitignore covers these outputs so they don’t come back.
  2. Outdated GitHub Actions workflows / CI configs

    • Audit .github/workflows/*.
    • Remove workflows that are unused, reference removed scripts, outdated actions versions, or deploy targets no longer used.
    • Keep only workflows that are needed for current build/lint/test/deploy behavior.
  3. Unused/legacy app code

    • Remove unused pages/components/lib code that is no longer referenced.
    • Delete old experimental features, legacy integrations, or duplicate components.
    • Prefer keeping the modern app-router structure under app/.
  4. Legacy configuration

    • Remove redundant or obsolete config files (old Next.js config, deprecated lint configs, old Tailwind configs, legacy scripts) if not used.
    • Ensure remaining config aligns with current tooling.
  5. Security & hardening

    • Remove suspicious scripts and any committed secrets.
    • Ensure workflows don’t run untrusted code on pull_request_target unless absolutely necessary.
    • Ensure only minimal permissions in workflows.

Acceptance criteria

  • Repository builds and runs with npm install and npm run dev, and production build succeeds with npm run build.
  • CI (if kept) passes (at minimum lint + build).
  • No build output directories or caches remain committed.
  • .gitignore updated appropriately.
  • Deleted files are only those not used; confirm via imports/refs/search and build.

Implementation notes

  • Use code search and dependency graph (imports/references) to verify whether a file is in use before keeping it.
  • If in doubt about necessity, prefer deletion only if you can confirm it is unused (no imports, no route usage, no script references).
  • Provide a PR that clearly lists removed directories/files and the rationale in the PR description.

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: cleanup the massive amount of outdated code that isnt used in this repository anymore. a lot is old builds and worflows that just bloat the reposiotry and create more exploits by not being deleted. keep only neccessary files only. do not save anything that sint currently in use

Assistant: I’m currently waiting on your approval in the confirmation dialog to proceed with the repository cleanup and make the required changes.

This pull request was created from Copilot chat.

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
main Ready Ready Preview, Comment Apr 11, 2026 10:23pm

Request Review

- Remove AI tool config folders (.agents, .augment, .claude, .continue, .junie, .windsurf, .zencoder, .zenflow) that were tracked despite .gitignore
- Remove IDE artifact folders (.idea, .vscode-extension)
- Remove backup/archive directories (_safe_backup, archive)
- Remove nested git mirror directory (main/) with hundreds of temp files and git objects
- Remove unknown orphan directory (1/) and duplicate deployment repo (tradehax-repo/)
- Remove standalone services not part of Next.js app (ai/, ai-micro/)
- Remove ML/AI training data directories and JSONL files (data/, *.jsonl)
- Remove Kubernetes configs (k8s/) and Namecheap deploy scripts (deploy/)
- Remove 12 unused/outdated GitHub Actions workflows, keeping only build-check, codeql, vercel-deploy
- Remove committed secret-containing env blueprints (AI_LIVE_ENV_BLUEPRINT.env, AI_ENVIRONMENT_TEMPLATE.env, .env.vercel.production.template) — these contained real Vercel project/secret values
- Remove 60+ excessive documentation/planning dump files
- Remove legacy configs (.gitlab-ci.yml, .htaccess, qodana.yaml, Untitled-1.yml, .lighthouserc.json)
- Remove planning docs from docs/ directory
- Remove index.html, skills-lock.json, tools/ (Python image tools)
- Update .gitignore to prevent reintroduction: add patterns for *.env, *.env.*, main/, tradehax-repo/, 1/, data/, *.jsonl, k8s/, deploy/, sync-log.txt, *.code-workspace, dist/, coverage/, .turbo/, .cache/, storybook-static/

Agent-Logs-Url: https://github.com/DarkModder33/main/sessions/501b28cd-19d0-4c9a-9b17-73816395b530

Co-authored-by: DarkModder33 <254196519+DarkModder33@users.noreply.github.com>
@DarkModder33 DarkModder33 marked this pull request as ready for review April 11, 2026 22:27
Copilot AI review requested due to automatic review settings April 11, 2026 22:27
Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 300 files, and this pull request has 1569

@DarkModder33 DarkModder33 merged commit 33b9abc into main Apr 11, 2026
8 of 13 checks passed
@DarkModder33 DarkModder33 deleted the copilot/remove-outdated-code-and-artifacts branch April 11, 2026 22:27
Copilot AI requested a review from DarkModder33 April 11, 2026 22:28
Copilot stopped work on behalf of DarkModder33 due to an error April 11, 2026 22:28
@github-actions
Copy link
Copy Markdown

🔗 Link Audit

Status: ✅ Passed
Mode: standard (changed-scope)
Scanned files: 351
Indexed routes: 58
Broken links: 0
Missing anchors: 0
Generated: 2026-04-11T22:27:41.967Z
Changed-scope fallback: Changed-files scan unavailable (No valid base ref found among: origin/main, main, origin/master, master); used full scan.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Removes a large set of outdated/unused repository artifacts (AI tool configs, legacy docs, and CI workflows) to reduce repo bloat and shrink the attack surface.

Changes:

  • Deleted multiple AI assistant/tool configuration directories and their embedded reference docs.
  • Removed legacy GitHub Actions workflows and related configs (e.g., Lighthouse CI, Qodana, readiness gates).
  • Dropped legacy deployment/runtime artifacts (e.g., .htaccess) and an orphaned submodule pointer.

Reviewed changes

Copilot reviewed 292 out of 1569 changed files in this pull request and generated no comments.

Show a summary per file
File Description
AI_ENVIRONMENT_STANDARDS.md Removes legacy AI environment standards doc from repo root
AGENTS.md Removes Nx/agent instructions doc
1/tradehaxai-assistant Removes orphaned submodule pointer file
.zenflow/settings.json Removes Zenflow tool settings file
.zencoder/skills/supabase-postgres-best-practices/CLAUDE.md Removes tool-specific CLAUDE pointer file
.zencoder/skills/supabase-postgres-best-practices/references/_sections.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/_template.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/conn-limits.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/conn-pooling.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/data-batch-inserts.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/data-pagination.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/data-upsert.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/lock-advisory.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/lock-short-transactions.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/lock-skip-locked.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/query-composite-indexes.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/query-covering-indexes.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/query-index-types.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/query-missing-indexes.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/query-partial-indexes.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/schema-data-types.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/security-privileges.md Removes tool reference doc
.zencoder/skills/supabase-postgres-best-practices/references/security-rls-basics.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/CLAUDE.md Removes tool-specific CLAUDE pointer file
.windsurf/skills/supabase-postgres-best-practices/references/_sections.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/_template.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/conn-limits.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/conn-pooling.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/data-batch-inserts.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/data-pagination.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/data-upsert.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/lock-advisory.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/lock-short-transactions.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practactices/references/lock-skip-locked.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/query-composite-indexes.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/query-covering-indexes.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/query-index-types.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/query-missing-indexes.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/query-partial-indexes.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/schema-data-types.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/security-privileges.md Removes tool reference doc
.windsurf/skills/supabase-postgres-best-practices/references/security-rls-basics.md Removes tool reference doc
.lighthouserc.json Removes Lighthouse CI configuration
.junie/skills/supabase-postgres-best-practices/CLAUDE.md Removes tool-specific CLAUDE pointer file
.junie/skills/supabase-postgres-best-practices/references/_sections.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/_template.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/conn-limits.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/conn-pooling.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/data-batch-inserts.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/data-pagination.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/data-upsert.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/lock-advisory.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/lock-short-transactions.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/lock-skip-locked.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/query-composite-indexes.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/query-covering-indexes.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/query-index-types.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/query-missing-indexes.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/query-partial-indexes.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/schema-data-types.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/security-privileges.md Removes tool reference doc
.junie/skills/supabase-postgres-best-practices/references/security-rls-basics.md Removes tool reference doc
.htaccess Removes Apache-specific redirect and access controls
.github/workflows/readiness-gate.yml Removes legacy scheduled readiness gate workflow
.github/workflows/qodana_code_quality.yml Removes Qodana workflow
.github/workflows/lighthouse-ci.yml Removes Lighthouse CI workflow
.github/workflows/install-hooks-test.yml Removes hooks installation smoke test workflow
.github/workflows/hivemind-quality-gate.yml Removes scheduled “hivemind” quality gate workflow
.github/workflows/github-pages.yml Removes GitHub Pages deploy workflow
.github/workflows/ai-micro-ci.yml Removes CI workflow for the deleted ai-micro service
.continue/skills/supabase-postgres-best-practices/CLAUDE.md Removes tool-specific CLAUDE pointer file
.continue/skills/supabase-postgres-best-practices/references/_sections.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/_template.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/advanced-full-text-search.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/conn-limits.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/conn-pooling.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/data-batch-inserts.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/data-pagination.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/data-upsert.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/lock-advisory.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/lock-short-transactions.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/lock-skip-locked.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/query-composite-indexes.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/query-covering-indexes.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/query-index-types.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/query-missing-indexes.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/query-partial-indexes.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/schema-data-types.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/security-privileges.md Removes tool reference doc
.continue/skills/supabase-postgres-best-practices/references/security-rls-basics.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/CLAUDE.md Removes tool-specific CLAUDE pointer file
.claude/skills/supabase-postgres-best-practices/references/_sections.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/_template.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/conn-limits.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/conn-pooling.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/data-batch-inserts.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/data-pagination.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/data-upsert.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/lock-advisory.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/lock-short-transactions.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/lock-skip-locked.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/query-composite-indexes.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/query-covering-indexes.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/query-index-types.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/query-missing-indexes.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/query-partial-indexes.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/schema-data-types.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/security-privileges.md Removes tool reference doc
.claude/skills/supabase-postgres-best-practices/references/security-rls-basics.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/CLAUDE.md Removes tool-specific CLAUDE pointer file
.augment/skills/supabase-postgres-best-practices/references/_sections.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/_template.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/advanced-full-text-search.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/conn-limits.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/conn-pooling.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/data-batch-inserts.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/data-pagination.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/data-upsert.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/lock-advisory.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/lock-short-transactions.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/lock-skip-locked.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/query-composite-indexes.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/query-covering-indexes.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/query-index-types.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/query-missing-indexes.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/query-partial-indexes.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/schema-data-types.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/security-privileges.md Removes tool reference doc
.augment/skills/supabase-postgres-best-practices/references/security-rls-basics.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/CLAUDE.md Removes tool-specific CLAUDE pointer file
.agents/skills/supabase-postgres-best-practices/references/_sections.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/_template.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/advanced-full-text-search.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/conn-idle-timeout.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/conn-limits.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/conn-pooling.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/conn-prepared-statements.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/data-batch-inserts.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/data-pagination.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/data-upsert.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/lock-advisory.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/lock-short-transactions.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/lock-skip-locked.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/query-composite-indexes.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/query-covering-indexes.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/query-index-types.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/query-missing-indexes.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/query-partial-indexes.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/schema-data-types.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/security-privileges.md Removes tool reference doc
.agents/skills/supabase-postgres-best-practices/references/security-rls-basics.md Removes tool reference doc
Files not reviewed (7)
  • .idea/.gitignore: Language not supported
  • .idea/IntelliLang.xml: Language not supported
  • .idea/go.imports.xml: Language not supported
  • .idea/misc.xml: Language not supported
  • .idea/modules.xml: Language not supported
  • .idea/tradehax.iml: Language not supported
  • .idea/vcs.xml: Language not supported
Comments suppressed due to low confidence (3)

1/tradehaxai-assistant:1

  • This looks like a Git submodule pointer being removed. If the repo previously had this as a submodule, make sure the corresponding entry is also removed from .gitmodules (and that the submodule is deinitialized), otherwise developers may still see submodule-related warnings/errors when cloning or updating.
    .htaccess:1
  • Removing .htaccess drops server-enforced protections (e.g., directory listing disable and blocking access to sensitive extensions in later rules). If there is any Apache-based deployment path still in use (even for static exports), consider reinstating equivalent controls in the actual hosting layer (Apache config, reverse proxy, or platform config) so those security guarantees aren't lost.
    .github/workflows/readiness-gate.yml:1
  • The PR description mentions updating .gitignore to prevent reintroducing removed artifacts, but that change isn’t visible in the provided diffs. If .gitignore updates are part of this PR, consider ensuring they are included in the final PR diff (or adjusting the description) so the cleanup is durable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants