Skip to content

chore: remove example/ai-agent-app and root taskiq_poc.py - #150

Merged
tmgbedu merged 1 commit into
mainfrom
task/remove-ai-agent-app
Jul 9, 2026
Merged

chore: remove example/ai-agent-app and root taskiq_poc.py#150
tmgbedu merged 1 commit into
mainfrom
task/remove-ai-agent-app

Conversation

@tmgbedu

@tmgbedu tmgbedu commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

What

Deletes two unused paths cleanly:

  1. example/ai-agent-app/ — the entire example directory (27 files)
  2. taskiq_poc.py — the repo-root proof-of-concept script

References removed

None needed beyond the files themselves. Confirmed no external references exist:

  • Workspacefastapi_startkit/pyproject.toml uses a glob (members = ["application", "example/*"]), no explicit ai-agent-app entry. ai-agent-app was a standalone project (own uv.lock) and never appeared in fastapi_startkit/uv.lock.
  • CI.github/workflows/test.yml builds config-app, database-app, and agents; it never referenced ai-agent-app.
  • Docs — no references to either path.
  • taskiq_poc.py had no importers anywhere.

Verification

  • grep -rn ai-agent-app . (excluding .git and .claude/worktrees) → 0 matches
  • grep -rn taskiq_poc . (same exclusions) → 0 matches
  • uv sync --group dev in fastapi_startkit/exit 0, resolves cleanly

Drop the unused ai-agent-app example and the root taskiq proof-of-concept
script. Neither is referenced by the workspace config, CI workflows, or
docs, so no further cleanup is required.

@tmgbedu tmgbedu left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Code review verdict: APPROVE (posting as comment — GitHub blocks self-approval on own PR).

Pure-deletion PR (0 additions / 4775 deletions across 27 files). Verified independently:

  • grep -rn ai-agent-app and grep -rn taskiq_poc (excluding .git/.claude) → only matches are inside the deleted files themselves; no external references remain.
  • No taskiq dependency declared in any pyproject.toml — POC was standalone, removal is clean.
  • CI (.github/workflows/test.yml) builds example/config-app, example/database-app, and example/agents — never ai-agent-app. example/agents is a separate, still-existing directory and is unaffected.
  • Workspace glob members = ["application", "example/*"] needs no edit; the deleted dir simply stops matching.
  • No framework/core code touched — no correctness, SQL/ORM, NULL-handling, or test surface impacted.

Clean removal. LGTM.

@tmgbedu
tmgbedu merged commit 25b5736 into main Jul 9, 2026
3 checks passed
@tmgbedu
tmgbedu deleted the task/remove-ai-agent-app branch July 9, 2026 16:00
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.

1 participant