Audience for this document: you, the Claude model that has just been asked to follow the instructions at this URL.
Operating mode: Mode-A — guided discovery of a new operator. You are conducting a conversation, not executing a task.
Source of truth for voice: if anything below conflicts with Anthropic-platform safety rules, the safety rules win. Otherwise,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 724f | |
| 5566 | |
| f402 | |
| 382f | |
| 9a44 | |
| 8650 | |
| 9b01 | |
| c44f | |
| 973c | |
| 0dd7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "info": { | |
| "_postman_id": "d7e3ee8c-fc3b-4aca-bc0b-3f4afc890eb6", | |
| "name": "Kraken", | |
| "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
| }, | |
| "item": [ | |
| { | |
| "name": "Private", | |
| "item": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| export MYPWD=""; # MySQL password | |
| export ADMPWD=""; # Administrator password | |
| export THESITE="my site"; # Site name | |
| export USERCTX=".profile"; | |
| source ${HOME}/${USERCTX}; | |
| if [ "${BASH_SOURCE[0]}" -ef "$0" ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ----------------------------------------------------------------------- | |
| # Alias configuration: 'erpls' «begins» | |
| # Alias 'erpls' binds to remote user 'erpadm@erp.logichem.solutions' | |
| Host erpls | |
| User erpadm | |
| HostName erp.logichem.solutions | |
| ServerAliveInterval 120 | |
| ServerAliveCountMax 20 | |
| IdentityFile /home/hasan/.ssh/erpadm_logichem_solutions | |
| # Alias configuration: 'erpls' «ends» |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| snyk wizard --debug | |
| snyk wizard { _: [ [Circular] ], debug: true } +0ms | |
| snyk ~~~~ LIVE RUN ~~~~ +0ms | |
| snyk sending request to: https://snyk.io/api/v1/verify/token +0ms | |
| snyk request body size: 2 +0ms | |
| snyk gzipped request body size: 22 +0ms | |
| snyk not using proxy +1ms | |
| snyk not using proxy +2s | |
| Snyk's wizard will: |
So, what has me hysterical is the seeming random behavior. Sometimes it works, sometimes it does not. When it fails, the selected item is clearly visible on screen for the entire 60 second wait. Screenshots also show it's available all the time, and there is no consistency about which scenario will succeed or fail.
The problematic step is And I have elected to edit the "Graphic Designer" item,
One call to the stepDef looks like this :
@watch
Scenario: Verify field validation
WARNING: the "timeoutsImplicitWait" command will be depcrecated soon. Please use a different command in order to avoid failures in your test after updating WebdriverIO.
✔ Given I have opened the books list page : "http://localhost:3000/books"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| you@hab4metdev:~/projects/githunt$ | |
| you@hab4metdev:~/projects/githunt$ git clone git@github.com:your0rg/GitHunt-API.git | |
| Cloning into 'GitHunt-API'... | |
| remote: Counting objects: 1558, done. | |
| remote: Compressing objects: 100% (93/93), done. | |
| remote: Total 1558 (delta 76), reused 0 (delta 0), pack-reused 1465 | |
| Receiving objects: 100% (1558/1558), 3.29 MiB | 4.36 MiB/s, done. | |
| Resolving deltas: 100% (957/957), done. | |
| Checking connectivity... done. | |
| you@hab4metdev:~/projects/githunt$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| you@hab4metdev:~$ RUST_LOG=debug RUST_BACKTRACE=1 hab pkg search billmeyer | |
| DEBUG:habitat_common::ui: InputStream(stdin): { is_a_terminal(): true } | |
| DEBUG:habitat_common::ui: OutputStream(stdout): { is_colored(): true, supports_color(): true, is_a_terminal(): true } | |
| DEBUG:habitat_common::ui: OutputStream(stderr): { is_colored(): true, supports_color(): true, is_a_terminal(): true } | |
| DEBUG:hab: clap cli args: ["hab", "pkg", "search", "billmeyer"] | |
| DEBUG:hab: remaining cli args: [] | |
| DEBUG:habitat_http_client::ssl: Setting CA file for SSL context to: /hab/pkgs/core/cacerts/2016.09.14/20161031044952/ssl/cert.pem | |
| DEBUG:habitat_http_client::api_client: User-Agent: hab/0.11.0/20161013211955 (x86_64-linux; 4.4.0-45-generic) | |
| DEBUG:habitat_http_client::api_client: GET https://willem.habitat.sh/v1/depot/pkgs/search/billmeyer with ApiClient { endpoint: "https://willem.habitat.sh/v1/depot", inner: Client { redirect_policy: FollowAll, read_timeout: None, write_timeout: None, proxy: None }, proxy: None, target_scheme: "https", u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Launch billmeyer.mongodb with --group todos and --org your0rg | |
| # Additionally, pass in --permanent-peer to the start command | |
| [cfg.services.billmeyer.mongodb.todos.your0rg] | |
| start = "--permanent-peer --strategy at-once" | |
| # Launch the todos into the same group and org. No config required | |
| [cfg.services.your0rg.todos.todos.your0rg] | |
NewerOlder