just-vibe 0.8.1 → 0.9.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.
Files changed (61) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/README.md +15 -5
  3. package/docs/adaptive-assistance.md +44 -0
  4. package/docs/compatibility.md +9 -1
  5. package/docs/prompt-improvements.md +1 -1
  6. package/docs/releases.md +1 -1
  7. package/docs/technical-coverage.md +29 -29
  8. package/evals/releases/0.8.1-publication.json +38 -0
  9. package/evals/releases/0.8.1.md +3 -1
  10. package/evals/releases/0.9.0.md +19 -0
  11. package/package.json +6 -2
  12. package/plugins/just-vibe/.claude-plugin/plugin.json +1 -1
  13. package/plugins/just-vibe/.codex-plugin/plugin.json +1 -1
  14. package/plugins/just-vibe/catalog/commands.json +223 -27
  15. package/plugins/just-vibe/hooks/hooks.json +7 -1
  16. package/plugins/just-vibe/references/adaptive.md +102 -0
  17. package/plugins/just-vibe/references/command-reference.md +1 -1
  18. package/plugins/just-vibe/references/daily-workflows.md +1 -1
  19. package/plugins/just-vibe/references/execution.md +10 -0
  20. package/plugins/just-vibe/references/frontend-icons.md +9 -0
  21. package/plugins/just-vibe/references/profiles.md +2 -0
  22. package/plugins/just-vibe/references/runtime.md +3 -1
  23. package/plugins/just-vibe/scripts/hooks.mjs +12 -3
  24. package/plugins/just-vibe/scripts/installer.mjs +5 -1
  25. package/plugins/just-vibe/scripts/lib/adaptive-learning.mjs +98 -0
  26. package/plugins/just-vibe/scripts/lib/adaptive-store.mjs +113 -0
  27. package/plugins/just-vibe/scripts/lib/assistant-hooks.mjs +32 -0
  28. package/plugins/just-vibe/scripts/lib/assistant-runtime.mjs +236 -0
  29. package/plugins/just-vibe/scripts/lib/automation.mjs +1 -0
  30. package/plugins/just-vibe/scripts/lib/capability-guidance.mjs +34 -0
  31. package/plugins/just-vibe/scripts/lib/routing.mjs +5 -0
  32. package/plugins/just-vibe/scripts/toolkit.mjs +18 -5
  33. package/plugins/just-vibe/skills/auto/SKILL.md +13 -11
  34. package/plugins/just-vibe/skills/copy/SKILL.md +1 -1
  35. package/plugins/just-vibe/skills/design/SKILL.md +1 -1
  36. package/plugins/just-vibe/skills/match/SKILL.md +1 -1
  37. package/plugins/just-vibe/skills/polish/SKILL.md +1 -1
  38. package/plugins/just-vibe/skills/react-async/SKILL.md +1 -1
  39. package/plugins/just-vibe/skills/react-audit/SKILL.md +1 -0
  40. package/plugins/just-vibe/skills/react-component/SKILL.md +1 -0
  41. package/plugins/just-vibe/skills/react-effects/SKILL.md +1 -1
  42. package/plugins/just-vibe/skills/react-forms/SKILL.md +1 -1
  43. package/plugins/just-vibe/skills/react-hydration/SKILL.md +1 -1
  44. package/plugins/just-vibe/skills/react-rerenders/SKILL.md +1 -1
  45. package/plugins/just-vibe/skills/react-state/SKILL.md +1 -1
  46. package/plugins/just-vibe/skills/ui-accessibility/SKILL.md +1 -1
  47. package/plugins/just-vibe/skills/ui-audit/SKILL.md +1 -1
  48. package/plugins/just-vibe/skills/ui-flow/SKILL.md +1 -1
  49. package/plugins/just-vibe/skills/ui-motion/SKILL.md +1 -1
  50. package/plugins/just-vibe/skills/ui-responsive/SKILL.md +1 -1
  51. package/plugins/just-vibe/skills/ui-states/SKILL.md +1 -1
  52. package/plugins/just-vibe/skills/ui-system/SKILL.md +1 -1
  53. package/plugins/just-vibe/skills/ui-visual-diff/SKILL.md +1 -1
  54. package/plugins/just-vibe/skills/vite-assets/SKILL.md +1 -1
  55. package/plugins/just-vibe/skills/vite-bundle/SKILL.md +1 -1
  56. package/plugins/just-vibe/skills/vite-chunks/SKILL.md +1 -1
  57. package/plugins/just-vibe/skills/vite-config/SKILL.md +1 -1
  58. package/plugins/just-vibe/skills/vite-env/SKILL.md +1 -0
  59. package/plugins/just-vibe/skills/vite-hmr/SKILL.md +1 -1
  60. package/plugins/just-vibe/skills/vite-setup/SKILL.md +1 -1
  61. package/plugins/just-vibe/skills/vite-upgrade/SKILL.md +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## 0.9.0
4
+
5
+ - Add automatic request routing and compaction/resume context through native Codex/Claude plugin hooks, with focused workflow loading and guidance for discovering actual host capabilities.
6
+ - Add personal/project feedback overlays that change effective command instructions and routing, retain source/version history, and support rollback, retirement and forgetting without rewriting package caches.
7
+ - Add attributed evidence with source/artifact freshness, tool-activity records, and one bounded missing-evidence continuation; preserve current instructions and distinguish blockers from successful verification.
8
+ - Add local activation settings, task retention, natural-language personalization controls, packaged runtime tests and native installation checks.
9
+ - Preserve task identity across host continuation turns, enforce task-only feedback restrictions against the complete user message, and isolate optional project-hook failures while checking evidence after project commands finish.
10
+
11
+ - Refine website spacing and long-text wrapping across the full catalog; add page transitions, section entrances, animated menus and pickers, state feedback, reduced-motion handling, and layout/navigation regression checks.
12
+ - Default all frontend workflows to no emojis unless explicitly requested; route UI, React, Vite, design, polish, matching and UI copy through shared iconography guidance, including general workflows and role profiles used for frontend work.
13
+ - Replace website text-glyph icons with Lucide SVGs and preserve icon markup when copy-button feedback resets.
14
+ - Add a public website with installation guides, an editable prompt builder, searchable command and role libraries, and catalog-generated scope and verification documentation.
15
+ - Add the just-vibe visual identity, generated logo and brand assets, responsive layouts, static-page/link checks, and browser accessibility and interaction checks.
16
+ - Configure Vercel deployment independently of GitHub Actions and the npm CLI release process.
4
17
 
