Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- AUTO-GENERATED by agent-core sync. Do not edit directly. -->
# sync-docs

Check warning on line 1 in AGENTS.md

View workflow job for this annotation

GitHub Actions / agnix / agnix

Multiple instruction layers detected without documented precedence%3A AGENTS.md (/home/runner/work/sync-docs/sync-docs/AGENTS.md)%2C CLAUDE.md (/home/runner/work/sync-docs/sync-docs/CLAUDE.md) [XP-006]

Check warning on line 1 in AGENTS.md

View workflow job for this annotation

GitHub Actions / agnix / agnix

Missing project context section in AGENTS instruction file [AGM-004]

Choose a reason for hiding this comment

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

medium

This file's content is identical to CLAUDE.md. This pull request modifies both in the same way, which highlights a potential maintainability issue. To avoid the risk of them diverging in the future, consider either merging them into a single file or using a templating/include mechanism to manage the shared content. This would make future updates easier and less error-prone.


> Sync documentation with code changes. Find outdated refs, update CHANGELOG, flag stale examples.

Expand All @@ -24,7 +23,7 @@
5. **Always run git hooks** - Never bypass pre-commit or pre-push hooks.
6. **Use single dash for em-dashes** - In prose, use ` - ` (single dash with spaces), never ` -- `.
7. **Report script failures before manual fallback** - Never silently bypass broken tooling.
8. **Token efficiency** - Be concise. Save tokens over decorations.
8. **Token efficiency** - Save tokens over decorations.

Check failure on line 26 in AGENTS.md

View workflow job for this annotation

GitHub Actions / agnix / agnix

Potential secret detected in AGENTS.md [CDX-AG-002]

## Model Selection

Expand Down
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- AUTO-GENERATED by agent-core sync. Do not edit directly. -->
# sync-docs

> Sync documentation with code changes. Find outdated refs, update CHANGELOG, flag stale examples.
Expand All @@ -24,7 +23,7 @@
5. **Always run git hooks** - Never bypass pre-commit or pre-push hooks.
6. **Use single dash for em-dashes** - In prose, use ` - ` (single dash with spaces), never ` -- `.
7. **Report script failures before manual fallback** - Never silently bypass broken tooling.
8. **Token efficiency** - Be concise. Save tokens over decorations.
8. **Token efficiency** - Save tokens over decorations.

## Model Selection

Expand Down
Loading