Skip to content

[JS][J2] Implement Library, Service, Class manifest authoring and lifecycle helpers #86

Description

@code-tc

Objective

Implement typed JavaScript authoring and supported install/invoke/inspect lifecycle helpers for Library, Service, and Class without duplicating Rust authorization or deployment semantics.

Acceptance criteria

  • Builders default to no dependencies/capabilities and serialize canonically.
  • Dependency locks, artifact identity and authorization declarations consume normative fixtures.
  • Supported install/invoke/inspect/uninstall operations match Python behavior and typed errors.
  • Unsupported backend lifecycle operations fail visibly and remain marked blocked in the matrix.
  • Node and browser bundles expose only appropriate credential/session options.

Parent: #74

Tembo execution contract

automation:
  eligible: true
  executor_profile: tembo
  readiness: blocked
  primary_repository: TinyChain-Inc/client
  base_branch: main
  writable_scope:
    - js/src/**
    - js/tests/**
    - js/README.md
    - js/ROADMAP.md
    - web/tests/**
  prerequisites:
    - "#85"
    - "TinyChain-Inc/tcv2#53"
    - "TinyChain-Inc/tcv2#56"
  concurrency_group: js-library-lifecycle
  required_commands:
    - "cd web && npm ci"
    - "cd web && npm run test:all"
  external_actions: none
  draft_pr_only: true
  completion_authority: human
  visual_validation:
    required: false
    evidence: []
  budget:
    size: large
    max_revisions: 3
    max_wall_minutes: 120

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions