Sync a declarative package list with the pacman package manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
936 B

---
schema: spec-driven
context: |
- Tech stack: Go
- Minimal external dependencies
- Use Jguer/dyalpm for interfacing with libalpm
- Use Jguer/aur for interfacing with the AUR API
rules:
style-guide: |
- Favor creating and using helper library functions over local on-offs
- When writing non-code documents, strictly adhere to the 80 character line
limit
# Project context (optional)
# This is shown to AI when creating artifacts.
# Add your tech stack, conventions, style guides, domain knowledge, etc.
# Example:
# context: |
# Tech stack: TypeScript, React, Node.js
# We use conventional commits
# Domain: e-commerce platform
# Per-artifact rules (optional)
# Add custom rules for specific artifacts.
# Example:
# rules:
# proposal:
# - Keep proposals under 500 words
# - Always include a "Non-goals" section
# tasks:
# - Break tasks into chunks of max 2 hours