@pasko70/pibo 1.0.5 → 1.2.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.
- package/README.md +106 -250
- package/context/codex-base-prompt.md +4 -0
- package/context/compute-worker.md +23 -0
- package/context/pibo-native-tooling.md +18 -0
- package/context/pibo-system-prompt.md +69 -8
- package/dist/api/simple-agent-api.js +136 -0
- package/dist/app-context.js +4 -0
- package/dist/apps/chat/agent-profiles.js +42 -5
- package/dist/apps/chat/agent-store.js +113 -16
- package/dist/apps/chat/chat-api-routes.js +311 -0
- package/dist/apps/chat/chat-capability-routes.js +90 -0
- package/dist/apps/chat/chat-files.js +178 -0
- package/dist/apps/chat/chat-request-normalizers.js +681 -0
- package/dist/apps/chat/chat-settings-routes.js +75 -0
- package/dist/apps/chat/chat-trace-helpers.js +94 -0
- package/dist/apps/chat/chat-user-skill-routes.js +149 -0
- package/dist/apps/chat/cron-api.js +213 -0
- package/dist/apps/chat/data/chat-data-mappers.js +74 -0
- package/dist/apps/chat/data/event-command-service.js +75 -0
- package/dist/apps/chat/data/navigation-query-service.js +11 -0
- package/dist/apps/chat/data/project-service.js +844 -0
- package/dist/apps/chat/data/read-state-service.js +42 -0
- package/dist/apps/chat/data/room-service.js +52 -0
- package/dist/apps/chat/data/session-query-service.js +63 -0
- package/dist/apps/chat/data/timeline-query-service.js +96 -0
- package/dist/apps/chat/event-log.js +1 -307
- package/dist/apps/chat/model-catalog.js +47 -0
- package/dist/apps/chat/output-compactor.js +126 -0
- package/dist/apps/chat/output-event-policy.js +17 -0
- package/dist/apps/chat/project-workflow-human-actions.js +347 -0
- package/dist/apps/chat/project-workflow-sessions.js +260 -0
- package/dist/apps/chat/provider-auth-actions.js +43 -0
- package/dist/apps/chat/ralph-api.js +156 -0
- package/dist/apps/chat/read-model.js +1 -218
- package/dist/apps/chat/rooms.js +1 -321
- package/dist/apps/chat/static-assets.js +996 -0
- package/dist/apps/chat/stream.js +29 -6
- package/dist/apps/chat/trace.js +179 -1003
- package/dist/apps/chat/types/event-store.js +1 -0
- package/dist/apps/chat/types/read-model.js +1 -0
- package/dist/apps/chat/types/rooms.js +36 -0
- package/dist/apps/chat/web-app.js +3168 -1811
- package/dist/apps/chat/workflow-catalog.js +572 -0
- package/dist/apps/chat/workflow-edge-compatibility.js +51 -0
- package/dist/apps/chat/workflow-json-schema-validation.js +335 -0
- package/dist/apps/chat/workflow-persistence-model.js +140 -0
- package/dist/apps/chat/workflow-persistence.js +633 -0
- package/dist/apps/chat/workflow-registered-ref-params.js +130 -0
- package/dist/apps/chat/workflow-registered-ref-pickers.js +179 -0
- package/dist/apps/chat/workflow-registered-ref-validation.js +210 -0
- package/dist/apps/chat/workflow-v2-security-validation.js +93 -0
- package/dist/apps/chat/workflow-validation-helpers.js +114 -0
- package/dist/apps/chat-ui/assets/{dist-CI0Xj2Cp.js → dist-B4lw9z4F.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-aMr2VYOu.js → dist-BbTaHWON.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-u2OzzOTm.js → dist-BcT_c1EJ.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-Di1ScJ22.js → dist-CGINd7XU.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-wiRpAHIv.js → dist-CrBzZkUp.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-CaNOvqMY.js → dist-CyyISotB.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-zgYUl2B-.js → dist-DFbnFNpX.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-CNlhGq5i.js → dist-DGLWQLX8.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-BGxHKHPX.js → dist-DfcIkFSN.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-DrM-H3e1.js → dist-sKDHTwaT.js} +1 -1
- package/dist/apps/chat-ui/assets/{dist-DpmEro5R.js → dist-y9D6la48.js} +1 -1
- package/dist/apps/chat-ui/assets/index-C25VYnyb.css +1 -0
- package/dist/apps/chat-ui/assets/index-CUkuvI3v.js +165 -0
- package/dist/apps/chat-ui/assets/pwa-images/android/launchericon-144x144.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/android/launchericon-192x192.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/android/launchericon-48x48.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/android/launchericon-512x512.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/android/launchericon-72x72.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/android/launchericon-96x96.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/100.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/1024.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/114.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/120.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/128.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/144.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/152.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/16.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/167.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/180.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/192.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/20.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/256.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/29.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/32.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/40.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/50.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/512.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/57.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/58.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/60.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/64.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/72.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/76.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/80.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/ios/87.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/LargeTile.scale-100.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/LargeTile.scale-125.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/LargeTile.scale-150.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/LargeTile.scale-200.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/LargeTile.scale-400.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SmallTile.scale-100.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SmallTile.scale-125.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SmallTile.scale-150.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SmallTile.scale-200.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SmallTile.scale-400.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SplashScreen.scale-100.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SplashScreen.scale-125.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SplashScreen.scale-150.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SplashScreen.scale-200.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/SplashScreen.scale-400.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square150x150Logo.scale-100.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square150x150Logo.scale-125.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square150x150Logo.scale-150.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square150x150Logo.scale-200.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square150x150Logo.scale-400.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-16.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-20.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-24.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-256.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-30.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-32.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-36.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-40.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-44.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-48.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-60.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-64.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-72.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-80.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-lightunplated_targetsize-96.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-16.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-20.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-24.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-256.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-30.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-32.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-36.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-40.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-44.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-48.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-60.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-64.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-72.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-80.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.altform-unplated_targetsize-96.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.scale-100.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.scale-125.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.scale-150.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.scale-200.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.scale-400.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-16.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-20.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-24.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-256.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-30.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-32.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-36.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-40.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-44.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-48.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-60.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-64.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-72.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-80.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Square44x44Logo.targetsize-96.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/StoreLogo.scale-100.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/StoreLogo.scale-125.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/StoreLogo.scale-150.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/StoreLogo.scale-200.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/StoreLogo.scale-400.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Wide310x150Logo.scale-100.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Wide310x150Logo.scale-125.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Wide310x150Logo.scale-150.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Wide310x150Logo.scale-200.png +0 -0
- package/dist/apps/chat-ui/assets/pwa-images/windows/Wide310x150Logo.scale-400.png +0 -0
- package/dist/apps/chat-ui/index.html +8 -3
- package/dist/apps/chat-ui/manifest.webmanifest +25 -0
- package/dist/apps/chat-ui/sw.js +41 -0
- package/dist/apps/cli-ui/InkSessionApp.js +1218 -0
- package/dist/apps/cli-ui/InkTerminalLine.js +53 -0
- package/dist/apps/cli-ui/InkTerminalRow.js +304 -0
- package/dist/apps/cli-ui/InkTerminalView.js +25 -0
- package/dist/apps/cli-ui/cliSessionsCommand.js +232 -0
- package/dist/apps/cli-ui/index.js +8 -0
- package/dist/apps/cli-ui/inkColors.js +67 -0
- package/dist/apps/cli-ui/inkJson.js +244 -0
- package/dist/apps/cli-ui/inkMarkdown.js +122 -0
- package/dist/apps/context-files-ui/assets/{dist-DFi2YGux.js → dist-BOiGdrG-.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-DyfSeBMu.js → dist-DK01b7x4.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-CwbH_3RN.js → dist-DPG9jOQ-.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-dTBsFYAl.js → dist-Dp5AH00p.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-CxRLRmMx.js → dist-DqYw0LH7.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-MyZgX9K2.js → dist-TF5iO5ML.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-DQXzt2Ng.js → dist-TbjAhles.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-YwR9dpb-.js → dist-ZsBbt0uY.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-CKQF1zEu.js → dist-kmsvtHkH.js} +1 -1
- package/dist/apps/context-files-ui/assets/{dist-BJW3917N.js → dist-vnd7PMu3.js} +1 -1
- package/dist/apps/context-files-ui/assets/{index-BwRDoHMC.css → index-B92tL3Pp.css} +1 -1
- package/dist/apps/context-files-ui/assets/{index-GwvjXytt.js → index-BhAWD3dv.js} +2 -2
- package/dist/apps/context-files-ui/index.html +2 -2
- package/dist/auth/better-auth.js +2 -1
- package/dist/auth/login-actions.js +251 -0
- package/dist/auth/openai-codex-usage.js +147 -0
- package/dist/bin/pibo.js +0 -0
- package/dist/bin/rg.js +15 -0
- package/dist/cli-session/fakeSessionSource.js +804 -0
- package/dist/cli-session/index.js +3 -0
- package/dist/cli-session/localSessionSource.js +1144 -0
- package/dist/cli-session/sessionSource.js +13 -0
- package/dist/cli.js +142 -14
- package/dist/compute/cli.js +415 -0
- package/dist/compute/docker.js +827 -0
- package/dist/compute/resource-health.js +333 -0
- package/dist/compute/resource-policy.js +98 -0
- package/dist/config/config.js +9 -5
- package/dist/core/context-build.js +677 -0
- package/dist/core/model-defaults.js +51 -9
- package/dist/core/pibo-home.js +8 -0
- package/dist/core/profiles.js +48 -0
- package/dist/core/provider-telemetry.js +222 -0
- package/dist/core/routed-session.js +441 -47
- package/dist/core/runtime-telemetry.js +853 -0
- package/dist/core/runtime.js +103 -15
- package/dist/core/session-errors.js +47 -0
- package/dist/core/session-model.js +39 -0
- package/dist/core/session-router.js +292 -62
- package/dist/core/shared-app.js +17 -0
- package/dist/core/skill-expansion.js +43 -0
- package/dist/core/system-prompt-template.js +9 -9
- package/dist/core/telemetry-staleness.js +128 -0
- package/dist/core/test-output-compaction.js +145 -0
- package/dist/core/user-settings.js +73 -0
- package/dist/cron/channel.js +28 -0
- package/dist/cron/cli.js +230 -0
- package/dist/cron/plugin.js +11 -0
- package/dist/cron/schedule.js +214 -0
- package/dist/cron/service.js +177 -0
- package/dist/cron/store.js +349 -0
- package/dist/cron/types.js +1 -0
- package/dist/data/cli.js +184 -0
- package/dist/data/event-log.js +106 -0
- package/dist/data/final-app-space-cutover-migration.js +728 -0
- package/dist/data/ingest-service.js +389 -0
- package/dist/data/message-store.js +62 -0
- package/dist/data/navigation-store.js +75 -0
- package/dist/data/observation-store.js +46 -0
- package/dist/data/payload-store.js +144 -0
- package/dist/data/pibo-store.js +59 -0
- package/dist/data/schema.js +434 -0
- package/dist/data/session-store.js +63 -0
- package/dist/data/shared-app-migration.js +757 -0
- package/dist/data/sqlite-schema.js +12 -0
- package/dist/data/telemetry-preview.js +65 -0
- package/dist/data/telemetry-queries.js +212 -0
- package/dist/data/telemetry-retention.js +50 -0
- package/dist/data/telemetry-rows.js +158 -0
- package/dist/data/telemetry.js +357 -0
- package/dist/debug/delta-compaction.js +99 -0
- package/dist/debug/detail-format.js +86 -0
- package/dist/debug/events.js +149 -29
- package/dist/debug/failures.js +162 -0
- package/dist/debug/index.js +655 -30
- package/dist/debug/messages.js +185 -0
- package/dist/debug/next-commands.js +6 -0
- package/dist/debug/payloads.js +123 -0
- package/dist/debug/pty.js +924 -0
- package/dist/debug/session.js +45 -15
- package/dist/debug/sql.js +1 -1
- package/dist/debug/stores.js +18 -13
- package/dist/debug/summary.js +72 -0
- package/dist/debug/telemetry.js +649 -0
- package/dist/debug/tools.js +168 -0
- package/dist/debug/trace-render-check.js +151 -0
- package/dist/debug/trace.js +152 -27
- package/dist/debug/web-artifacts.js +63 -0
- package/dist/debug/web-options.js +313 -0
- package/dist/debug/web-render-analysis.js +310 -0
- package/dist/debug/web-snapshot-browser-scripts.js +303 -0
- package/dist/debug/web-streaming-benchmark-analysis.js +605 -0
- package/dist/debug/web-streaming-browser-library.js +928 -0
- package/dist/debug/web-streaming-browser-scripts.js +242 -0
- package/dist/debug/web-streaming-provider-telemetry.js +194 -0
- package/dist/debug/web-streaming-report.js +493 -0
- package/dist/debug/web-streaming-types.js +1 -0
- package/dist/debug/web.js +574 -0
- package/dist/gateway/backup.js +83 -0
- package/dist/gateway/cli.js +511 -0
- package/dist/gateway/fallback.js +155 -0
- package/dist/gateway/pidfile.js +84 -0
- package/dist/gateway/protocol.js +16 -0
- package/dist/gateway/server.js +174 -17
- package/dist/gateway/tool.js +54 -51
- package/dist/gateway/web.js +74 -2
- package/dist/index.js +3 -1
- package/dist/local/client.js +3 -3
- package/dist/local/extension.js +8 -5
- package/dist/plugins/builtin.js +252 -49
- package/dist/plugins/chat-vscode-web.js +28 -0
- package/dist/plugins/codex-compat.js +0 -41
- package/dist/plugins/context-files.js +98 -18
- package/dist/plugins/dev-auth.js +124 -0
- package/dist/plugins/native-tooling.js +15 -0
- package/dist/plugins/registry.js +66 -2
- package/dist/plugins/web-annotations.js +27 -0
- package/dist/providers/minimax.js +70 -0
- package/dist/providers/openai-compat.js +48 -0
- package/dist/ralph/channel.js +8 -0
- package/dist/ralph/cli.js +152 -0
- package/dist/ralph/plugin.js +14 -0
- package/dist/ralph/service.js +271 -0
- package/dist/ralph/stopping.js +151 -0
- package/dist/ralph/store.js +450 -0
- package/dist/ralph/templates.js +200 -0
- package/dist/ralph/types.js +1 -0
- package/dist/reliability/store.js +42 -26
- package/dist/runs/registry.js +72 -35
- package/dist/session-ui/commandCatalog.js +193 -0
- package/dist/session-ui/commandResults.js +95 -0
- package/dist/session-ui/index.js +7 -0
- package/dist/session-ui/ownerViewModel.js +27 -0
- package/dist/session-ui/roomSessionViewModel.js +69 -0
- package/dist/session-ui/statusViewModel.js +127 -0
- package/dist/session-ui/terminalCards.js +210 -0
- package/dist/session-ui/terminalRows.js +937 -0
- package/dist/session-ui/terminalValue.js +45 -0
- package/dist/sessions/pibo-data-store.js +178 -0
- package/dist/sessions/sqlite-store.js +78 -12
- package/dist/sessions/store.js +11 -4
- package/dist/sessions/workflow-session-kind.js +20 -0
- package/dist/setup/cli.js +567 -0
- package/dist/shared/trace-async-agent-runs.js +127 -0
- package/dist/shared/trace-engine.js +96 -0
- package/dist/shared/trace-event-projection.js +679 -0
- package/dist/shared/trace-live-reducer.js +191 -0
- package/dist/shared/trace-nodes.js +76 -0
- package/dist/shared/trace-order.js +11 -10
- package/dist/shared/trace-patch-nodes.js +83 -0
- package/dist/shared/trace-run-notifications.js +69 -0
- package/dist/shared/trace-subagent-links.js +46 -0
- package/dist/shared/trace-transcript.js +303 -0
- package/dist/shared/trace-types.js +1 -0
- package/dist/shared-app.js +4 -0
- package/dist/signals/aggregate.js +65 -0
- package/dist/signals/events.js +1 -0
- package/dist/signals/projector.js +158 -0
- package/dist/signals/registry.js +513 -0
- package/dist/signals/store.js +1 -0
- package/dist/signals/types.js +1 -0
- package/dist/skills/cli.js +117 -0
- package/dist/tools/agent-browser-leases.js +219 -0
- package/dist/tools/agent-browser-wrapper.js +99 -0
- package/dist/tools/browser-pool.js +623 -0
- package/dist/tools/browser-use-cdp.js +56 -4
- package/dist/tools/browser-use-leases.js +215 -37
- package/dist/tools/browser-use-wrapper.js +508 -65
- package/dist/tools/cdp-client.js +189 -0
- package/dist/tools/guides.js +203 -4
- package/dist/tools/index.js +666 -16
- package/dist/tools/npm-runtime.js +136 -0
- package/dist/tools/registry.js +107 -8
- package/dist/tools/runtime/index.js +3 -0
- package/dist/tools/runtime/node-backend.js +225 -0
- package/dist/tools/runtime/node-worker-source.js +206 -0
- package/dist/tools/runtime/python-backend.js +227 -0
- package/dist/tools/runtime/python-worker-source.js +178 -0
- package/dist/tools/runtime/registry.js +255 -0
- package/dist/tools/runtime/tool.js +168 -0
- package/dist/tools/runtime/types.js +1 -0
- package/dist/tools/web-search.js +2 -1
- package/dist/user-skills/installer.js +214 -0
- package/dist/user-skills/manager.js +35 -0
- package/dist/user-skills/store.js +267 -0
- package/dist/user-skills/types.js +1 -0
- package/dist/web/auth.js +5 -1
- package/dist/web/channel.js +86 -0
- package/dist/web/http.js +79 -14
- package/dist/web-annotations/api.js +348 -0
- package/dist/web-annotations/attachments.js +201 -0
- package/dist/web-annotations/cdp.js +1107 -0
- package/dist/web-annotations/index.js +7 -0
- package/dist/web-annotations/store.js +407 -0
- package/dist/web-annotations/tools.js +350 -0
- package/dist/web-annotations/types.js +34 -0
- package/dist/web-annotations/validation.js +288 -0
- package/docs/README.md +23 -0
- package/docs/ops/install-developer-host.md +112 -0
- package/docs/ops/install-user-host.md +76 -0
- package/docs/ops/upgrade-user-to-developer-host.md +69 -0
- package/package.json +24 -10
- package/{.codex/skills → skills/builtin}/pi-agent-harness/SKILL.md +24 -24
- package/skills/builtin/pibo-docker-system/SKILL.md +170 -0
- package/skills/builtin/pibo-spec-writing/SKILL.md +330 -0
- package/skills/builtin/prd/SKILL.md +143 -0
- package/skills/builtin/ralph-loop/SKILL.md +359 -0
- package/skills/builtin/ralph-prd-json/SKILL.md +123 -0
- package/skills/builtin/skill-creator/LICENSE.txt +202 -0
- package/skills/builtin/skill-creator/SKILL.md +513 -0
- package/skills/builtin/skill-creator/agents/analyzer.md +274 -0
- package/skills/builtin/skill-creator/agents/comparator.md +202 -0
- package/skills/builtin/skill-creator/agents/grader.md +223 -0
- package/skills/builtin/skill-creator/assets/eval_review.html +146 -0
- package/skills/builtin/skill-creator/eval-viewer/generate_review.py +471 -0
- package/skills/builtin/skill-creator/eval-viewer/viewer.html +1325 -0
- package/skills/builtin/skill-creator/references/schemas.md +430 -0
- package/skills/builtin/skill-creator/scripts/__init__.py +0 -0
- package/skills/builtin/skill-creator/scripts/aggregate_benchmark.py +401 -0
- package/skills/builtin/skill-creator/scripts/generate_report.py +326 -0
- package/skills/builtin/skill-creator/scripts/improve_description.py +247 -0
- package/skills/builtin/skill-creator/scripts/package_skill.py +136 -0
- package/skills/builtin/skill-creator/scripts/quick_validate.py +103 -0
- package/skills/builtin/skill-creator/scripts/run_eval.py +310 -0
- package/skills/builtin/skill-creator/scripts/run_loop.py +328 -0
- package/skills/builtin/skill-creator/scripts/utils.py +47 -0
- package/skills/builtin/web-annotations/SKILL.md +93 -0
- package/dist/apps/chat-ui/assets/index-B_E935fP.js +0 -151
- package/dist/apps/chat-ui/assets/index-Dk-opWl3.css +0 -1
- package/dist/env.js +0 -32
- package/dist/plugins/core-tools.js +0 -94
- package/dist/plugins/example.js +0 -67
- package/dist/plugins/remote-agent.js +0 -9
- package/dist/remote/channel.js +0 -176
- package/dist/remote/client.js +0 -92
- package/dist/remote/examples/tui-controller.js +0 -263
- package/dist/remote/protocol.js +0 -55
- package/dist/remote/session-client.js +0 -189
- package/dist/sessions/bindings.js +0 -41
- /package/{.codex/skills → skills/builtin}/pi-agent-harness/agents/openai.yaml +0 -0
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ralph-loop
|
|
3
|
+
description: Plan, create, run, monitor, and review Ralph implementation loops with reusable Docker workers, git worktrees, PRD batches, stop policies, maxIterations, progress files, commits, and safe agent instructions. Use whenever the user wants to start a Ralph job, run an implementation loop, prepare autonomous PRD execution, monitor Ralph, debug Ralph job behavior, or capture the standard Ralph loop workflow.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Ralph Loop Workflow
|
|
7
|
+
|
|
8
|
+
Use this skill to create and operate a Ralph implementation loop safely. Ralph runs repeated Pibo agent sessions against an objective, usually from PRD stories. The core pattern is:
|
|
9
|
+
|
|
10
|
+
1. Prepare a clean git worktree.
|
|
11
|
+
2. Reuse a dedicated Docker dev worker for runtime, builds, tests, gateway, and browser checks.
|
|
12
|
+
3. Create a Ralph job from a built-in template.
|
|
13
|
+
4. Give Ralph explicit operating instructions.
|
|
14
|
+
5. Start only after inspection.
|
|
15
|
+
6. Monitor with Ralph, debug session, events, trace, and git status.
|
|
16
|
+
7. Require progress updates and commits after completed stories or coherent story groups.
|
|
17
|
+
|
|
18
|
+
For CLI details, first discover the current implementation:
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
pibo tools guide ralph ralph
|
|
22
|
+
pibo ralph templates --json
|
|
23
|
+
pibo ralph conditions
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Do not duplicate the whole CLI guide in answers. Use it as the live source of truth.
|
|
27
|
+
|
|
28
|
+
## When to Use Which Skill
|
|
29
|
+
|
|
30
|
+
- Use `ralph-loop` for job setup, Docker/worktree strategy, monitoring, stop conditions, and loop operations.
|
|
31
|
+
- Use `ralph-prd-json` to convert Markdown PRDs/specs into Ralph `prd.json` story files.
|
|
32
|
+
- Use `pibo-docker-system` when a Docker worker must be created, inspected, authenticated, or debugged.
|
|
33
|
+
- Use `github-server-flow` when pushing branches or opening upstream PRs.
|
|
34
|
+
|
|
35
|
+
## Default Safety Rules
|
|
36
|
+
|
|
37
|
+
Apply these unless the user says otherwise:
|
|
38
|
+
|
|
39
|
+
- Reuse an existing Docker dev worker. Do not create or release workers without explicit approval.
|
|
40
|
+
- Keep source edits and git commits in the host worktree.
|
|
41
|
+
- Use the Docker worker only for runtime, builds, tests, dev gateway restarts, and browser/web verification.
|
|
42
|
+
- Do not restart or modify host services such as `pibo-web.service` from the Ralph job.
|
|
43
|
+
- Do not expose tokens or credentials in prompts, logs, commits, or reports.
|
|
44
|
+
- Keep a progress file at the repo root, usually `IMPLEMENTATION_PROGRESS.md`.
|
|
45
|
+
- Commit after each completed story or coherent story group.
|
|
46
|
+
- Prefer starting the job stopped, inspect it, then start it.
|
|
47
|
+
- Stop normally with `pibo ralph stop`; use `cancel` only when stuck or unsafe.
|
|
48
|
+
|
|
49
|
+
## Standard Topology
|
|
50
|
+
|
|
51
|
+
Use a dedicated branch and worktree per Ralph loop:
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
cd /root/code/pibo
|
|
55
|
+
git fetch upstream main
|
|
56
|
+
git switch main
|
|
57
|
+
git merge --ff-only upstream/main
|
|
58
|
+
|
|
59
|
+
git worktree add .worktrees/<loop-name> -b <branch-name>
|
|
60
|
+
cd .worktrees/<loop-name>
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
Typical names:
|
|
64
|
+
|
|
65
|
+
- Worktree: `/root/code/pibo/.worktrees/<feature-or-loop-name>`
|
|
66
|
+
- Branch: `<feature-or-loop-name>`
|
|
67
|
+
- Docker worker: `pibo-dev-<feature-or-loop-name>`
|
|
68
|
+
- Progress file: `<worktree>/IMPLEMENTATION_PROGRESS.md`
|
|
69
|
+
|
|
70
|
+
If a Docker worker already exists, reuse it. A typical container command is:
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
docker exec <worker-name> bash -lc 'cd /workspace && <command>'
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
The container usually sees the worktree at `/workspace`. Git metadata may not work inside the container, so keep git operations on the host worktree.
|
|
77
|
+
|
|
78
|
+
## Progress File Template
|
|
79
|
+
|
|
80
|
+
Create or update `IMPLEMENTATION_PROGRESS.md` in the worktree root:
|
|
81
|
+
|
|
82
|
+
```markdown
|
|
83
|
+
# <Feature> Implementation Progress
|
|
84
|
+
|
|
85
|
+
## Ralph job setup
|
|
86
|
+
|
|
87
|
+
- Created: <date>
|
|
88
|
+
- Target scope: app-global
|
|
89
|
+
- Target room: `<room-id>`
|
|
90
|
+
- Profile: `pibo-agent`
|
|
91
|
+
- Template: `<template-id>`
|
|
92
|
+
- Worktree: `<absolute-host-worktree>`
|
|
93
|
+
- Branch: `<branch>`
|
|
94
|
+
- Docker dev worker: `<worker-name>`
|
|
95
|
+
- Docker web port: `<port>`
|
|
96
|
+
- Docker gateway port: `<port>`
|
|
97
|
+
- Docker CDP port: `<port>`
|
|
98
|
+
|
|
99
|
+
## Scope
|
|
100
|
+
|
|
101
|
+
Implement:
|
|
102
|
+
|
|
103
|
+
`<paths to PRDs/specs/tasks>`
|
|
104
|
+
|
|
105
|
+
## Operating notes
|
|
106
|
+
|
|
107
|
+
- Keep implementation work in the dedicated host worktree above.
|
|
108
|
+
- Reuse the existing Docker dev worker for runtime, tests, builds, and gateway restarts.
|
|
109
|
+
- Do not create or release Docker workers unless explicitly asked.
|
|
110
|
+
- Do not restart or modify host services.
|
|
111
|
+
- Run container commands as `docker exec <worker> bash -lc 'cd /workspace && <command>'`.
|
|
112
|
+
- Git operations and commits must be done on the host worktree path.
|
|
113
|
+
- Batch user stories sensibly. Stop the session when a coherent batch is complete.
|
|
114
|
+
- Commit after each completed story or coherent story group.
|
|
115
|
+
- Before starting new work, review recent commits in this worktree/branch.
|
|
116
|
+
|
|
117
|
+
## Progress log
|
|
118
|
+
|
|
119
|
+
- <date>: Created worktree and validated Docker worker.
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
## Ralph Job Creation Flow
|
|
123
|
+
|
|
124
|
+
Prefer this sequence:
|
|
125
|
+
|
|
126
|
+
1. Prepare or verify worktree, Docker worker, and progress file.
|
|
127
|
+
2. Inspect templates.
|
|
128
|
+
3. Create the job stopped.
|
|
129
|
+
4. Inspect the job JSON.
|
|
130
|
+
5. Start after confirmation.
|
|
131
|
+
|
|
132
|
+
Example:
|
|
133
|
+
|
|
134
|
+
```bash
|
|
135
|
+
ROOM_ID='<room-id>'
|
|
136
|
+
|
|
137
|
+
pibo ralph templates --json
|
|
138
|
+
|
|
139
|
+
pibo ralph add \
|
|
140
|
+
--room "$ROOM_ID" \
|
|
141
|
+
--profile pibo-agent \
|
|
142
|
+
--template prd-batch-stories \
|
|
143
|
+
--name "Implement <feature> PRD batch" \
|
|
144
|
+
--prompt "$(cat /tmp/ralph-loop-prompt.txt)" \
|
|
145
|
+
--json
|
|
146
|
+
|
|
147
|
+
pibo ralph list --all --json
|
|
148
|
+
pibo ralph start <job-id>
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
Use `--start` only when the user explicitly wants immediate launch or the job has already been reviewed.
|
|
152
|
+
|
|
153
|
+
## Template Choice
|
|
154
|
+
|
|
155
|
+
Use the built-in templates as source-of-truth presets:
|
|
156
|
+
|
|
157
|
+
- `prd-single-story-standard`: one failing PRD story per run, useful for risky changes.
|
|
158
|
+
- `prd-batch-stories`: multiple PRD stories in priority order, useful for a prepared batch with clear commits.
|
|
159
|
+
- `single-run-objective`: one focused non-PRD task, stops after one completed run attempt.
|
|
160
|
+
|
|
161
|
+
Explicit CLI options override template fields. Keep loaded fields editable when preparing jobs.
|
|
162
|
+
|
|
163
|
+
## Stop Conditions and maxIterations
|
|
164
|
+
|
|
165
|
+
Ralph has two layers of stopping:
|
|
166
|
+
|
|
167
|
+
- Semantic stop conditions, e.g. promise-complete or story completion.
|
|
168
|
+
- `maxIterations` fallback.
|
|
169
|
+
|
|
170
|
+
`maxIterations` should be treated as a hard fallback over **completed run attempts**, including:
|
|
171
|
+
|
|
172
|
+
- `ok`
|
|
173
|
+
- `error`
|
|
174
|
+
- `cancelled`
|
|
175
|
+
|
|
176
|
+
This prevents endless loops when runs repeatedly fail or get cancelled before satisfying a semantic stop condition.
|
|
177
|
+
|
|
178
|
+
Use a high but bounded value for large PRD batches, such as `100`, and a small value for focused one-shot tasks, such as `1`. For PRD/story batches, a good rule of thumb is `maxIterations = 3 × total user stories`; adjust freely when the job is not PRD-based, the stop condition is different, or the risk profile calls for a smaller or larger fallback.
|
|
179
|
+
|
|
180
|
+
### Promise-complete Token Safety
|
|
181
|
+
|
|
182
|
+
Ralph's promise-complete condition is a literal marker check on the final answer. Older deployments and some jobs may treat any mention as a match; even with stricter own-line matching, quoted examples are dangerous. If an agent writes the literal completion marker in a negative sentence, quote, explanation, or example, the loop can stop accidentally.
|
|
183
|
+
|
|
184
|
+
When preparing prompts for jobs with a promise-complete condition:
|
|
185
|
+
|
|
186
|
+
- Do not include the full literal completion marker contiguously in the prompt.
|
|
187
|
+
- Describe it as the XML completion marker, or as the opening tag `<promise>`, the word `COMPLETE`, and the closing tag `</promise>`.
|
|
188
|
+
- Instruct the agent not to quote, negate, explain, or mention the literal marker unless all completion criteria are satisfied and it intentionally wants to stop the job.
|
|
189
|
+
- For incomplete work, instruct the agent to say "completion marker omitted" instead of writing the literal marker in any form.
|
|
190
|
+
- When reviewing a stopped job with reason `promise-complete`, inspect the final answer for accidental mentions such as "not complete" statements before assuming the work is finished.
|
|
191
|
+
|
|
192
|
+
## Prompt Instructions Ralph Needs
|
|
193
|
+
|
|
194
|
+
The job prompt is the most important part. It should be explicit about environment, scope, verification, commits, and forbidden actions.
|
|
195
|
+
|
|
196
|
+
Include:
|
|
197
|
+
|
|
198
|
+
- Exact host worktree path.
|
|
199
|
+
- Exact branch name.
|
|
200
|
+
- Exact Docker worker name and ports.
|
|
201
|
+
- Exact PRD/spec paths to implement.
|
|
202
|
+
- Progress file path.
|
|
203
|
+
- Commit policy.
|
|
204
|
+
- Test/build policy.
|
|
205
|
+
- Real-path validation policy for user-facing work.
|
|
206
|
+
- Safety restrictions.
|
|
207
|
+
- What to do first.
|
|
208
|
+
- When to stop the current session.
|
|
209
|
+
|
|
210
|
+
### Prompt Skeleton
|
|
211
|
+
|
|
212
|
+
```text
|
|
213
|
+
Implement <feature/scope> using the dedicated Ralph loop environment.
|
|
214
|
+
|
|
215
|
+
Environment:
|
|
216
|
+
- Host worktree: <absolute-host-worktree>
|
|
217
|
+
- Branch: <branch>
|
|
218
|
+
- Docker dev worker: <worker-name>
|
|
219
|
+
- Container workspace: /workspace
|
|
220
|
+
- Web: http://127.0.0.1:<web-port>/apps/chat
|
|
221
|
+
- Gateway: <gateway-port>
|
|
222
|
+
- CDP: <cdp-port>
|
|
223
|
+
- Progress file: <absolute-host-worktree>/IMPLEMENTATION_PROGRESS.md
|
|
224
|
+
|
|
225
|
+
Scope:
|
|
226
|
+
- Implement PRDs under: <path/glob>
|
|
227
|
+
- Total workload: <optional story count>
|
|
228
|
+
|
|
229
|
+
Operating rules:
|
|
230
|
+
- Work in the host worktree. Use absolute paths or cd into the worktree before edits.
|
|
231
|
+
- Use the Docker worker for runtime, tests, builds, dev gateway restarts, and browser checks.
|
|
232
|
+
- Run container commands as: docker exec <worker> bash -lc 'cd /workspace && <command>'.
|
|
233
|
+
- Do not create or release Docker workers.
|
|
234
|
+
- Do not restart or modify host pibo-web.service.
|
|
235
|
+
- Do not expose credentials.
|
|
236
|
+
- Keep telemetry/privacy/product constraints from the PRDs.
|
|
237
|
+
- If using promise-complete, never quote, negate, explain, or mention the literal completion marker unless all completion criteria are satisfied; for incomplete work, say "completion marker omitted".
|
|
238
|
+
- Update IMPLEMENTATION_PROGRESS.md with decisions, completed stories, validation, commits, blockers, and next steps.
|
|
239
|
+
- For each completed story, record concrete evidence: commands run, fake/demo/real path, browser/PTY/manual checks, and observed result.
|
|
240
|
+
- Commit after every completed story or coherent story group.
|
|
241
|
+
|
|
242
|
+
First actions:
|
|
243
|
+
1. cd <host-worktree>.
|
|
244
|
+
2. Run git status and recent git log.
|
|
245
|
+
3. Read IMPLEMENTATION_PROGRESS.md.
|
|
246
|
+
4. Read the PRD JSON files and related specs/tasks/decisions.
|
|
247
|
+
5. Select a coherent next story group.
|
|
248
|
+
6. State the selected group in the progress file.
|
|
249
|
+
|
|
250
|
+
Completion rules for each story group:
|
|
251
|
+
- Implement the smallest coherent slice.
|
|
252
|
+
- Run focused tests first.
|
|
253
|
+
- Run typecheck/build when appropriate.
|
|
254
|
+
- For user-facing CLI, TUI, Web UI, gateway, runtime, auth, persistence, or agent-routing behavior, exercise the closest practical default path when feasible. Fake/demo/mocked checks are useful but should not be the only evidence for default-path behavior.
|
|
255
|
+
- Commit from the host worktree with a clear message.
|
|
256
|
+
- Update progress with validation, evidence tier, observed result, and commit hash.
|
|
257
|
+
- Stop the session if the coherent batch is complete or if blocked.
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
## Validation Evidence Audit
|
|
261
|
+
|
|
262
|
+
Use this audit lightly, not as a rigid ceremony. It exists to catch false confidence before a Ralph job marks user-facing work complete.
|
|
263
|
+
|
|
264
|
+
Before the final story group is marked complete, or before emitting a completion marker, have Ralph list the top user-facing happy paths and the evidence for each. Classify each check as one of:
|
|
265
|
+
|
|
266
|
+
- unit/fixture
|
|
267
|
+
- fake/demo
|
|
268
|
+
- integration-lite
|
|
269
|
+
- real default path
|
|
270
|
+
- browser/PTY/manual verified
|
|
271
|
+
- not verified, with reason
|
|
272
|
+
|
|
273
|
+
For user-facing CLI, TUI, Web UI, gateway, runtime, auth, persistence, or agent-routing features, demo/fake-only validation should trigger a pause or explicit risk note if the real default path is locally testable. Do not require heavyweight E2E tests for every helper or internal refactor; scale the audit to the risk and scope.
|
|
274
|
+
|
|
275
|
+
## Monitoring Checklist
|
|
276
|
+
|
|
277
|
+
Use read-only checks unless the user asks for intervention:
|
|
278
|
+
|
|
279
|
+
```bash
|
|
280
|
+
pibo ralph list --all --json
|
|
281
|
+
pibo ralph runs --job <job-id> --json
|
|
282
|
+
pibo debug session <pibo-session-id>
|
|
283
|
+
pibo debug events <pibo-session-id> --limit 30
|
|
284
|
+
pibo debug trace <pibo-session-id> --running-only --check
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
Also inspect git state:
|
|
288
|
+
|
|
289
|
+
```bash
|
|
290
|
+
cd <worktree>
|
|
291
|
+
git status --short --branch
|
|
292
|
+
git log --oneline --decorate -n 8
|
|
293
|
+
tail -80 IMPLEMENTATION_PROGRESS.md
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
Interpretation tips:
|
|
297
|
+
|
|
298
|
+
- A running session with fresh events is healthy even if a trace wrapper reports `status: error`; compare session status, events, and Ralph run status before acting.
|
|
299
|
+
- If the worktree has uncommitted changes for a long time, check whether Ralph is still actively editing/testing.
|
|
300
|
+
- If a completed story is uncommitted, remind or intervene only with user approval unless the job instructions authorize commits.
|
|
301
|
+
|
|
302
|
+
## Review and Intervention Strategy
|
|
303
|
+
|
|
304
|
+
Early review should be read-only:
|
|
305
|
+
|
|
306
|
+
1. Confirm job enabled/running state.
|
|
307
|
+
2. Confirm current run and session IDs.
|
|
308
|
+
3. Confirm session events are fresh.
|
|
309
|
+
4. Confirm worktree branch and changed files.
|
|
310
|
+
5. Confirm progress file is being updated.
|
|
311
|
+
6. Confirm Docker worker is reachable if runtime checks are expected.
|
|
312
|
+
7. Report concise status, risks, and whether to continue.
|
|
313
|
+
|
|
314
|
+
Intervene only when:
|
|
315
|
+
|
|
316
|
+
- The job is unsafe.
|
|
317
|
+
- It touches forbidden host services.
|
|
318
|
+
- It uses the wrong repo/worktree/branch.
|
|
319
|
+
- It creates/release workers without approval.
|
|
320
|
+
- It is stale and not making progress.
|
|
321
|
+
- It repeatedly fails and `maxIterations` is being consumed.
|
|
322
|
+
|
|
323
|
+
Prefer `pibo ralph stop` for graceful shutdown. Use `pibo ralph cancel` only for stuck or unsafe active runs.
|
|
324
|
+
|
|
325
|
+
## Sync and PR Strategy
|
|
326
|
+
|
|
327
|
+
For host repo sync:
|
|
328
|
+
|
|
329
|
+
```bash
|
|
330
|
+
cd /root/code/pibo
|
|
331
|
+
git fetch upstream main
|
|
332
|
+
git switch main
|
|
333
|
+
git merge --ff-only upstream/main
|
|
334
|
+
git switch developer
|
|
335
|
+
git merge --ff-only main
|
|
336
|
+
git push origin main developer
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
For Ralph worktree branches:
|
|
340
|
+
|
|
341
|
+
- Do not merge or rebase a running Ralph worktree without checking active edits.
|
|
342
|
+
- Let Ralph finish and commit a coherent batch first.
|
|
343
|
+
- Then sync intentionally, resolve conflicts, run tests, and push.
|
|
344
|
+
- Open upstream PRs with the project helper when ready.
|
|
345
|
+
|
|
346
|
+
## Minimal User Report
|
|
347
|
+
|
|
348
|
+
Keep reports short:
|
|
349
|
+
|
|
350
|
+
```text
|
|
351
|
+
Ralph läuft gesund.
|
|
352
|
+
- Job: <id>
|
|
353
|
+
- Run: <id>, Status: running
|
|
354
|
+
- Session: <id>, letzte Events frisch
|
|
355
|
+
- Worktree: <branch>, aktuelle Änderungen: <files>
|
|
356
|
+
- Progress: <last completed story/commit>
|
|
357
|
+
- Risiko: <none/short note>
|
|
358
|
+
Empfehlung: weiterlaufen lassen / stoppen / eingreifen.
|
|
359
|
+
```
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ralph-prd-json
|
|
3
|
+
description: Convert Markdown PRDs and feature specs into Ralph prd.json story batches. Use whenever the user asks to convert a PRD for Ralph, create Ralph JSON, split a PRD into executable stories, prepare PRD story files, or mentions prd.json for autonomous implementation.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Ralph PRD JSON Converter
|
|
7
|
+
|
|
8
|
+
Convert existing PRDs, specs, or Markdown feature descriptions into the `prd.json` format Ralph can execute.
|
|
9
|
+
|
|
10
|
+
Use this skill for **PRD/story shaping**, not for creating or operating the Ralph job itself. For job creation, Docker worker reuse, worktrees, stop policies, and monitoring, use the `ralph-loop` skill.
|
|
11
|
+
|
|
12
|
+
## Output Format
|
|
13
|
+
|
|
14
|
+
```json
|
|
15
|
+
{
|
|
16
|
+
"project": "[Project Name]",
|
|
17
|
+
"branchName": "ralph/[feature-name-kebab-case]",
|
|
18
|
+
"description": "[Feature description from PRD title/intro]",
|
|
19
|
+
"userStories": [
|
|
20
|
+
{
|
|
21
|
+
"id": "US-001",
|
|
22
|
+
"title": "[Story title]",
|
|
23
|
+
"description": "As a [user], I want [feature] so that [benefit]",
|
|
24
|
+
"acceptanceCriteria": [
|
|
25
|
+
"Criterion 1",
|
|
26
|
+
"Criterion 2",
|
|
27
|
+
"Typecheck passes"
|
|
28
|
+
],
|
|
29
|
+
"priority": 1,
|
|
30
|
+
"passes": false,
|
|
31
|
+
"notes": ""
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Story Size Rule
|
|
38
|
+
|
|
39
|
+
Each story should fit in one Ralph iteration and one context window. Split broad requirements until each story has a focused implementation and verification path.
|
|
40
|
+
|
|
41
|
+
Good story sizes:
|
|
42
|
+
|
|
43
|
+
- Add a database column and migration.
|
|
44
|
+
- Add one CLI subcommand and tests.
|
|
45
|
+
- Add one service method plus focused tests.
|
|
46
|
+
- Add one UI component to an existing page.
|
|
47
|
+
|
|
48
|
+
Too large:
|
|
49
|
+
|
|
50
|
+
- Build the whole dashboard.
|
|
51
|
+
- Add the entire telemetry system.
|
|
52
|
+
- Refactor the API.
|
|
53
|
+
|
|
54
|
+
Rule of thumb: if the change cannot be described in 2 to 3 sentences, split it.
|
|
55
|
+
|
|
56
|
+
## Story Ordering
|
|
57
|
+
|
|
58
|
+
Order by dependencies:
|
|
59
|
+
|
|
60
|
+
1. Schema and migrations.
|
|
61
|
+
2. Store/service layer.
|
|
62
|
+
3. Runtime instrumentation or backend logic.
|
|
63
|
+
4. CLI/API/UI surfaces.
|
|
64
|
+
5. Docs and validation.
|
|
65
|
+
|
|
66
|
+
Earlier stories must not depend on later stories.
|
|
67
|
+
|
|
68
|
+
## Acceptance Criteria
|
|
69
|
+
|
|
70
|
+
Use criteria Ralph can verify.
|
|
71
|
+
|
|
72
|
+
Good:
|
|
73
|
+
|
|
74
|
+
- `Add telemetry_turns table with session, turn, status, timestamps, and retention fields`.
|
|
75
|
+
- `pibo debug telemetry stats --json returns counts by retention class`.
|
|
76
|
+
- `Focused tests pass`.
|
|
77
|
+
- `Typecheck passes`.
|
|
78
|
+
|
|
79
|
+
Bad:
|
|
80
|
+
|
|
81
|
+
- `Works correctly`.
|
|
82
|
+
- `Good UX`.
|
|
83
|
+
- `Handles everything`.
|
|
84
|
+
|
|
85
|
+
Always include `Typecheck passes`. Add `Tests pass` for logic. Add browser verification when a browser UI is affected, and PTY or interactive verification when a CLI/TUI flow is affected.
|
|
86
|
+
|
|
87
|
+
### Real-path criteria for user-facing work
|
|
88
|
+
|
|
89
|
+
For CLI, TUI, Web UI, gateway, auth, runtime, persistence, or agent-routing stories, include an acceptance criterion for the closest practical default user path. Keep it proportional: a small component may only need a render test, while a messaging or navigation feature should exercise the real command, route, API, or runtime path when feasible.
|
|
90
|
+
|
|
91
|
+
Fake sources, demo mode, mocks, and snapshots are good supporting evidence, but avoid making them the only evidence for behavior users will exercise directly. If the real path cannot be tested in the story, add an explicit criterion or note explaining why and what later story will cover it.
|
|
92
|
+
|
|
93
|
+
Name the observable result, not just the mechanism. Prefer criteria like:
|
|
94
|
+
|
|
95
|
+
- `Running pibo tui:sessions without --demo can create/select a session, send a message through the real router, and show an assistant reply`.
|
|
96
|
+
- `The agent picker lists custom agents from the canonical custom-agent store, including an existing pibo-agent fixture or documented local equivalent`.
|
|
97
|
+
- `Opening /sessions/<id> in the worker Web UI shows the session created by the CLI flow`.
|
|
98
|
+
|
|
99
|
+
### Evidence notes
|
|
100
|
+
|
|
101
|
+
When a story is marked `passes: true`, notes should record the concrete evidence: commands run, whether the path was fake/demo/real, browser or PTY checks performed, and any manual observation. `Tests pass` alone is not enough for user-facing integration stories.
|
|
102
|
+
|
|
103
|
+
## Conversion Rules
|
|
104
|
+
|
|
105
|
+
1. One user story per JSON entry.
|
|
106
|
+
2. IDs are sequential, e.g. `US-001`.
|
|
107
|
+
3. Priority follows dependency order, then document order.
|
|
108
|
+
4. New stories start with `passes: false` and empty `notes`.
|
|
109
|
+
5. `branchName` is kebab-case and prefixed with `ralph/`.
|
|
110
|
+
6. Keep stories independent enough that Ralph can commit after each story or coherent group.
|
|
111
|
+
|
|
112
|
+
## Checklist Before Saving
|
|
113
|
+
|
|
114
|
+
- [ ] Stories fit one iteration.
|
|
115
|
+
- [ ] Stories are ordered by dependency.
|
|
116
|
+
- [ ] Acceptance criteria are verifiable.
|
|
117
|
+
- [ ] Every story has `Typecheck passes`.
|
|
118
|
+
- [ ] Logic stories include `Tests pass`.
|
|
119
|
+
- [ ] UI stories include browser verification when a browser surface is affected.
|
|
120
|
+
- [ ] CLI/TUI stories include PTY or interactive validation when the interactive path is in scope and feasible.
|
|
121
|
+
- [ ] User-facing integration stories include a real/default-path check or an explicit reason it is deferred.
|
|
122
|
+
- [ ] Fake/demo/mocked checks are not the only evidence for default-path behavior unless documented as a deliberate limitation.
|
|
123
|
+
- [ ] No story depends on a later story.
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright 2026 Anthropic, PBC.
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|