refactor: clean tracked agent artifacts - #175
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR improves repository hygiene by removing tracked, local/generated agent artifacts (Dori logs/events and a type-check baseline snapshot) and strengthening ignore rules so those artifacts don’t get reintroduced, while explicitly retaining project-owned Cursor skill docs.
Changes:
- Stop tracking local Dori event/log files and the generated
reports/type-baseline.md. - Tighten
.gitignoreto ignore Cursor workspace state and generated audit output while explicitly un-ignoring project-owned Cursor skills (README.md+ per-skillSKILL.md). - Add
.cursor/skills/README.mddocumenting ownership/maintenance expectations for the retained Cursor skills and the intentionalcontext7.json.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
reports/type-baseline.md |
Removes a generated type-report snapshot from version control. |
.gitignore |
Adds ignore rules for Cursor workspace artifacts and reports/type-baseline.md, with negations to keep project-owned skill docs tracked. |
.dori/local/logs/2026-02-06.jsonl |
Removes tracked local Dori logs (ephemeral). |
.dori/local/logs/2026-02-07.jsonl |
Removes tracked local Dori logs (ephemeral). |
.dori/events/d17d7bd0.json |
Removes tracked local Dori event data (ephemeral). |
.cursor/skills/README.md |
Documents that Cursor skills under .cursor/skills/*/SKILL.md are project-owned and should be maintained. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #135.
Verification
make lintmake tygit diff --check.cursorworkspace state is ignoredSteward Notes
README.mdand per-skillSKILL.mdfilescontext7.jsonwas introduced deliberately as the public Kida Context7 integration; the removed type baseline is a stale generated audit and Dori paths were already declared ephemeral