-
-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: andiupn/andy-universal-agent-rules
v1.2.1 - Maintenance & Optimization Update
Workspace alignment, dependency configuration, and general optimization updates as of June 7, 2026.
Assets 2
v1.0.0 - Initial Release (Universal AI Agent Rules System)
๐ง Rilis Perdana: Universal AI Agent Rules v1.0.0
Sistem basis pengetahuan (knowledge base) dan aturan asisten AI universal pertama yang membuat asisten AI coding Anda (Cursor, Windsurf, GitHub Copilot, Antigravity) menjadi jauh lebih cerdas dan memahami konteks proyek secara mendalam.
โจ Fitur Utama:
- Universal Ruleset: Aturan
.cursorrules/.windsurfrulesyang kompatibel dengan multi-OS. - Kerangka Memori Otomatis: Panduan memori jangka pendek dan jangka panjang yang rapi.
- Integrasi Penuh: Dilengkapi dengan petunjuk penataan folder kerja asisten AI Anda.
โ Dukung Kami
Dukung kami via Ko-Fi atau Trakteer. Temukan panduan premium lengkapnya di kuncimu.com .
Assets 2
v1.2.0
First Release
1e243e4 v1.1.0 - Workflows as Core Feature + Enhanced Documentation
๐ What's New
Workflows Now Core Feature
All 6 AI workflows are now installed by default, making knowledge management effortless:
/maintenance- Keep knowledge base healthy (validates index, creates backups, updates environment)/save-from-chat- Save learnings from current chat session/search- Quick knowledge search before starting work/simpan-pengetahuan-dari-chat๐ฎ๐ฉ - Indonesian version of save-from-chat/simpan-pengetahuan-dari-folder๐ฎ๐ฉ - Save knowledge from folder/maintenance-agent-rules- Agent rules specific maintenance
Just tell your AI: "Run the maintenance workflow" or "Save learnings from this chat"
Enhanced Documentation
Quick Start Section:
- 3-step installation guide
- Video tutorial placeholder for future
Using Workflows Guide:
- Detailed explanation of each workflow
- Usage examples
- Editor compatibility tips
FAQ Section (5 questions):
- How is this different from .cursorrules?
- Can I use this with multiple projects?
- How do I uninstall?
- Does this work offline?
- Will this slow down my editor?
Troubleshooting Section (5 solutions):
- Python not found
- Permission errors
- Git conflicts
- Workflows not working
- ModuleNotFoundError
Better Repository Visibility:
- 5 new badges (version, issues, PRs, platform, Python requirement)
- GitHub Sponsor button enabled
Improved Contributor Experience:
- 4 GitHub issue templates (Bug Report, Feature Request, Question, Workflow Contribution)
- Enhanced CONTRIBUTING.md with dev setup, testing guide, PR workflow, code style guidelines
๐ฅ Installation
Quick Install (Recommended)
Windows (PowerShell):
iwr -useb https://raw.githubusercontent.com/andiupn/andy-universal-agent-rules/v1.1.0/install.ps1 | iex
Linux/Mac (Bash):
curl -sL https://raw.githubusercontent.com/andiupn/andy-universal-agent-rules/v1.1.0/install.sh | bashWhat Gets Installed
your-project/
โโโ AGENTS.md # AI reads this first
โโโ .agent/
โโโ scripts/ # 6 Python automation scripts
โโโ workflows/ # 6 AI workflows (๐ CORE FEATURE)
โโโ memory/ # Your knowledge base
โ โโโ index.json
โ โโโ entries/
โ โโโ gotchas/
โ โโโ patterns/
โ โโโ decisions/
โ โโโ context/
โโโ context/ # Environment detection
โโโ environment.json
๐ Upgrading from v1.0.0
If you installed v1.0.0, your workflows folder may be empty or incomplete.
To upgrade:
# 1. Backup your knowledge (recommended) python .agent/scripts/backup-memory.py # 2. Re-run installer to get all workflows cd your-project iwr -useb https://raw.githubusercontent.com/andiupn/andy-universal-agent-rules/main/install.ps1 | iex # 3. Choose 'y' when asked to overwrite # Your knowledge in .agent/memory/ will be preserved
What gets updated:
- โ
All 6 workflows installed in
.agent/workflows/ - โ Scripts updated (if any changes)
- โ AGENTS.md template refreshed
What stays safe:
- โ
Your knowledge entries in
.agent/memory/entries/ - โ
Your
index.json - โ Your custom modifications to AGENTS.md (if you don't overwrite)
๐ Full Changelog
Added
- Quick Start Section in README.md with 3-step installation guide
- Using Workflows Section in README.md explaining
/maintenance,/save-from-chat,/search - FAQ Section in README.md with 5 common questions
- Troubleshooting Section in README.md with 5 solutions
- 5 New Badges to README.md (version, issues, PRs, platform, Python)
- 4 Issue Templates in
.github/ISSUE_TEMPLATE/ - Workflows as Core Feature: All 6 workflows now installed by default
Changed
- Enhanced CONTRIBUTING.md with development setup, testing guide, PR workflow, code style guidelines
- Updated CHANGELOG.md with semantic versioning adherence
install.ps1: Now downloads all 6 workflows automaticallyinstall.sh: Now downloads all 6 workflows automatically
Fixed
- Installation consistency across Windows and Linux/Mac platforms
- Workflow installation completeness - users now get full feature set
- AGENTS.md table header language consistency
๐ฏ Supported Editors
- โ Antigravity (Gemini/Claude) - Full workflow support
- โ Cursor AI (Agent Mode) - Full workflow support
- โ Kiro AI - Full workflow support
- โ VSCode + GitHub Copilot - Use Python scripts directly
- โ Windsurf Editor - Compatible
๐ Support This Project
If this saves you hours of debugging, consider supporting:
| Platform | Link |
|---|---|
| Ko-fi | ko-fi.com/andiupn |
| Patreon | patreon.com/AndiUpn |
| Trakteer ๐ฎ๐ฉ | trakteer.id/andi_upn |
| Saweria ๐ฎ๐ฉ | saweria.co/andiupn |
๐ Resources
Thank you for using andy-universal-agent-rules! ๐
Made with โค๏ธ by Andi UPN
What's Changed
- improve documentation and sytem quick installer by @andiupn in #1
- Feature/add workflows by @andiupn in #2
New Contributors
Full Changelog: https://github.com/andiupn/andy-universal-agent-rules/commits/v1.1.0