Open
Conversation
asuworks
reviewed
Mar 2, 2026
4 tasks
17 .mdc rule files covering all major subsystems: overview, Django backend, DRF API layer, permissions, Vue frontend, hybrid rendering, Wagtail CMS, peer review workflow, BagIt archival, DataCite DOI, Discourse SSO, tag curation, spam moderation, invoke tasks, conferences, testing, and ES search. Includes analysis of airweave cursor rules as reference pattern and a generation prompt documenting the methodology. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ions) Convert .cursor/rules/*.mdc to tool-agnostic instruction files: - AGENTS.md hierarchy (root + django/ + library/ + frontend/ + home/) with progressive disclosure (327 lines, 7.4:1 compression from 2,434) - CLAUDE.md and GEMINI.md symlinks to AGENTS.md - .github/copilot-instructions.md (root copy) - .github/instructions/*.instructions.md (1:1 from .mdc, full content) Original .cursor/rules/*.mdc files are unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add project identity, stack summary, current state, and 6 new conventions (fat models, Composition API, vorms, migrations, data-cy selectors, shared volume). Add dev commands (shells, manage.py, vite tls, localhost URL). Frontend: vorms, date parsing, Prettier fix, composables directory. Django: PEP 8, type hints, Huey task discovery, migration convention. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Considering https://umesh-malik.com/blog/agents-md-ai-coding-agents-study Idea for this PR is:
Inspiration for cursor rules: https://github.com/airweave-ai/airweave/tree/main/.cursor/rules |
Contributor
|
Integrated with this PR so as not to lose @sgfost's initial work + evolution. Pushed 3 additional commits that expand the original AGENTS.md into:
|
These are local working notes, not intended for the repository.
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.
The purpose of this is to condense important information about the codebase into one relatively short file for coding agents (cursor/claude/etc.) to have at the top of their context. It should get added to/change over time
The rule that I'm going by is: whenever you find yourself reminding an agent about how something works, or how to do something, add it to
AGENTS.mdresolves comses/planning#347