ask-coding-harness 0.2.13 → 0.2.14

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0fe22b841e7a911dd07a59644b93511ad403f321d94809a5fbf824ccda42c55
4
- data.tar.gz: 3f316a6a256aef6a427903566bcd28153b36e0182fef52f46eb3732e939bfbcd
3
+ metadata.gz: de2dc033689625058b12295e6afd27d0732450292d31536c000c7d5d8878ea4a
4
+ data.tar.gz: 21a1b5631e9211a8307a664b96defbea8483c9b75b5cc37d9fd7bd9bcc32484c
5
5
  SHA512:
6
- metadata.gz: d714c17fd1999b6c7637b92b35a4f005939bf55ab00b4a29aea8c1e43f28405047775bce699dcff5446a5b44e95fd3523766f843a3f02dc9eac1f154a8ad1af0
7
- data.tar.gz: 6af1be8dfd3c6589538939ac6fed02c539bb8fb1e02d5800c500b8808bd1a0e0a6cc140f344c6b430cb631ef0692b2c7b1dc39ce6579c92aa01e46f541b2ef69
6
+ metadata.gz: 227bfd7cad3ab400a686d7d86982cefc1d9f8cd86b73af2e4b3ba7e4f6f4d47ff8475ca9ec3d0b36240356e04a4b033087b497011c8bb6bf7e002ead48aa1c51
7
+ data.tar.gz: 331843e82313ce070f10f9cc7094c461f6c0e6ec999f3dfb3e9c76284fa9beffc7f57a67fc1541b8a01cf798484250ba5fb52919e6791bae370b0099762fe3bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.14] - 2026-09-05
4
+
5
+ ### Deprecated
6
+
7
+ - **ask-coding-harness is deprecated — maintenance mode only.** No further
8
+ development is planned; bug fixes only. The browser-client role is now
9
+ served by the canonical ask-rb architecture (ask-app-server as the
10
+ session host, thin clients speaking ask-session-protocol) and by an
11
+ internal successor. README and gemspec carry the notice.
12
+
3
13
  ## [0.2.1] - 2026-08-10
4
14
 
5
15
  ### Added
data/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # ask-coding-harness
2
2
 
3
+ > **DEPRECATED — maintenance mode only.** No further development is
4
+ > planned; bug fixes only. The browser-client role this gem played is now
5
+ > served by the canonical ask-rb architecture —
6
+ > [ask-app-server](https://github.com/ask-rb/ask-app-server) as the session
7
+ > host, with thin clients speaking
8
+ > [ask-session-protocol](https://github.com/ask-rb/ask-session-protocol)
9
+ > ([ask-terminal](https://github.com/ask-rb/ask-terminal) is the first
10
+ > shipped client) — and by an internal successor. Existing installs keep
11
+ > working.
12
+
3
13
  **A general-purpose coding agent in the browser.** Self-hosted, mobile-first,
4
14
  and built on the ask-rb ecosystem. Point it at any project directory and let
5
15
  the agent fire away — reading, writing, and running commands while you watch
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ask
4
4
  module CodingHarness
5
- VERSION = "0.2.13"
5
+ VERSION = "0.2.14"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ask-coding-harness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaka Ruto
@@ -247,11 +247,12 @@ dependencies:
247
247
  - - ">="
248
248
  - !ruby/object:Gem::Version
249
249
  version: '0'
250
- description: A self-hosted web coding agent for the ask-rb ecosystem. Runs Ask::Agent::Session
251
- against any workspace with a mobile-first PWA, streaming events over SSE, with approvals,
252
- plan mode, todos, and diffs. Comes with the `ach` utility CLI for headless runs
253
- and server management. Extensible to other coding agents (ACP, Codex, Claude Code)
254
- via ask-coding-providers.
250
+ description: DEPRECATED maintenance mode only, superseded by the canonical ask-app-server
251
+ + ask-session-protocol architecture and an internal successor. A self-hosted web
252
+ coding agent for the ask-rb ecosystem. Runs Ask::Agent::Session against any workspace
253
+ with a mobile-first PWA, streaming events over SSE, with approvals, plan mode, todos,
254
+ and diffs. Comes with the `ach` utility CLI for headless runs and server management.
255
+ Extensible to other coding agents (ACP, Codex, Claude Code) via ask-coding-providers.
255
256
  email:
256
257
  - kaka@myrrlabs.com
257
258
  executables: