chore: remove the stray .agiloft-spec working notes - #6605
Conversation
Transcribed Agiloft REST docs committed by accident in #6562 alongside the alrest repointing. Nothing imports or links it, it sits in a dot-directory at the repo root rather than anywhere docs live, and the integration it informed has shipped. Contents are the vendor's own public examples — placeholder credentials and localhost hosts only, so nothing sensitive was exposed while it was public.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Nothing in the repo imports or references this file, and it lived in a root dot-directory rather than docs. No sensitive credentials were present—only vendor documentation placeholders. Reviewed by Cursor Bugbot for commit 11ebd9e. Configure here. |
Greptile SummaryThis PR removes an accidentally committed, unreferenced set of Agiloft REST API working notes.
Confidence Score: 5/5The PR appears safe to merge because the deleted notes have no identified repository consumer. The change only removes an isolated working-notes file; tracked code, documentation, tests, and build configuration do not reference or implicitly discover it.
|
| Filename | Overview |
|---|---|
| .agiloft-spec/SPEC.md | Deletes an unreferenced working-notes document with no identified build, runtime, documentation, or integration consumer. |
Reviews (1): Last reviewed commit: "chore: remove the stray .agiloft-spec wo..." | Re-trigger Greptile
Summary
.agiloft-spec/SPEC.md(233 lines of transcribed Agiloft REST docs) was committed by accident in fix(agiloft): repoint the block at the alrest surface and fix EWLogin #6562 (be5db68644), alongside the alrest repointing workgit grep agiloft-specoutside the directory itself returns nothingNot a disclosure
The repo is public, so I scanned it before removing. Every credential and host in it is the vendor's own documentation placeholder —
$login=user&$password=passwd,admin/qwerty,https://server,localhost. No real tenant hostnames, tokens, or keys. Nothing sensitive was exposed while it was there.Type of Change
Testing
Deletion only — no code references it, so nothing to exercise. If the notes are still wanted as reference, the right home is
apps/docs, not a root dot-directory; happy to move rather than delete.Checklist