@cstart/coldstart 2.2.16 → 2.2.17

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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,9 +17,9 @@
17
17
  </p>
18
18
 
19
19
  <p>
20
- <a href="https://akashgoenka.github.io/coldstart/"><b>Website</b></a> &nbsp;·&nbsp;
21
- <a href="https://akashgoenka.github.io/coldstart/docs.html"><b>Docs</b></a> &nbsp;·&nbsp;
22
- <a href="https://akashgoenka.github.io/coldstart/blog.html"><b>Blog</b></a> &nbsp;·&nbsp;
20
+ <a href="https://coldstartmcp.dev/"><b>Website</b></a> &nbsp;·&nbsp;
21
+ <a href="https://coldstartmcp.dev/docs"><b>Docs</b></a> &nbsp;·&nbsp;
22
+ <a href="https://coldstartmcp.dev/blog"><b>Blog</b></a> &nbsp;·&nbsp;
23
23
  <a href="./PHILOSOPHY.md"><b>Philosophy</b></a> &nbsp;·&nbsp;
24
24
  <a href="https://www.npmjs.com/package/@cstart/coldstart"><b>npm</b></a>
25
25
  </p>
@@ -280,19 +280,19 @@ See [PHILOSOPHY.md](./PHILOSOPHY.md) for why coldstart computes no semantics of
280
280
  Longer pieces on the problems behind this tool — what agent sessions actually cost, and what
281
281
  happened to the design when the measurements disagreed with the plan.
282
282
 
283
- - [Where the tokens go in an agent session](https://akashgoenka.github.io/coldstart/blog/where-the-tokens-go.html)
283
+ - [Where the tokens go in an agent session](https://coldstartmcp.dev/blog/where-the-tokens-go)
284
284
  — session cost is roughly turns × resident context, and output is a rounding error. How to
285
285
  decompose your own transcripts instead of trusting anyone's published numbers.
286
- - [An index cannot answer the same question twice](https://akashgoenka.github.io/coldstart/blog/an-index-cannot-answer-twice.html)
286
+ - [An index cannot answer the same question twice](https://coldstartmcp.dev/blog/an-index-cannot-answer-twice)
287
287
  — a code graph makes each hop cheaper without reducing how many hops you take, and ranking by
288
288
  in-degree makes leaf files structurally unrankable.
289
- - [The tool the agent doesn't call](https://akashgoenka.github.io/coldstart/blog/the-tool-the-agent-doesnt-call.html)
289
+ - [The tool the agent doesn't call](https://coldstartmcp.dev/blog/the-tool-the-agent-doesnt-call)
290
290
  — availability, documentation, and an explicit instruction still don't add up to adoption.
291
291
  Including the times our own agents bypassed our own command.
292
- - [From four tools to two](https://akashgoenka.github.io/coldstart/blog/from-four-tools-to-two.html)
292
+ - [From four tools to two](https://coldstartmcp.dev/blog/from-four-tools-to-two)
293
293
  — which tools got deleted, which capability genuinely went with them, and why the surface
294
294
  stayed small afterwards.
295
- - [Notes about code should be written by whoever read the code](https://akashgoenka.github.io/coldstart/blog/notes-should-be-written-by-whoever-read-the-code.html)
295
+ - [Notes about code should be written by whoever read the code](https://coldstartmcp.dev/blog/notes-should-be-written-by-whoever-read-the-code)
296
296
  — why the notebook captures in-session rather than summarizing transcripts later.
297
297
 
298
298
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cstart/coldstart",
3
- "version": "2.2.16",
3
+ "version": "2.2.17",
4
4
  "mcpName": "io.github.AkashGoenka/coldstart",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "license": "MIT",
42
42
  "author": "Akash Goenka (https://github.com/AkashGoenka)",
43
- "homepage": "https://akashgoenka.github.io/coldstart/",
43
+ "homepage": "https://coldstartmcp.dev/",
44
44
  "repository": {
45
45
  "type": "git",
46
46
  "url": "git+https://github.com/AkashGoenka/coldstart.git"