azclaude-copilot 0.7.5 → 0.7.6
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.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"name": "azclaude",
|
|
11
11
|
"description": "AZCLAUDE is a complete AI coding environment for Claude Code. It installs 40 commands, 10 auto-invoked skills, 15 specialized agents, 5 hooks, a real-time pipeline visualizer, and a persistent memory system — in one command.\n\nKey features:\n• Memory across sessions — goals.md + checkpoints injected automatically before every session\n• Self-improving loop — /reflect fixes stale CLAUDE.md rules, /reflexes learns from tool-use patterns, /evolve creates agents from git evidence\n• Autonomous copilot mode — /copilot runs a three-tier team (orchestrator → problem-architect → milestone-builder) across sessions until the product ships\n• Spec-driven workflow — /constitute writes project rules, /spec writes structured ACs, /analyze detects plan drift and ghost milestones, /blueprint traces every milestone to a spec\n• Security layer — 111-rule environment scan (/sentinel), pre-write secret blocking, pre-ship credential audit\n• Progressive levels 0–10 — start with CLAUDE.md, grow into multi-agent pipelines and self-evolving environments\n• Zero dependencies — no npm packages, no external APIs, no vector databases. Plain markdown files and Claude Code's native architecture.\n• Smart install — npx azclaude-copilot@latest auto-detects first install vs upgrade vs verify. Context-aware onboarding shows the right next command for your project state.\n\nExample use cases:\n• /setup — scan an existing project, detect stack + domain + scale, fill CLAUDE.md, generate project-specific skills and agents automatically\n• /copilot \"Build a compliance SaaS with trilingual support\" — walk away, come back to working code across multiple sessions\n• /sentinel — run a scored security audit (0–100, grade A–F) across hooks, permissions, MCP servers, agent configs, and secrets\n• /evolve — detect gaps in the environment, generate new skills and agents from git co-change evidence, report score delta (e.g. 42/100 → 68/100)\n• /constitute — write your project's constitution (non-negotiables, architectural commitments, definition of done) — gates all future AI actions\n• /analyze — cross-artifact consistency check: ghost milestones, spec vs. code drift, unplanned commits\n• /reflect — find stale, missing, or contradicting rules in CLAUDE.md and propose exact fixes\n• /debate \"REST vs GraphQL for this project\" — adversarial evidence-based decision with order-independent scoring, logged to decisions.md",
|
|
12
|
-
"version": "0.7.
|
|
12
|
+
"version": "0.7.6",
|
|
13
13
|
"source": {
|
|
14
14
|
"source": "github",
|
|
15
15
|
"repo": "haytamAroui/AZ-CLAUDE-COPILOT",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "azclaude",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "AZCLAUDE is a complete AI coding environment for Claude Code. It installs 40 commands, 10 auto-invoked skills, 15 specialized agents, 5 hooks, a real-time pipeline visualizer, and a persistent memory system — in one command.\n\nKey features:\n• Memory across sessions — goals.md + checkpoints injected automatically before every session\n• Self-improving loop — /reflect fixes stale CLAUDE.md rules, /reflexes learns from tool-use patterns, /evolve creates agents from git evidence\n• Autonomous copilot mode — /copilot runs a three-tier team (orchestrator → problem-architect → milestone-builder) across sessions until the product ships\n• Spec-driven workflow — /constitute writes project rules, /spec writes structured ACs, /analyze detects plan drift and ghost milestones, /blueprint traces every milestone to a spec\n• Security layer — 111-rule environment scan (/sentinel), pre-write secret blocking, pre-ship credential audit\n• Progressive levels 0–10 — start with CLAUDE.md, grow into multi-agent pipelines and self-evolving environments\n• Zero dependencies — no npm packages, no external APIs, no vector databases. Plain markdown files and Claude Code's native architecture.\n• Smart install — npx azclaude-copilot@latest auto-detects first install vs upgrade vs verify. Context-aware onboarding shows the right next command for your project state.\n\nExample use cases:\n• /setup — scan an existing project, detect stack + domain + scale, fill CLAUDE.md, generate project-specific skills and agents automatically\n• /copilot \"Build a compliance SaaS with trilingual support\" — walk away, come back to working code across multiple sessions\n• /sentinel — run a scored security audit (0–100, grade A–F) across hooks, permissions, MCP servers, agent configs, and secrets\n• /evolve — detect gaps in the environment, generate new skills and agents from git co-change evidence, report score delta (e.g. 42/100 → 68/100)\n• /constitute — write your project's constitution (non-negotiables, architectural commitments, definition of done) — gates all future AI actions\n• /analyze — cross-artifact consistency check: ghost milestones, spec vs. code drift, unplanned commits\n• /reflect — find stale, missing, or contradicting rules in CLAUDE.md and propose exact fixes\n• /debate \"REST vs GraphQL for this project\" — adversarial evidence-based decision with order-independent scoring, logged to decisions.md",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "haytamAroui",
|
package/README.md
CHANGED
|
@@ -637,11 +637,11 @@ AZCLAUDE is a lazy-loaded environment of 48 capability modules. It only loads wh
|
|
|
637
637
|
|
|
638
638
|
## Verified
|
|
639
639
|
|
|
640
|
-
|
|
640
|
+
1967 tests. Every template, command, capability, agent, hook, and CLI feature verified.
|
|
641
641
|
|
|
642
642
|
```bash
|
|
643
643
|
bash tests/test-features.sh
|
|
644
|
-
# Results:
|
|
644
|
+
# Results: 1967 passed, 0 failed, 1967 total
|
|
645
645
|
```
|
|
646
646
|
|
|
647
647
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "azclaude-copilot",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "AI coding environment — 40 commands, 10 skills, 15 agents, real-time visualizer, memory, reflexes, evolution. Install: npx azclaude-copilot@latest, then open Claude Code.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"azclaude": "bin/cli.js",
|
|
@@ -60,6 +60,23 @@ Do NOT skip pre-reads. Context-blind implementation is the most common failure m
|
|
|
60
60
|
|
|
61
61
|
---
|
|
62
62
|
|
|
63
|
+
### Step 1b: Web Research (if Team Spec says REQUIRED)
|
|
64
|
+
|
|
65
|
+
Check your prompt for `## Web Research`. If it says `REQUIRED`:
|
|
66
|
+
1. Run the search queries listed (WebSearch for best practices, common pitfalls)
|
|
67
|
+
2. Fetch official docs if a URL is provided (WebFetch)
|
|
68
|
+
3. Note findings that affect your implementation:
|
|
69
|
+
- Deprecated methods → use the replacement
|
|
70
|
+
- Breaking changes → adapt code to current API
|
|
71
|
+
- Common pitfalls → add to your anti-patterns for this milestone
|
|
72
|
+
4. If a search reveals the Team Spec's approach is outdated → report to orchestrator before proceeding
|
|
73
|
+
|
|
74
|
+
If `SKIP` or no Web Research section → proceed directly to Step 2.
|
|
75
|
+
|
|
76
|
+
**Why:** Claude's training data is frozen. A 30-second web search prevents hours of debugging deprecated code.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
63
80
|
### Step 2: Implement
|
|
64
81
|
|
|
65
82
|
If TDD active:
|
|
@@ -239,6 +239,14 @@ Pre-conditions verified:
|
|
|
239
239
|
Complexity: {SIMPLE|MEDIUM|COMPLEX}
|
|
240
240
|
Fix attempts: {2 for SIMPLE/MEDIUM, 3 for COMPLEX}
|
|
241
241
|
|
|
242
|
+
## Web Research (from Team Spec)
|
|
243
|
+
{REQUIRED or SKIP}
|
|
244
|
+
{If REQUIRED, include the search queries from the Team Spec:}
|
|
245
|
+
- Search: "{technology} {version} best practices {year}"
|
|
246
|
+
- Search: "{technology} common pitfalls {year}"
|
|
247
|
+
- Fetch: {docs URL}
|
|
248
|
+
Run these searches BEFORE writing any code. Include findings in your implementation decisions.
|
|
249
|
+
|
|
242
250
|
Only read files NOT listed in Pre-loaded Context.
|
|
243
251
|
When done, report: files changed + test status + new patterns/anti-patterns.
|
|
244
252
|
```
|
|
@@ -87,6 +87,19 @@ If milestone crosses 2+ agent boundaries → recommend sequential: agent-A first
|
|
|
87
87
|
(e.g., GraphQL, Stripe, i18n, accessibility, ML pipeline), mark it as MISSING in the Team Spec.
|
|
88
88
|
The orchestrator will use skill-creator to generate it before dispatch.
|
|
89
89
|
|
|
90
|
+
**Web Research — classify this milestone:**
|
|
91
|
+
Scan the milestone for external dependencies (imports, API calls, library usage):
|
|
92
|
+
```bash
|
|
93
|
+
# Check what the milestone's files import
|
|
94
|
+
grep -r "import\|require\|from " src/ --include="*.ts" --include="*.py" --include="*.js" -l 2>/dev/null | head -10
|
|
95
|
+
# Check package.json / requirements.txt for external deps
|
|
96
|
+
cat package.json 2>/dev/null | grep -E '"dependencies"' -A 50 | head -30
|
|
97
|
+
```
|
|
98
|
+
- If milestone touches ANY external API, library, or framework → `Web Research: REQUIRED`
|
|
99
|
+
- If milestone is pure internal code (no imports from node_modules, no API calls) → `Web Research: SKIP`
|
|
100
|
+
- If milestone creates a new skill or agent for external technology → `Web Research: REQUIRED`
|
|
101
|
+
- Include specific search queries the builder should run (technology + version + year)
|
|
102
|
+
|
|
90
103
|
**Pre-Read Files:**
|
|
91
104
|
- Schema files (if touching DB)
|
|
92
105
|
- API specs (if touching endpoints)
|
|
@@ -136,6 +149,16 @@ Output this EXACT format — the orchestrator parses it:
|
|
|
136
149
|
- {domain/technology}: needed because {reason} — use skill-creator to generate
|
|
137
150
|
(omit this section if all needed skills are installed)
|
|
138
151
|
|
|
152
|
+
### Web Research
|
|
153
|
+
REQUIRED | SKIP
|
|
154
|
+
If REQUIRED:
|
|
155
|
+
- Search: "{technology} {version} best practices {year}"
|
|
156
|
+
- Search: "{technology} common pitfalls {year}"
|
|
157
|
+
- Fetch: {official docs URL if known}
|
|
158
|
+
- Reason: {why this milestone needs current info — e.g. "uses Stripe webhook v2025 signatures"}
|
|
159
|
+
If SKIP: reason = {pure internal code, no external dependencies}
|
|
160
|
+
The milestone-builder runs these searches BEFORE writing code. Orchestrator includes this in the prompt.
|
|
161
|
+
|
|
139
162
|
### Pre-Read Files
|
|
140
163
|
- {file-path}: for {specific context reason}
|
|
141
164
|
|