awesome-agv 1.0.3 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/bin/awesome-agv.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
<!-- ABOUT THE PROJECT -->
|
|
19
|
-
## About
|
|
19
|
+
## About Awesome AGV
|
|
20
20
|
|
|
21
|
-
**
|
|
21
|
+
**Awesome AGV** provides a comprehensive sets of standards and practices designed to elevate the capabilities of AI coding agents. It provides a suite of strict rules distilled from software engineering best practices that ensure generated code is secure, defensible, and maintainable. It also provides specialized skills that will help throughout software development.
|
|
22
22
|
|
|
23
23
|
Instead of just generating code that works, the rules and skills ensures agents generate code that **survives**.
|
|
24
24
|
|
|
@@ -39,6 +39,8 @@ For example, the principles of the [Rugged Software Constitution](.agent/rules/r
|
|
|
39
39
|
* 🔄 **10 Workflows** — end-to-end development processes from research to ship.
|
|
40
40
|
* 🏗️ **Two-Tier Rule System** — always-on mandates + contextual principles for zero-noise enforcement.
|
|
41
41
|
|
|
42
|
+
> **💡 Everything is modular.** Rules and skills work independently — you don't need workflows to benefit from them. Use only what you need, modify anything, or build your own workflows. It's a toolkit, not a framework.
|
|
43
|
+
|
|
42
44
|
<!-- GETTING STARTED -->
|
|
43
45
|
## Getting Started
|
|
44
46
|
|
|
@@ -225,7 +227,7 @@ Research → Implement (TDD) → Integrate → E2E (conditional) → Verify →
|
|
|
225
227
|
- [ ] Add more language-specific security rules (Python, Go, Rust).
|
|
226
228
|
- [x] Create a CLI tool for easier installation (`npx awesome-agv`).
|
|
227
229
|
- [ ] Add automated validation scripts to check if an agent is following the constitution.
|
|
228
|
-
- [
|
|
230
|
+
- [x] Publish comprehensive documentation site (GitHub Pages).
|
|
229
231
|
|
|
230
232
|
## Project Adaptation Guide
|
|
231
233
|
|
package/bin/awesome-agv.js
CHANGED
|
@@ -312,6 +312,7 @@ ${color.green}${color.bold} Installation complete! ${icons.rocket}${color.reset
|
|
|
312
312
|
${color.cyan}/orchestrator${color.reset} ${color.dim}Build a feature end-to-end${color.reset}
|
|
313
313
|
${color.cyan}/audit${color.reset} ${color.dim}Review code quality${color.reset}
|
|
314
314
|
${color.cyan}/quick-fix${color.reset} ${color.dim}Fix a bug fast${color.reset}
|
|
315
|
+
${color.dim}Rules and skills are modular — use with or without workflows.${color.reset}
|
|
315
316
|
|
|
316
317
|
${icons.shield} ${color.dim}Learn more: ${color.cyan}https://github.com/${REPO_OWNER}/${REPO_NAME}${color.reset}
|
|
317
318
|
`);
|