create-quiver 0.16.0 → 0.17.1
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/CHANGELOG.md +8 -0
- package/README.md +7 -1
- package/README_FOR_AI.md +4 -1
- package/docs/CLI_UX_GUIDE.md +11 -0
- package/docs/INDEX.md +5 -1
- package/docs/reference/commands.md +34 -0
- package/package.json +1 -1
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json +31 -1
- package/specs/quiver-v46-deep-project-analysis/EVIDENCE_REPORT.md +94 -0
- package/specs/quiver-v46-deep-project-analysis/EXECUTION_PLAN.md +26 -0
- package/specs/quiver-v46-deep-project-analysis/SPEC.md +157 -0
- package/specs/quiver-v46-deep-project-analysis/STATUS.md +26 -0
- package/specs/quiver-v46-deep-project-analysis/pr.md +131 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-00-analysis-contract-foundation/CLOSURE_BRIEF.md +14 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-00-analysis-contract-foundation/EXECUTION_BRIEF.md +41 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-00-analysis-contract-foundation/slice.json +61 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-01-stack-agnostic-discovery-sampling/CLOSURE_BRIEF.md +22 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-01-stack-agnostic-discovery-sampling/EXECUTION_BRIEF.md +33 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-01-stack-agnostic-discovery-sampling/slice.json +80 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-02-provider-analysis-json-contract/CLOSURE_BRIEF.md +21 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-02-provider-analysis-json-contract/EXECUTION_BRIEF.md +34 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-02-provider-analysis-json-contract/slice.json +79 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-03-doc-proposal-review-safe-writes/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-03-doc-proposal-review-safe-writes/EXECUTION_BRIEF.md +33 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-03-doc-proposal-review-safe-writes/slice.json +79 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-04-validation-docs-release-readiness/CLOSURE_BRIEF.md +20 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-04-validation-docs-release-readiness/EXECUTION_BRIEF.md +32 -0
- package/specs/quiver-v46-deep-project-analysis/slices/slice-04-validation-docs-release-readiness/slice.json +85 -0
- package/src/create-quiver/commands/ai.js +587 -0
- package/src/create-quiver/index.js +113 -3
- package/src/create-quiver/lib/ai/analyze-project-discovery.js +387 -0
- package/src/create-quiver/lib/ai/analyze-project-docs.js +364 -0
- package/src/create-quiver/lib/ai/analyze-project-parser.js +277 -0
- package/src/create-quiver/lib/ai/analyze-project-prompts.js +214 -0
- package/src/create-quiver/lib/ai/analyze-project-review.js +99 -0
- package/src/create-quiver/lib/ai/analyze-project-sampling.js +402 -0
- package/src/create-quiver/lib/ai/analyze-project-schema.js +92 -0
- package/src/create-quiver/lib/ai/analyze-project-validation.js +309 -0
- package/src/create-quiver/lib/ai/artifacts.js +4 -1
- package/src/create-quiver/lib/cli/command-registry.js +1 -0
- package/src/create-quiver/lib/i18n/messages/en.js +1 -0
- package/src/create-quiver/lib/i18n/messages/es.js +1 -0
- package/.quiver/runs/run-2026-06-09t19-14-39z/approvals.json +0 -5
- package/.quiver/runs/run-2026-06-09t19-14-39z/decisions.md +0 -2
- package/.quiver/runs/run-2026-06-09t19-14-39z/requirement.md +0 -0
- package/.quiver/runs/run-2026-06-09t19-14-39z/snapshots/20260609T191439Z/docs/INDEX.md +0 -97
- package/.quiver/runs/run-2026-06-09t19-14-39z/snapshots/20260609T191439Z/manifest.json +0 -61
- package/.quiver/runs/run-2026-06-09t19-14-39z/state.json +0 -28
- package/ACTIVE_SLICES.md +0 -43
- package/auditoria-ux-ui-performance-documentacion.md +0 -705
- package/copys-landing-page.md +0 -244
- package/docs/ai/ACTIVE_SLICE.md +0 -61
- package/pr.md +0 -154
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-04 Validation, docs, fixtures, and release readiness
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Implemented the release-readiness layer for `ai analyze-project`: post-write validation, public docs, fixture coverage, command matrix updates, and package readiness hardening. Validation now checks analysis/doc proposal schemas, evidence paths, managed-block presence, critical placeholders, snapshot manifest entries, and deterministic conflicts between `docs/PROJECT_MAP.md` and context docs. `--strict` turns important deterministic doc conflicts into errors. Public docs now describe read-only defaults, privacy exclusions, provider/review gates, budgets, scope, JSON output, limitations, and safe write behavior.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test`
|
|
10
|
+
- [x] `npm run smoke:create-quiver`
|
|
11
|
+
- [x] `npm run package:quiver`
|
|
12
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v46-deep-project-analysis --strict`
|
|
13
|
+
- [x] `git diff --check`
|
|
14
|
+
|
|
15
|
+
## Closure Notes
|
|
16
|
+
|
|
17
|
+
- Fixture coverage is documented in `tests/fixtures/ai-analyze-project/matrix.json` and exercised by discovery, parser, provider, review, and validation tests.
|
|
18
|
+
- The package smoke initially failed because local `.quiver/runs` state was included in the npm tarball. `.npmignore` now excludes `.quiver/`, and package smoke passes.
|
|
19
|
+
- Deferred follow-up: full human-output i18n for `ai analyze-project`; this is recorded as an accepted exception in the v43 command language matrix. JSON output remains stable.
|
|
20
|
+
- Deferred follow-up: stack-specific adapters such as Rails, Django, Laravel, NestJS, Spring, and mobile can improve sampling later without changing the v46 schema.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-04 Validation, docs, fixtures, and release readiness
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The feature can discover, analyze, review, and safely write docs after slices 01-03. This final slice makes the behavior releasable and documented.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Add post-write validation, public docs, fixtures, smokes, and final release-readiness evidence.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Post-write validation checks schema, placeholders, evidence paths, deterministic-doc conflicts, and strict-mode behavior.
|
|
14
|
+
- `--strict` turns important conflicts into errors.
|
|
15
|
+
- Public docs explain read-only default, privacy preflight, review/write gates, budgets, scope, limitations, and JSON output.
|
|
16
|
+
- Fixtures cover Next/Supabase, unknown stack, monorepo, secrets, binaries, large repo, no package manager, symlinks, truncation, and invalid provider JSON.
|
|
17
|
+
- Package and smoke validation pass.
|
|
18
|
+
- v46 evidence report and status are updated.
|
|
19
|
+
|
|
20
|
+
## Production Guardrails
|
|
21
|
+
|
|
22
|
+
- Do not claim perfect project understanding.
|
|
23
|
+
- Document insufficient-evidence behavior and `--input <requirements.md>` usage.
|
|
24
|
+
- Preserve clean automation output.
|
|
25
|
+
|
|
26
|
+
## Completion Checklist
|
|
27
|
+
|
|
28
|
+
- [ ] Validation module added.
|
|
29
|
+
- [ ] Docs updated.
|
|
30
|
+
- [ ] Fixtures and smokes added.
|
|
31
|
+
- [ ] Final evidence captured.
|
|
32
|
+
- [ ] Spec marked ready/completed as appropriate.
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-validation-docs-release-readiness",
|
|
3
|
+
"ticket": "QUIVER-46-04",
|
|
4
|
+
"type": "release-readiness",
|
|
5
|
+
"title": "Validation, docs, fixtures, and release readiness",
|
|
6
|
+
"objective": "Complete post-write validation, public documentation, fixtures, smokes, and release evidence for ai analyze-project.",
|
|
7
|
+
"description": "Adds consistency validation, placeholder checks, docs updates, command reference updates, fixture coverage, smoke tests, and final package readiness evidence.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v46-validation-docs-readiness",
|
|
12
|
+
"branch_name": "feature/QUIVER-46-04-v46-validation-docs-readiness"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/ai.js",
|
|
16
|
+
"src/create-quiver/lib/ai/analyze-project-validation.js",
|
|
17
|
+
".npmignore",
|
|
18
|
+
"docs/**",
|
|
19
|
+
"README.md",
|
|
20
|
+
"README_FOR_AI.md",
|
|
21
|
+
"tests/**",
|
|
22
|
+
"scripts/ci/**",
|
|
23
|
+
"specs/quiver-v46-deep-project-analysis/**"
|
|
24
|
+
],
|
|
25
|
+
"expected_read_paths": [
|
|
26
|
+
"docs/CLI_UX_GUIDE.md",
|
|
27
|
+
"docs/reference/commands.md",
|
|
28
|
+
"README.md",
|
|
29
|
+
"README_FOR_AI.md",
|
|
30
|
+
"scripts/ci",
|
|
31
|
+
"tests"
|
|
32
|
+
],
|
|
33
|
+
"allowed_write_paths": [
|
|
34
|
+
"src/create-quiver/commands/ai.js",
|
|
35
|
+
"src/create-quiver/lib/ai/analyze-project-validation.js",
|
|
36
|
+
".npmignore",
|
|
37
|
+
"docs/**",
|
|
38
|
+
"README.md",
|
|
39
|
+
"README_FOR_AI.md",
|
|
40
|
+
"tests/**",
|
|
41
|
+
"scripts/ci/**",
|
|
42
|
+
"specs/quiver-v46-deep-project-analysis/**"
|
|
43
|
+
],
|
|
44
|
+
"depends_on": [
|
|
45
|
+
"slice-03-doc-proposal-review-safe-writes"
|
|
46
|
+
],
|
|
47
|
+
"parallel_safe": "no",
|
|
48
|
+
"parallel_safe_reason": "Final validation and docs depend on the completed runtime behavior.",
|
|
49
|
+
"must": [
|
|
50
|
+
"Validate post-write schema and evidence paths.",
|
|
51
|
+
"Check placeholders and doc conflicts, with --strict converting important conflicts to errors.",
|
|
52
|
+
"Document command usage, safe defaults, privacy preflight, review flow, JSON output, budgets, scope, and limitations.",
|
|
53
|
+
"Add fixture coverage for Next/Supabase, unknown stack, monorepo, secrets, binary files, large repo, no package manager, symlinks, truncation, and invalid provider JSON.",
|
|
54
|
+
"Update command reference and AI guidance.",
|
|
55
|
+
"Capture final validation evidence."
|
|
56
|
+
],
|
|
57
|
+
"not_included": [
|
|
58
|
+
"New product feature implementation in target projects.",
|
|
59
|
+
"Full language-specific AST indexing.",
|
|
60
|
+
"Provider-specific account setup docs beyond existing Quiver provider guidance."
|
|
61
|
+
],
|
|
62
|
+
"acceptance": [
|
|
63
|
+
"Post-write validation reports schema, placeholders, evidence path issues, and doc conflicts.",
|
|
64
|
+
"--strict turns important conflicts into failures.",
|
|
65
|
+
"Public docs describe default read-only behavior and explicit write gates.",
|
|
66
|
+
"Fixtures cover production-risk edge cases.",
|
|
67
|
+
"Package and smoke validation pass.",
|
|
68
|
+
"Spec status and evidence report are updated with final commands."
|
|
69
|
+
],
|
|
70
|
+
"tests": [
|
|
71
|
+
"node --test tests/**/*.test.js",
|
|
72
|
+
"npm run smoke:create-quiver",
|
|
73
|
+
"npm run package:quiver",
|
|
74
|
+
"node bin/create-quiver.js spec validate specs/quiver-v46-deep-project-analysis --strict",
|
|
75
|
+
"git diff --check"
|
|
76
|
+
],
|
|
77
|
+
"validation_hints": [
|
|
78
|
+
"Run docs command reference checks if available.",
|
|
79
|
+
"Verify --json output remains clean in every tested mode."
|
|
80
|
+
],
|
|
81
|
+
"estimated_hours": 8,
|
|
82
|
+
"status": "completed",
|
|
83
|
+
"completed_at": "2026-06-10",
|
|
84
|
+
"blocked_reason": null
|
|
85
|
+
}
|