Skip to content

chore: archive repo and remove vendor-specific code#1

Open
sushantvema wants to merge 1 commit into
mainfrom
chore/remove-n8n-references
Open

chore: archive repo and remove vendor-specific code#1
sushantvema wants to merge 1 commit into
mainfrom
chore/remove-n8n-references

Conversation

@sushantvema

@sushantvema sushantvema commented Jul 4, 2026

Copy link
Copy Markdown

User description

Summary

  • Replace README with an archive notice; remove Rust sources, assets, and docs that referenced the retired monitoring stack.
  • rg -i n8n returns zero matches (implementation lives in git history).

Test plan

  • rg -i n8n (zero matches)
  • Confirm LICENSE retained

Made with Cursor


CodeAnt-AI Description

Archive the workflow monitoring repo and remove the old app

What Changed

  • Removed the Rust app, CLI, API client, UI, tests, and example config that powered the workflow monitoring dashboard
  • Replaced the main README with an archive notice explaining that the project is no longer active
  • Removed contribution and roast docs that described the retired codebase and setup

Impact

✅ Clearer archived-repo status
✅ No remaining runnable n8n dashboard code
✅ Less chance of using outdated setup steps

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Greptile Summary

This PR archives the repository and removes the retired implementation. The main changes are:

  • Replaces the README with an archive notice and license reference.
  • Removes the Rust source, Cargo manifest, and lockfile.
  • Removes vendor-specific sample environment config, docs, and screenshot assets.

Confidence Score: 5/5

Safe to merge for an archive-only repository change.

The remaining repository contains only the archive README and retained LICENSE, with no runtime code path left to break.

No files require special attention.

T-Rex T-Rex Logs

What T-Rex did

  • Validated the repository against contract expectations by searching for the string 'n8n'; the search returned zero matches.
  • Validated the repository against contract expectations by confirming the LICENSE file exists and contains 21 lines.

View all artifacts

T-Rex Ran code and verified through T-Rex

Important Files Changed

Filename Overview
README.md Replaced full project documentation with a concise archive notice pointing readers to history and retaining the license reference.
Cargo.toml Removed Rust package metadata and dependency manifest as part of archiving the implementation.
Cargo.lock Removed dependency lockfile because the Rust application is no longer distributed from the repository.
.env.example Removed sample vendor-specific environment variables from the archived repository.
CONTRIBUTING.md Removed contribution instructions tied to the retired Rust TUI codebase.
src/main.rs Deleted the former Rust application entry point as part of removing the implementation.
src/app.rs Deleted the former TUI state machine with no remaining in-repo callers or build manifest.
src/client/http.rs Deleted the vendor API HTTP client and associated credential-handling code.
src/config.rs Deleted the former CLI/env/file configuration loader tied to retired runtime behavior.
src/domain/insights_compute.rs Deleted the domain insight computation logic as part of the full source archive.
src/widgets/mod.rs Deleted the TUI widget dispatcher along with the rest of the removed UI layer.
assets/workflows.png Removed screenshot asset referenced by the retired product documentation.

Reviews (1): Last reviewed commit: "chore: archive repo and remove vendor-sp..." | Re-trigger Greptile

Replace active Rust sources with an archive README and drop code/docs
that referenced the retired workflow automation monitoring stack.

Co-authored-by: Cursor <cursoragent@cursor.com>
@codeant-ai

codeant-ai Bot commented Jul 4, 2026

Copy link
Copy Markdown

CodeAnt AI is reviewing your PR.

@codeant-ai

codeant-ai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added the size:XS This PR changes 0-9 lines, ignoring generated files label Jul 4, 2026
@codeant-ai

codeant-ai Bot commented Jul 4, 2026

Copy link
Copy Markdown

CodeAnt AI finished reviewing your PR.

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

Labels

size:XS This PR changes 0-9 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant