Skip to main content

Bootstrap

@jamesakeech/bootstrapv2026.09.11.1· 1d agoMODELSWORKFLOWSREPORTSSKILLS
01README

Bootstrap a project for any Swamp-integrated agent with a reviewed architecture control plane and the official Swamp software-factory engine. Captures content-addressed accepted baselines, preserves existing project files, reserves one factory and a unique verification workflow per work item, and checks workspace isolation and source-digest provenance. Includes guided project design, personal working policy, factory-driving skills, and a readiness report that distinguishes configuration acceptance from successful verification. Local intake works without tracker credentials; selected tracker extensions supply remote reads.

02Models1
@jamesakeech/bootstrapv2026.09.11.1bootstrap.ts
fn inspect()
Inspect project entry points and return the next onboarding action for the active agent; change no project files.
fn check()
Snapshot and structurally validate the complete project control plane and templates.
fn preview(lane?: enum)
Assemble candidate templates for CLI validation before acceptance; allocate no IDs.
ArgumentTypeDescription
lane?enum
fn accept()
Record explicit acceptance of an unchanged, CLI-validated baseline digest. Approval is an audit record, not authentication.
fn intake(provider: enum)
Reserve or resume a stable work item and return its isolated factory/workflow templates.
ArgumentTypeDescription
providerenum
fn bind()
Verify and bind the actual Swamp-created model and workflow definitions to a reservation.
fn activate()
Acquire the work item's workspace before coding; reject overlapping active workspaces.
fn release()
Release a workspace after its factory reaches a terminal stage; retain all history.
fn context()
Return the pinned context for one reserved item, never the latest baseline.
fn source_digest()
Hash the configured implementation inputs, including new and removed files.
fn begin_verification()
Check baseline, definitions, workspace and implementation digest before real checks.
fn seal_verification()
Verify unchanged inputs after checks; the DAG must then record this seal in its factory.
fn readiness()
Distinguish accepted configuration from successful execution with correlated workflow evidence.
03Workflows2
@jamesakeech/bootstrap/check61a498b5-b692-49f8-b492-528221973581

Check an existing controller's control-plane documents before human acceptance.

check
1.capture${{ inputs.bootstrapModel }}.check
@jamesakeech/bootstrap/intakeb53be3f7-3577-4c86-a771-ecee2914fdfe

Reserve or resume one work item; the bootstrap skill applies and validates the returned definitions.

intake
1.reserve${{ inputs.bootstrapModel }}.intake
04Reports1
@jamesakeech/bootstrap/readinessmethod
readiness.ts

Report configuration acceptance separately from verified operation.

bootstrapreadiness
05Skills3
bootstrap7 files
bootstrap-factory1 file
bootstrap-agent1 file
06Previous Versions7
2026.09.10.1

Add standard and fast factory profiles, independent reviewer dispatch, conditional frontend review, and protected GitLab delivery gates. Bind delivery to committed source and exact human approval while preserving existing accepted baselines.

Modified 1 skills

2026.09.06.6

Modified 1 skills

2026.09.06.5

Offer domain-driven design as the recommended architecture default while supporting other approaches, combinations, and user-defined principles. Generate matching project architecture and review skills, pin them in the accepted control plane, and use them in factory stages. Preserve existing design choices, native-agent integration, and baseline approval rules.

Modified 1 skills

2026.09.06.4

Add guided first-run onboarding through the active native agent. Ask only missing project questions, resume a saved draft brief, and recover accepted baselines without restarting discovery. Inspection now handles missing or incomplete configuration while preserving strict validation and approval gates.

2026.09.06.3

Support any agent with native Swamp integration, including Claude, Pi, Codex, and configured custom tools. Remove Codex-only schema and fixed instruction/skill path requirements. Preserve native tool enrollment, existing controller arguments, and accepted baselines. Agent support depends on the installed Swamp integration.

updated labels

2026.09.06.2

Initial bootstrap release with reviewed control-plane baselines, one native factory and verification workflow per item, guided Codex skills, and readiness reporting. Corrects the initial archive workflow collision and enables the readiness report. Existing controller arguments are preserved.

2026.09.06.1
07Stats
A
100 / 100
Downloads
1
Archive size
178.2 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
08Platforms
09Labels