Changelog
Structural-base history for Feel Your Protocol. The version tracks package.json — it reflects changes to the contribution model, E-Components, and project structure, not individual explorations.
Latest docs always apply. There is no version switching; this page is a trail so you can follow along when the base evolves.
When the version bumps
| Bump | When |
|---|---|
Patch (0.1.x) | E-Component APIs, contribution guides, architecture, or contributor workflow changed |
Minor (0.2.0) | Breaking change to structural conventions (rare while in beta) |
New explorations are listed under Explorations for visibility but do not drive version bumps.
[0.1.3] — 2026-08-27
Added
- cover-image skill —
.cursor/skills/cover-image/SKILL.md— topic hex ranges, prompt templates, human-ask gate before generation - JSDoc on
Exploration(REGISTRY.ts) and E-Component config types (precompileInterfaceEC/types.ts,bytecodeStepperEC/types.ts)
Changed
- Instructor docs — website-docs rewritten for humans who brief and review agents: Building overview, Adding an Exploration, Architecture, E-Components, Available E-Components, Styling (no CSS class catalog), UI Components, Images, Getting Started, Code Conventions
- add-exploration skill — lookups → source + reference folders; concepts → architecture/e-components; optional cover → cover-image skill
- explorations.mdc — CSS class names live in
main.css - AGENTS.md, llms.txt — humans instruct, agents implement; both skill URLs
[0.1.2] — 2026-08-27
Added
- Agent hub — AGENTS.md as tool-agnostic entry for coding agents
- add-exploration skill —
.cursor/skills/add-exploration/SKILL.md— sequenced workflow with human review gate - explorations.mdc — glob-scoped invariants for
src/explorations/andsrc/eComponents/
Changed
- Docs IA: Building section (Overview) replaces standalone How to Contribute / AI-Assisted pages
- Adding an Exploration — agent skill pointer, human review subsection, verify aligned with CI (
lf:ci) - llms.txt — AGENTS.md + skill paths instead of AI-Assisted page
- repo-structure.mdc — rules vs skills catalog
Removed
- Standalone AI-Assisted Development page (content split into skill, glob rule, and adding-an-exploration review)
[0.1.1] — 2026-06-08
Added
- Bytecode Stepper E-Component (
bytecodeStepperEC) — documented building block for opcode/bytecode explorations - Docs changelog (this page)
- E-Component extension model: layout slots, provide/inject context, companion components in the exploration folder
Changed
- E-Components — integration contract, extension points, composition direction
- Available E-Components — equal-weight reference for all E-Components
- Adding an Exploration — building-block choice, extension guidance, E-Component test notes
- Architecture — E-Components described as a growing set, not precompile-only
- AI-Assisted Development (retired in 0.1.2) — check Available E-Components first; slot/inject pitfall
- UI Components — placement rules aligned with exploration-folder companions
Explorations (no version bump)
- EIP-8024 — DUPN/SWAPN/EXCHANGE bytecode stepper (reference for E-Component + companion panel pattern)
[0.1.0] — 2026-05-01
Initial documented structural base (beta).
Added
- Folder-per-exploration content model with dynamic routing via
REGISTRY.ts - Taxonomies: topics, timeline, tags
- Precompile Interface E-Component (
precompileInterfaceEC) - Shared UI components (
src/eComponents/ui/) - VitePress documentation site
- Contribution guides: adding explorations, styling, code conventions, third-party libraries