Skip to content

Commit e2ca0aa

Browse files
committed
change name
1 parent fc87bf0 commit e2ca0aa

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dmypy.json
101101
result
102102
result-*
103103

104-
# Project-specific (start_slop)
104+
# Project-specific (slopmortem)
105105
data/qdrant/
106106
data/post_mortems/
107107
data/hf/

docs/specs/2026-04-27-start-slop-design.md renamed to docs/specs/2026-04-27-slopmortem-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# slopmortemmortem — design spec
1+
# slopmortem — design spec
22

33
**Date:** 2026-04-27
44
**Status:** draft - awaiting review

docs/specs/2026-04-28-design-review-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# start_slop — design review: open issues
1+
# slopmortem — design review: open issues
22

33
**Date:** 2026-04-28
44
**Status:** open — to triage and fold into spec
5-
**Companion to:** [2026-04-27-start-slop-design.md](2026-04-27-start-slop-design.md)
5+
**Companion to:** [2026-04-27-slopmortem-design.md](2026-04-27-slopmortem-design.md)
66

77
Findings from a five-pass technical review of the design spec, re-verified by
88
parallel cross-checks against the current spec, current SDK code, and current

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "start_slop — find similar dead startups, write per-candidate post-mortems";
2+
description = "slopmortem — find similar dead startups, write per-candidate post-mortems";
33

44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@@ -32,7 +32,7 @@
3232
];
3333
in {
3434
devShells.default = pkgs.mkShell {
35-
name = "start_slop";
35+
name = "slopmortem";
3636

3737
packages = with pkgs; [
3838
python
@@ -76,7 +76,7 @@
7676
uv sync --frozen 2>/dev/null || uv sync
7777
fi
7878
79-
echo "start_slop dev shell ready — python $(${python}/bin/python3.14 --version)"
79+
echo "slopmortem dev shell ready — python $(${python}/bin/python3.14 --version)"
8080
'';
8181
};
8282
});

0 commit comments

Comments
 (0)