5
18
  ## 0.8.1
6
19
 
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  Tools, skills, and commands for coding agents.
4
4
 
5
- **v0.8.1 contains 112 engineering profiles and 216 skill names backed by 213 canonical workflows** for Codex and Claude Code: focused skills for development, architecture, decisions, Git/GitHub, Vercel, Vite, React, UI, backend, APIs, databases, data, ML, LLMs, testing, security, and operations. Each canonical workflow has selection guidance, scope, concrete decision branches, evidence requirements, outputs, verification, recovery conditions and at least three example requests. Each entry point also contains an authored technical method: evidence to inspect, a procedure, a likely misdiagnosis and a discriminating check. Applied methods live in 22 pack guides. The v0.8.1 prompt update adds explicit infer/default/ask policies, a conditional worked example for each pack, and guidance for preserving corrections across turns; see [prompt improvements](docs/prompt-improvements.md).
5
+ [Website](https://just-vibe-tools.vercel.app/) · [Documentation](https://just-vibe-tools.vercel.app/docs/) · [Command library](https://just-vibe-tools.vercel.app/commands/) · [Engineering profiles](https://just-vibe-tools.vercel.app/profiles/)
6
+
7
+ **v0.9.0 contains 112 engineering profiles and 216 skill names backed by 213 canonical workflows** for Codex and Claude Code: focused skills for development, architecture, decisions, Git/GitHub, Vercel, Vite, React, UI, backend, APIs, databases, data, ML, LLMs, testing, security, and operations. Each canonical workflow has selection guidance, scope, concrete decision branches, evidence requirements, outputs, verification, recovery conditions and at least three example requests. Each entry point also contains an authored technical method: evidence to inspect, a procedure, a likely misdiagnosis and a discriminating check. Applied methods live in 22 pack guides. The v0.8.1 prompt update adds explicit infer/default/ask policies, a conditional worked example for each pack, and guidance for preserving corrections across turns; see [prompt improvements](docs/prompt-improvements.md).
6
8
 
7
9
  The [technical audit](docs/technical-audit.md) and [complete coverage inventory](docs/technical-coverage.md) document the latest expansion across every canonical workflow. Review/security commands now route to concrete vulnerability, framework, language and scanner guides. [Security fixture controls](evals/security/README.md) distinguish seeded defects from legitimate behavior; they do not claim model-review accuracy.
8
10
 
@@ -11,6 +13,14 @@ The active coding agent executes the workflows with its available tools. The dep
11
13
  v0.7 adds a quick path for simple work, a small starter catalog, contextual routing with reasons, project preferences and checkpoints, explicit evidence collectors, and optional project hooks. Detailed auth, component, training and delivery scenarios load only when relevant. See [daily workflows](plugins/just-vibe/references/daily-workflows.md) for configuration and examples, and the [v0.7 validation record](evals/releases/0.7.0.md) for tested scope and limits.
12
14
 
13
15
 
16
+ ## Automatic assistance
17
+
18
+ Describe the outcome normally: “Fix the mobile menu,” “Why is training unstable?” or “Address this PR’s feedback.” Trusted native hooks now route each request to a focused shortlist, restore selected work after compaction, and direct the agent to discover and use its actual tools. Command names remain optional.
19
+
20
+ The agent loads the relevant full workflow with versioned personal/project feedback. Explicit corrections and endorsements can change instructions, routing triggers, preferred tools and required checks. History, rollback, retirement and forgetting are supported. Silence and passing tests do not create preferences. Source and artifact changes invalidate old evidence; completion can request one bounded follow-up for missing evidence, then reports unresolved work honestly.
21
+
22
+ Automatic assistance is included starting in **v0.9.0**. Native hook support and host trust are required; setup does not grant that trust. Personal state lives under `~/.just-vibe/adaptive`, outside repositories, with bounded task retention. No additional model service or runtime dependency is used. See [automatic assistance, schemas and limits](plugins/just-vibe/references/adaptive.md) and [validation](docs/adaptive-assistance.md).
23
+
14
24
  ## Intent, evidence and reversible work
15
25
 
16
26
  v0.8.0 adds working runtime helpers behind natural-language skill requests:
@@ -24,12 +34,12 @@ v0.8.0 adds working runtime helpers behind natural-language skill requests:
24
34
 
25
35
  See the [workflow guide](plugins/just-vibe/references/intent-workflows.md) for examples, boundaries and recovery. Users provide ordinary briefs; the agent prepares the helper inputs. These features support judgment rather than claiming an objective quality score.
26
36
 
27
- **Release status:** This checkout prepares v0.8.1. The previous [v0.8.0 publication](evals/releases/0.8.0-publication.json) was verified on npm. For this release, the maintainer again waived unavailable GitHub Actions because of the account minutes limit; local checks and exact-archive verification remain required. See the [v0.8.1 validation record](evals/releases/0.8.1.md).
37
+ **Release information:** Check [npm for just-vibe 0.9.0](https://www.npmjs.com/package/just-vibe/v/0.9.0) and the [release validation record](evals/releases/0.9.0.md) for registry verification and tested scope. This release uses the maintainer-authorized local-check exception because GitHub Actions minutes are unavailable; no CI pass is claimed.
28
38
 
29
39
 
30
40
  ## Use the workflows
31
41
 
32
- In Claude Code, use a command followed by as much context as needed:
42
+ With trusted hooks, use an ordinary request. For explicit shortcuts, Claude Code supports a command followed by as much context as needed:
33
43
 
34
44
  ```text
35
45
  /just-vibe:auto fix checkout, add regression coverage, and verify.
@@ -265,7 +275,7 @@ The [conversation harness](evals/conversation/README.md) records review, selecte
265
275
 
266
276
  The [v0.6 results](evals/releases/0.6.0.md) record 32 controlled implementation trials and eight revised-command development trials. All passed their bounded checks; this does not rank overall output quality or convenience. The tasks supplied detailed contracts and did not measure user effort or preference. The [command-depth review](docs/command-quality.md#focused-depth-review) explains 27 focused revisions, and the [contextual review guide](docs/command-quality.md#output-quality-and-convenience) covers judgment, clarity, discovery and correction burden. [Benchmark protocol and supporting metrics](evals/benchmark/README.md) remain available for reproduction. External integration, browser and deployment checks require the relevant task environment.
267
277
 
268
- The [technical-guidance validation record](evals/releases/0.8.0-technical-guidance.md) covers the latest command expansion and security controls. The earlier [v0.8 validation record](evals/releases/0.8.0.md) covers the new intent helpers, real browser reports, installation checks and the pending Windows confirmation. GitHub CI remains blocked by account billing. The maintainer waived that gate for the [verified npm publication](evals/releases/0.8.0-publication.json); Windows validation remains pending.
278
+ The [technical-guidance validation record](evals/releases/0.8.0-technical-guidance.md) covers the v0.8.0 command expansion and security controls. The earlier [v0.8 validation record](evals/releases/0.8.0.md) covers the new intent helpers, real browser reports, installation checks and the pending Windows confirmation. GitHub CI remains blocked by account billing. The [v0.9.0 release record](evals/releases/0.9.0.md) records the current local checks and release-specific waiver; Windows validation remains pending.
269
279
 
270
280
  ### Repository layout
271
281
 
@@ -283,7 +293,7 @@ The [technical-guidance validation record](evals/releases/0.8.0-technical-guidan
283
293
  | `scripts/` and `tests/` | Validation and lifecycle tests |
284
294
  | `evals/` | Behavior scenarios and isolated project/data fixtures |
285
295
 
286
- The installer has no runtime npm dependencies or lifecycle install scripts. Optional bundled hooks do no work until configured and trusted for a project; native host trust also applies. It adds no MCP servers, rules or permissions. Provider/check commands use argument arrays rather than interpolating user input into a shell. Host CLIs own installation state and caches. Local planning and naming documents are excluded from both Git and the npm archive.
296
+ The installer has no runtime npm dependencies or lifecycle install scripts. Automatic routing hooks use native host trust and keep personal task records. Optional project check/formatter hooks still do no work until separately configured and trusted. It adds no MCP servers, rules or permissions. Provider/check commands use argument arrays rather than interpolating user input into a shell. Host CLIs own installation state and caches. Local planning and naming documents are excluded from both Git and the npm archive.
287
297
 
288
298
  ## Troubleshooting
289
299
 
@@ -0,0 +1,44 @@
1
+ # Automatic assistance implementation and validation
2
+
3
+ Included starting in version 0.9.0. User operation and JSON schemas live in the packaged [adaptive reference](../plugins/just-vibe/references/adaptive.md). The website has a matching guide.
4
+
5
+ ## Implementation
6
+
7
+ | Need | Implementation | Important boundary |
8
+ | --- | --- | --- |
9
+ | Ordinary conversation activates workflows | Bundled UserPromptSubmit hook, shared assistant runtime, local request/context routing | Shortlist retrieval is heuristic; the host resolves meaning, scope and mode. |
10
+ | Only relevant methods are loaded | Compact injected entry point, select/load protocol, full canonical workflow retrieval | Existing direct skills remain available; native catalog truncation cannot remove the hook's runtime path. |
11
+ | Agents discover and use real tools | Capability-specific guidance with observed/unknown state; existing host capability-report validation; full workflow methods | The hook cannot enumerate every host connector; the active agent uses its native discovery tools. |
12
+ | Missing steps remain visible | Per-task requirements, attributed evidence, tool-event metadata, source/artifact hashes, one bounded Stop continuation | Delivery and activity do not prove model compliance; host reports remain labeled. |
13
+ | Corrections change future behavior | Project/user learning records, trigger preference/suppression, effective workflow overlays and additional requirements | Only explicit user feedback is eligible; interpretation is performed by the host. |
14
+ | Updates are explainable and reversible | Per-lesson source excerpts, revisions, version history, rollback, retirement and forgetting | User-scope learning requires explicit cross-project language. |
15
+ | Context survives compaction | SessionStart resume/compact restores the same task, selection and access to current evidence | Context does not restore authorization or assert freshness. |
16
+ | Controls remain usable without memorizing commands | Natural-language personalization routing and a shared agent guide | Ambiguous maintenance targets must be resolved first. |
17
+
18
+ All runtime code is dependency-free Node. It uses the existing atomic state, bounded reads, path protection, discovery and fingerprint utilities. Hooks never execute project scripts themselves; existing optional check/formatter automation retains its separate trust gate. No account identity or host permission settings are changed by this feature.
19
+
20
+ The packaged command bodies remain canonical. Effective instructions are assembled on load with versioned personal overrides; `show` uses the same loader. Direct skills reach that loader through shared execution guidance. This avoids writing personal preferences into installed plugin caches that are replaced during upgrades.
21
+
22
+ ## Host support
23
+
24
+ The adapter uses the common `session_id`, `cwd`, `hook_event_name`, `prompt`, tool-event and Stop output shapes. Codex turn IDs also prevent late events from crossing task boundaries. Plugin hooks use `CLAUDE_PLUGIN_ROOT`, which Codex supplies for compatibility. Host hook review/trust is not bypassed by the installer.
25
+
26
+ Codex can represent a Stop continuation as another incoming prompt. The runtime recognizes its own exact emitted reminder by hash, adopts a fresh host turn ID when supplied, and preserves the existing task and retry budget. That reminder cannot become a new user-feedback source. Native host events remain distinct from manually supplied CLI inputs; local records are provenance aids, not cryptographic attestations against a process with filesystem access.
27
+
28
+ References checked during implementation: [Codex hooks](https://learn.chatgpt.com/docs/hooks), [Codex skills](https://learn.chatgpt.com/docs/build-skills), [Claude hooks](https://code.claude.com/docs/en/hooks) and [Claude plugin discovery](https://code.claude.com/docs/en/plugins-reference).
29
+
30
+ ## Validation
31
+
32
+ - `tests/adaptive.test.mjs` exercises ordinary UI/ML/GitHub/backend requests, unrelated requests, negative clauses, both adapter shapes, effective command loading, tool discovery uncertainty, artifact/source freshness, scoped learning, positive feedback, rollback, user-message provenance and bounded completion.
33
+ - The test drives the real hook entry point and CLI through request, selection, load, evidence and completion in an isolated project. It checks that generated continuation prompts do not create feedback or restart retries, that new continuation turn IDs remain attached to the task, that task-only restrictions cannot be omitted from quoted feedback, and that optional project-hook failures or mutations do not suppress or prematurely certify completion.
34
+ - Existing project-automation, routing, installation, package and full-runtime regression tests cover interaction with previous features.
35
+ - `npm run test:hosts` installs, repeats, upgrades, checks, uninstalls and reinstalls through native Codex/Claude plugin managers in isolated configuration directories. It verifies the installed payload without changing the user's active installation.
36
+ - Website production build and static documentation/link checks cover the new guide and navigation.
37
+
38
+ These are deterministic/runtime and installation checks. They do not establish that every host version delivers every event, that a model always chooses the right workflow, or that users subjectively prefer every learned change. No new model-behavior score or comparison with another toolkit is claimed.
39
+
40
+ Validation run on September 20, 2026: 202 root tests passed, one Windows-only test skipped on macOS; 27 of those passing tests cover this feature. Both native lifecycles passed with Codex CLI 0.152.0 and Claude Code 2.1.258. Skill/plugin validators passed during development. The website built 345 pages and passed all four static catalog/link/metadata tests on Node 24.21.0. The new documentation page was inspected in the browser at desktop and mobile widths during development; its mobile content did not overflow the viewport. These checks used isolated state and did not update the user's active installation. See the [v0.9.0 release record](../evals/releases/0.9.0.md) for publication verification.
41
+
42
+ ## Manual acceptance checks
43
+
44
+ In a host with the plugin enabled and its hooks reviewed, send an ordinary task without a workflow name. Confirm the hook context has a task ID, the agent selects and loads the relevant method, uses actual tools, and reports concrete evidence. Follow with an explicit correction; inspect its source/version, start another session, and verify the next effective workflow includes it. Roll back the lesson and verify the prior behavior returns. Repeat with a conceptual question and an unrelated conversation to assess unnecessary activation and user effort.
@@ -24,7 +24,7 @@ The profile/profile-discovery skills and all 112 role guides ship in both host p
24
24
 
25
25
  Project state and contextual routing use the bundled Node utilities on all supported runtime platforms. State is schema-versioned and bound to the selected project path. Partial snapshot coverage always requires revalidation. `tools` now shows a starter selection; use `tools --all` for the previous full inventory.
26
26
 
27
- Optional hooks use PostToolUse and Stop and ship at the native plugin hook location. They remain inactive until project configuration and separate local trust are present. Codex also requires native hook trust. Native installation on macOS is verified separately from actual hook-event delivery on every host/OS. A direct hook runner test establishes handler behavior, not host parity. Command arrays support native executables and standard npm Windows wrappers through the shared process helper.
27
+ The v0.7 project check/formatter hooks use PostToolUse and Stop and ship at the native plugin hook location. They remain inactive until project configuration and separate local trust are present. Codex also requires native hook trust. Native installation on macOS is verified separately from actual hook-event delivery on every host/OS. A direct hook runner test establishes handler behavior, not host parity. Command arrays support native executables and standard npm Windows wrappers through the shared process helper.
28
28
 
29
29
  GitHub evidence needs authenticated gh; Vercel evidence needs authenticated vercel and an explicit deployment identity. Browser evidence needs project-installed Playwright and Chromium, with authorized interactions. SQL migration evidence inspects local SQL and an optional supplied applied-history export; it does not connect to a live database. The package installs no optional provider or browser dependencies automatically. See the [daily workflow reference](../plugins/just-vibe/references/daily-workflows.md).
30
30
 
@@ -33,3 +33,11 @@ GitHub evidence needs authenticated gh; Vercel evidence needs authenticated verc
33
33
  The new memory/guard, task, lab, proof, practice, experiment and decision helpers use the existing Node runtime without added runtime dependencies. Labs/practice/local undo require Git and a committed project root. Preview commands must run foreground loopback servers; the worker owns their process lifetime. These worktrees are not security sandboxes. Selected file and snapshot bounds can require a narrower task; incomplete coverage never grants selection/cleanup authority.
34
34
 
35
35
  The 216-skill payload passed isolated native Codex/Claude lifecycle checks on macOS. ML imports use supplied local exports, and browser proof screenshots use already-installed Playwright/Chromium. Native teaching questions still depend on the active host mode; exercise assessment does not fabricate question-tool availability. See the [v0.8 validation record](../evals/releases/0.8.0.md) and [workflow guides](../plugins/just-vibe/references/intent-workflows.md).
36
+
37
+ ## v0.9 automatic assistance
38
+
39
+ Version 0.9.0 adds request routing, resume/compaction restoration, tool-activity records, scoped feedback overlays and bounded completion reminders. Supported hosts must deliver UserPromptSubmit, SessionStart, PostToolUse and Stop events and trust the plugin's native hooks. The installer does not grant native trust. Existing optional project checks still require their separate configuration and trust.
40
+
41
+ Codex supplies the CLAUDE_PLUGIN_ROOT compatibility variable used by the shared hook command. Both adapters are exercised with fixture events; native install/update/uninstall lifecycle checks run separately on macOS. This does not establish every event on every host/OS or perfect model adherence. Hosted tools and some specialized paths can be absent from tool-hook observations. Use actual attributed evidence rather than inferring success from missing or returned tool events.
42
+
43
+ Personal learning and task state live under ~/.just-vibe/adaptive (or JUST_VIBE_HOME), keyed by canonical project and host/session. See the [adaptive reference](../plugins/just-vibe/references/adaptive.md) and [implementation/validation record](adaptive-assistance.md).
@@ -16,4 +16,4 @@ The `requiredInputs` fields identify evidence for the selected outcome; they are
16
16
 
17
17
  The catalog resolves pack input policies before alias materialization. CLI contracts, generated skills and evaluation specifications therefore see the same policy. Validation rejects missing policies, profile contributions, independent alias behavior and a second runtime procedure. Structural checks cannot establish that the prose is useful; the [conversation evaluation](../evals/conversation/README.md) records actual responses, selected edits and independent checks.
18
18
 
19
- Examples are authored guidance, not measured results. Role contributions are expected artifacts, not credentials. The [observed development record](../evals/releases/prompt-improvements.md) distinguishes executable controls, real agent outcomes and untested environments. These changes are included in the v0.8.1 release candidate; see its [validation and publication status](../evals/releases/0.8.1.md).
19
+ Examples are authored guidance, not measured results. Role contributions are expected artifacts, not credentials. The [observed development record](../evals/releases/prompt-improvements.md) distinguishes executable controls, real agent outcomes and untested environments. These changes are published in v0.8.1; see its [validation and publication status](../evals/releases/0.8.1.md).
package/docs/releases.md CHANGED
@@ -54,4 +54,4 @@ Official references: [npm publishing](https://docs.npmjs.com/creating-and-publis
54
54
 
55
55
  The default publisher still requires successful CI. An explicit maintainer instruction can waive unavailable CI for a specific release without recording a fictitious pass or disabling Actions globally. Keep the local checks and exact-archive verification: match the clean source commit, package/manifests, SHA-256 release record and tested tarball; check whether that version already exists before publication. Publish only those verified bytes, complete npm account verification, then compare registry integrity and execute the exact version from a fresh temporary directory/cache outside the source checkout. `npm exec` inside the package checkout can select the local package and fail to resolve its bin.
56
56
 
57
- Record the reason, maintainer authorization, source commit, artifact hashes, local checks and outstanding platform coverage. Tag the actual published source revision. Never overwrite a published version or weaken the normal CI check for future releases. The [0.8.0 publication record](../evals/releases/0.8.0-publication.json) documents this release-specific exception.
57
+ Record the reason, maintainer authorization, source commit, artifact hashes, local checks and outstanding platform coverage. Tag the actual published source revision. Never overwrite a published version or weaken the normal CI check for future releases. The [0.8.0 publication record](../evals/releases/0.8.0-publication.json) and [0.8.1 publication record](../evals/releases/0.8.1-publication.json) document separately authorized release-specific exceptions.
@@ -28,10 +28,10 @@ Generated from the canonical catalog. This is an inventory of authored guidance
28
28
  | [migrate](../plugins/just-vibe/skills/migrate/SKILL.md) | Updating a version string does not migrate runtime semantics; code rollback may not read new persisted data. | [Language and runtime review methods](../plugins/just-vibe/references/scenarios/language-review.md) |
29
29
  | [automate](../plugins/just-vibe/skills/automate/SKILL.md) | A script that retries uncertain mutations or interpolates user text into shell source can amplify failures. | Technical method and pack guide in entry point |
30
30
  | [cleanup](../plugins/just-vibe/skills/cleanup/SKILL.md) | Static search can miss reflection, routing conventions, plugins or public consumers. | Technical method and pack guide in entry point |
31
- | [design](../plugins/just-vibe/skills/design/SKILL.md) | Attractive static composition can conceal inaccessible controls, content overflow or missing recovery states. | Technical method and pack guide in entry point |
32
- | [polish](../plugins/just-vibe/skills/polish/SKILL.md) | Arbitrary token changes can improve one screen while breaking sibling components or dense content. | Technical method and pack guide in entry point |
33
- | [match](../plugins/just-vibe/skills/match/SKILL.md) | A different viewport or unloaded font can masquerade as implementation error; screenshot similarity does not prove behavior. | Technical method and pack guide in entry point |
34
- | [copy](../plugins/just-vibe/skills/copy/SKILL.md) | Friendly copy that says a failed operation succeeded or hides irreversible consequences misleads users. | Technical method and pack guide in entry point |
31
+ | [design](../plugins/just-vibe/skills/design/SKILL.md) | Attractive static composition can conceal inaccessible controls, content overflow or missing recovery states. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
32
+ | [polish](../plugins/just-vibe/skills/polish/SKILL.md) | Arbitrary token changes can improve one screen while breaking sibling components or dense content. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
33
+ | [match](../plugins/just-vibe/skills/match/SKILL.md) | A different viewport or unloaded font can masquerade as implementation error; screenshot similarity does not prove behavior. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
34
+ | [copy](../plugins/just-vibe/skills/copy/SKILL.md) | Friendly copy that says a failed operation succeeded or hides irreversible consequences misleads users. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
35
35
  | [review](../plugins/just-vibe/skills/review/SKILL.md) | Style preferences, file length or theoretical edge cases without a trigger are not automatically defects. | [Review selection and evidence](../plugins/just-vibe/references/security/review.md); [Language and runtime review methods](../plugins/just-vibe/references/scenarios/language-review.md) |
36
36
  | [test](../plugins/just-vibe/skills/test/SKILL.md) | Mock call assertions or tests mirroring helper logic can pass while behavior is wrong. | Technical method and pack guide in entry point |
37
37
  | [verify](../plugins/just-vibe/skills/verify/SKILL.md) | A green command on another revision or a screenshot of one state cannot establish all acceptance criteria. | [Requirement evidence](../plugins/just-vibe/references/proofs.md) |
@@ -55,7 +55,7 @@ Generated from the canonical catalog. This is an inventory of authored guidance
55
55
  | [doctor](../plugins/just-vibe/skills/doctor/SKILL.md) | Finding an executable or directory does not prove the plugin is enabled or the current session loaded its latest skills. | Technical method and pack guide in entry point |
56
56
  | [help](../plugins/just-vibe/skills/help/SKILL.md) | Dumping every command creates search burden; a lexical match does not establish capability availability. | [Discovery and daily utilities](../plugins/just-vibe/references/daily-workflows.md) |
57
57
  | [tools](../plugins/just-vibe/skills/tools/SKILL.md) | An installed CLI is not authenticated access; a skill description is not an executable scanner. | [Discovery and daily utilities](../plugins/just-vibe/references/daily-workflows.md) |
58
- | [auto](../plugins/just-vibe/skills/auto/SKILL.md) | Lexical routing is a suggestion, not authorization or a reason to execute every matching command. | [Daily workflow paths](../plugins/just-vibe/references/daily-workflows.md); [Intent and evidence workflows](../plugins/just-vibe/references/intent-workflows.md) |
58
+ | [auto](../plugins/just-vibe/skills/auto/SKILL.md) | Lexical routing is a suggestion, not authorization or a reason to execute every matching command. | [Adaptive assistance](../plugins/just-vibe/references/adaptive.md); [Daily workflow paths](../plugins/just-vibe/references/daily-workflows.md); [Intent and evidence workflows](../plugins/just-vibe/references/intent-workflows.md) |
59
59
  | [profiles](../plugins/just-vibe/skills/profiles/SKILL.md) | A job title is neither a credential nor evidence that all specialty checks were performed. | Technical method and pack guide in entry point |
60
60
  | [profile](../plugins/just-vibe/skills/profile/SKILL.md) | Agent inference cannot clear a user pin, and a principal role does not authorize broader architecture changes. | [Project continuity](../plugins/just-vibe/references/daily-workflows.md) |
61
61
 
@@ -128,40 +128,40 @@ Generated from the canonical catalog. This is an inventory of authored guidance
128
128
 
129
129
  | Workflow | Specific failure or ambiguity addressed | Conditional references |
130
130
  |---|---|---|
131
- | [vite-setup](../plugins/just-vibe/skills/vite-setup/SKILL.md) | Copying a config for another major or adding a second package manager can create a setup that only works on one machine. | Technical method and pack guide in entry point |
132
- | [vite-config](../plugins/just-vibe/skills/vite-config/SKILL.md) | A config file can execute arbitrary imports; read-only inspection should not evaluate it just to discover values. | Technical method and pack guide in entry point |
133
- | [vite-hmr](../plugins/just-vibe/skills/vite-hmr/SKILL.md) | Full page reload and preserved hot state are different outcomes; disabling host checks is not a generic websocket repair. | Technical method and pack guide in entry point |
134
- | [vite-env](../plugins/just-vibe/skills/vite-env/SKILL.md) | Prefixing a secret with VITE_ makes it public; booleans read from env may be strings with surprising truthiness. | [Framework-specific review branches](../plugins/just-vibe/references/security/frameworks.md) |
135
- | [vite-bundle](../plugins/just-vibe/skills/vite-bundle/SKILL.md) | Removing a named import or counting source file sizes does not prove tree-shaking or network improvement. | Technical method and pack guide in entry point |
136
- | [vite-chunks](../plugins/just-vibe/skills/vite-chunks/SKILL.md) | A smaller entry chunk can add serial requests or cause a stale HTML document to reference a deleted old chunk. | Technical method and pack guide in entry point |
137
- | [vite-assets](../plugins/just-vibe/skills/vite-assets/SKILL.md) | A leading slash can escape a subpath deployment; a concatenated filename may never enter the build graph. | Technical method and pack guide in entry point |
138
- | [vite-upgrade](../plugins/just-vibe/skills/vite-upgrade/SKILL.md) | A passing install with ignored peer conflicts does not establish refresh or production compatibility. | Technical method and pack guide in entry point |
131
+ | [vite-setup](../plugins/just-vibe/skills/vite-setup/SKILL.md) | Copying a config for another major or adding a second package manager can create a setup that only works on one machine. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
132
+ | [vite-config](../plugins/just-vibe/skills/vite-config/SKILL.md) | A config file can execute arbitrary imports; read-only inspection should not evaluate it just to discover values. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
133
+ | [vite-hmr](../plugins/just-vibe/skills/vite-hmr/SKILL.md) | Full page reload and preserved hot state are different outcomes; disabling host checks is not a generic websocket repair. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
134
+ | [vite-env](../plugins/just-vibe/skills/vite-env/SKILL.md) | Prefixing a secret with VITE_ makes it public; booleans read from env may be strings with surprising truthiness. | [Framework-specific review branches](../plugins/just-vibe/references/security/frameworks.md); [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
135
+ | [vite-bundle](../plugins/just-vibe/skills/vite-bundle/SKILL.md) | Removing a named import or counting source file sizes does not prove tree-shaking or network improvement. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
136
+ | [vite-chunks](../plugins/just-vibe/skills/vite-chunks/SKILL.md) | A smaller entry chunk can add serial requests or cause a stale HTML document to reference a deleted old chunk. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
137
+ | [vite-assets](../plugins/just-vibe/skills/vite-assets/SKILL.md) | A leading slash can escape a subpath deployment; a concatenated filename may never enter the build graph. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
138
+ | [vite-upgrade](../plugins/just-vibe/skills/vite-upgrade/SKILL.md) | A passing install with ignored peer conflicts does not establish refresh or production compatibility. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
139
139
 
140
140
  ## React
141
141
 
142
142
  | Workflow | Specific failure or ambiguity addressed | Conditional references |
143
143
  |---|---|---|
144
- | [react-audit](../plugins/just-vibe/skills/react-audit/SKILL.md) | Missing memoization is not automatically a defect, and ordinary JSX text is escaped by React. | [Framework-specific review branches](../plugins/just-vibe/references/security/frameworks.md) |
145
- | [react-rerenders](../plugins/just-vibe/skills/react-rerenders/SKILL.md) | Render counts include harmless work and development checks; memoization can retain stale behavior or cost more than recomputation. | Technical method and pack guide in entry point |
146
- | [react-effects](../plugins/just-vibe/skills/react-effects/SKILL.md) | Suppressing dependency warnings conceals stale closures; aborting a request cannot undo a completed server mutation. | Technical method and pack guide in entry point |
147
- | [react-state](../plugins/just-vibe/skills/react-state/SKILL.md) | Copying props into state on every update can erase user edits; a module variable can leak state between instances or server requests. | Technical method and pack guide in entry point |
148
- | [react-component](../plugins/just-vibe/skills/react-component/SKILL.md) | ARIA labels alone do not implement keyboard behavior, focus management or controlled value semantics. | [dialog interaction](../plugins/just-vibe/references/scenarios/dialog.md); [combobox interaction](../plugins/just-vibe/references/scenarios/combobox.md); [date-picker interaction](../plugins/just-vibe/references/scenarios/date-picker.md) |
149
- | [react-forms](../plugins/just-vibe/skills/react-forms/SKILL.md) | A disabled button alone does not prevent retries or duplicate server effects; number parsing can turn an empty field into zero. | Technical method and pack guide in entry point |
150
- | [react-async](../plugins/just-vibe/skills/react-async/SKILL.md) | Canceling one waiter must not cancel shared work still owned by another; late rejection can delete a newer cache entry. | Technical method and pack guide in entry point |
151
- | [react-hydration](../plugins/just-vibe/skills/react-hydration/SKILL.md) | Suppressing hydration warnings does not repair invalid markup or mismatched event/state attachment. | Technical method and pack guide in entry point |
144
+ | [react-audit](../plugins/just-vibe/skills/react-audit/SKILL.md) | Missing memoization is not automatically a defect, and ordinary JSX text is escaped by React. | [Framework-specific review branches](../plugins/just-vibe/references/security/frameworks.md); [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
145
+ | [react-rerenders](../plugins/just-vibe/skills/react-rerenders/SKILL.md) | Render counts include harmless work and development checks; memoization can retain stale behavior or cost more than recomputation. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
146
+ | [react-effects](../plugins/just-vibe/skills/react-effects/SKILL.md) | Suppressing dependency warnings conceals stale closures; aborting a request cannot undo a completed server mutation. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
147
+ | [react-state](../plugins/just-vibe/skills/react-state/SKILL.md) | Copying props into state on every update can erase user edits; a module variable can leak state between instances or server requests. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
148
+ | [react-component](../plugins/just-vibe/skills/react-component/SKILL.md) | ARIA labels alone do not implement keyboard behavior, focus management or controlled value semantics. | [dialog interaction](../plugins/just-vibe/references/scenarios/dialog.md); [combobox interaction](../plugins/just-vibe/references/scenarios/combobox.md); [date-picker interaction](../plugins/just-vibe/references/scenarios/date-picker.md); [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
149
+ | [react-forms](../plugins/just-vibe/skills/react-forms/SKILL.md) | A disabled button alone does not prevent retries or duplicate server effects; number parsing can turn an empty field into zero. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
150
+ | [react-async](../plugins/just-vibe/skills/react-async/SKILL.md) | Canceling one waiter must not cancel shared work still owned by another; late rejection can delete a newer cache entry. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
151
+ | [react-hydration](../plugins/just-vibe/skills/react-hydration/SKILL.md) | Suppressing hydration warnings does not repair invalid markup or mismatched event/state attachment. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
152
152
 
153
153
  ## UI and frontend
154
154
 
155
155
  | Workflow | Specific failure or ambiguity addressed | Conditional references |
156
156
  |---|---|---|
157
- | [ui-audit](../plugins/just-vibe/skills/ui-audit/SKILL.md) | A screenshot cannot establish keyboard behavior, contrast in every state or successful end-to-end completion. | Technical method and pack guide in entry point |
158
- | [ui-system](../plugins/just-vibe/skills/ui-system/SKILL.md) | Renaming colors without updating focus, disabled, dark-mode or data-visualization states leaves an incomplete system. | Technical method and pack guide in entry point |
159
- | [ui-states](../plugins/just-vibe/skills/ui-states/SKILL.md) | Replacing failed data with an empty-state message misrepresents the result and can encourage destructive user action. | Technical method and pack guide in entry point |
160
- | [ui-responsive](../plugins/just-vibe/skills/ui-responsive/SKILL.md) | Hiding overflow can conceal controls; hover-only affordances fail on touch or keyboard. | Technical method and pack guide in entry point |
161
- | [ui-accessibility](../plugins/just-vibe/skills/ui-accessibility/SKILL.md) | Passing an automated checker does not prove keyboard or screen-reader usability; positive tabindex creates fragile ordering. | Technical method and pack guide in entry point |
162
- | [ui-motion](../plugins/just-vibe/skills/ui-motion/SKILL.md) | A smooth animation can still hide focus, block input or cause discomfort; reduced motion must preserve outcome and feedback. | Technical method and pack guide in entry point |
163
- | [ui-visual-diff](../plugins/just-vibe/skills/ui-visual-diff/SKILL.md) | Approving a new screenshot merely because it differs converts a regression into the expected result. | Technical method and pack guide in entry point |
164
- | [ui-flow](../plugins/just-vibe/skills/ui-flow/SKILL.md) | Optimizing one screen can break cross-screen state or erase work when users navigate backward. | Technical method and pack guide in entry point |
157
+ | [ui-audit](../plugins/just-vibe/skills/ui-audit/SKILL.md) | A screenshot cannot establish keyboard behavior, contrast in every state or successful end-to-end completion. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
158
+ | [ui-system](../plugins/just-vibe/skills/ui-system/SKILL.md) | Renaming colors without updating focus, disabled, dark-mode or data-visualization states leaves an incomplete system. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
159
+ | [ui-states](../plugins/just-vibe/skills/ui-states/SKILL.md) | Replacing failed data with an empty-state message misrepresents the result and can encourage destructive user action. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
160
+ | [ui-responsive](../plugins/just-vibe/skills/ui-responsive/SKILL.md) | Hiding overflow can conceal controls; hover-only affordances fail on touch or keyboard. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
161
+ | [ui-accessibility](../plugins/just-vibe/skills/ui-accessibility/SKILL.md) | Passing an automated checker does not prove keyboard or screen-reader usability; positive tabindex creates fragile ordering. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
162
+ | [ui-motion](../plugins/just-vibe/skills/ui-motion/SKILL.md) | A smooth animation can still hide focus, block input or cause discomfort; reduced motion must preserve outcome and feedback. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
163
+ | [ui-visual-diff](../plugins/just-vibe/skills/ui-visual-diff/SKILL.md) | Approving a new screenshot merely because it differs converts a regression into the expected result. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
164
+ | [ui-flow](../plugins/just-vibe/skills/ui-flow/SKILL.md) | Optimizing one screen can break cross-screen state or erase work when users navigate backward. | [Frontend iconography](../plugins/just-vibe/references/frontend-icons.md) |
165
165
 
166
166
  ## Backend
167
167
 
@@ -0,0 +1,38 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "name": "just-vibe",
4
+ "version": "0.8.1",
5
+ "registry": "https://registry.npmjs.org/",
6
+ "sourceCommit": "e5498aea3ef12e67cdd5ca47cb667eadbb336ebf",
7
+ "sha256": "b33dfefe73894dc89a44bbcb2d0b7035fa49428dd629b2edf457ea53efd04151",
8
+ "integrity": "sha512-lcQuQuQB49UApPWpSi95RGGvUjtj1DjWJgYZhJ/64klEka0+zio+rpzl+Aoj4Si3Qk6s0vWrTt8leUoC3f9jCA==",
9
+ "shasum": "89c9b24f66578dda8c0fac5c50c26ab15ffb6bf5",
10
+ "verifiedAt": "2026-09-20T21:00:46.506Z",
11
+ "distTag": "latest",
12
+ "registryExecution": "0.8.1",
13
+ "ci": {
14
+ "status": "waived",
15
+ "authorization": "The maintainer explicitly requested publishing the changes and waiving GitHub Actions because of insufficient minutes.",
16
+ "reason": "GitHub reported that jobs could not start because recent account payments failed or the spending limit needed to be increased.",
17
+ "run": "https://github.com/Zachshotamartin/just-vibe/actions/runs/35537114846",
18
+ "scope": "v0.8.1 only. No CI pass is claimed; the normal release gate is unchanged."
19
+ },
20
+ "localValidation": {
21
+ "tests": 176,
22
+ "passed": 175,
23
+ "failed": 0,
24
+ "skipped": 1,
25
+ "skipReason": "Windows-only test on macOS",
26
+ "releaseNode": "v24.21.0",
27
+ "skillsValidated": 216,
28
+ "archiveFiles": 596,
29
+ "archivePackageManagers": [
30
+ "npm",
31
+ "pnpm 10.14.0",
32
+ "pnpm 12.5.1",
33
+ "Yarn 4.18.0"
34
+ ],
35
+ "record": "0.8.1.md"
36
+ },
37
+ "publicationNote": "npm accepted the upload before registry metadata propagated. Read-only reconciliation confirmed the original archive; no second upload was attempted."
38
+ }
@@ -10,4 +10,6 @@ The release preparation reruns local checks, binds the archive to the clean sour
10
10
 
11
11
  The maintainer explicitly requested making these changes live and stated that GitHub Actions would fail because of insufficient minutes. This waives the CI gate for v0.8.1 only. It does not mark any Actions job as passed or disable the default CI requirement for future releases. Windows CI coverage remains unavailable; local macOS validation is retained.
12
12
 
13
- This document is prepared before publication. Confirm live status and exact source/artifact identities from the subsequent publication record, rather than inferring publication from a version bump or tarball.
13
+ Published as npm latest on 2026-09-20T21:00:46.506Z. The [publication record](0.8.1-publication.json) confirms source commit e5498aea3ef12e67cdd5ca47cb667eadbb336ebf, archive SHA-256 b33dfefe73894dc89a44bbcb2d0b7035fa49428dd629b2edf457ea53efd04151, registry integrity and fresh-cache execution of v0.8.1. npm initially accepted the upload before its metadata propagated; verification used read-only retries and did not submit a second upload.
14
+
15
+ The exact archive passed release preparation under Node v24.21.0: 176 tests, 175 passes, no failures and one Windows-only skip; 596 shipped files; npm, pnpm 10.14.0, pnpm 12.5.1 and Yarn 4.18.0 execution; persistent-payload checks after cache removal; and npm publication dry run. GitHub confirmed that jobs could not start because of account billing/spending restrictions. The default CI gate remains unchanged.
@@ -0,0 +1,19 @@
1
+ # v0.9.0 release validation
2
+
3
+ Version 0.9.0 adds ordinary-request activation, focused workflow loading, scoped feedback, reversible personal instructions and bounded completion evidence. It also includes the website, documentation, motion/spacing improvements and frontend iconography policy developed since 0.8.1. See the [changelog](../../CHANGELOG.md) and [automatic assistance design and limits](../../docs/adaptive-assistance.md).
4
+
5
+ Release review fixed host turn handling during automatic continuation, feedback excerpts that omitted task-only restrictions, and interaction between optional project hooks and adaptive completion. Regression tests cover all three cases, including source changes during trusted project checks.
6
+
7
+ ## Verification process
8
+
9
+ Local validation covers the complete runtime/package test suite, generated skills and references, isolated native Codex and Claude installation lifecycles, and the website build and static checks. Release preparation binds the archive to the clean source commit and tests that exact archive through npm, pnpm 10/12 and Yarn 4. Publication verification compares registry integrity to those bytes and executes the exact version using a fresh temporary directory and cache.
10
+
11
+ These tests establish fixture and installation behavior. They do not establish universal routing accuracy, model adherence, subjective output quality or native hook delivery on every host and operating system. The Windows-only check is skipped on macOS.
12
+
13
+ Review validation on September 20, 2026 passed 202 of 203 root tests with one Windows-only skip, 216 generated skills, archive allowlisting and credential-pattern checks. Both native lifecycle checks passed with Codex CLI 0.152.0 and Claude Code 2.1.258. The website built 345 pages and passed four static catalog/link/metadata tests on Node 24.21.0. The first website attempt used an x64 Node executable against installed arm64 dependencies; rerunning with the matching arm64 Node 24.21.0 resolved that local environment mismatch without dependency or lockfile changes.
14
+
15
+ ## CI exception
16
+
17
+ The maintainer requested reviewing and publishing the newest version and pushing it to GitHub, retaining the earlier instruction to publish using local checks while GitHub Actions minutes are unavailable. The exception applies to v0.9.0 only; it does not record a fictitious CI pass or weaken the normal publisher gate. Remote Linux/Windows CI coverage remains unavailable.
18
+
19
+ Registry publication is a separate step from preparation. The repository release record is updated with the actual source commit, artifact hashes, registry verification and test results after publication.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "just-vibe",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Tools, skills, and commands for coding agents.",
5
+ "homepage": "https://just-vibe-tools.vercel.app/",
5
6
  "type": "module",
6
7
  "bin": {
7
8
  "just-vibe": "bin/just-vibe.mjs"
@@ -26,7 +27,10 @@
26
27
  "test:browser": "node scripts/smoke-browser.mjs",
27
28
  "release:publish": "node scripts/publish-release.mjs",
28
29
  "eval:security": "node evals/security/run.mjs",
29
- "eval:conversation": "node evals/conversation/harness.mjs"
30
+ "eval:conversation": "node evals/conversation/harness.mjs",
31
+ "website:dev": "npm --prefix website run dev",
32
+ "website:build": "npm --prefix website run build",
33
+ "website:test": "npm --prefix website test"
30
34
  },
31
35
  "files": [
32
36
  "bin/",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-vibe",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Engineering role profiles and coding workflows for development, architecture, delivery, data and ML.",
5
5
  "author": {
6
6
  "name": "Zachary Martin",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-vibe",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Engineering role profiles and coding workflows for development, architecture, delivery, data and ML.",
5
5
  "author": {
6
6
  "name": "Zachary Martin",