https://github.com/caitlynmeeks/letsconsciousness
· scanned 2026-06-17 01:45 UTC (1 month, 1 week ago)
9 raw signals (0 security + 9 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ +20.7 (diff) · 9 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 168 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
test_slugify |
software | healthy | tests/test_personas.py:16 |
test_fresh_persona_uses_baseline |
software | healthy | tests/test_personas.py:23 |
test_save_load_round_trip |
software | healthy | tests/test_personas.py:31 |
test_unknown_persona_does_not_exist |
software | healthy | tests/test_personas.py:44 |
test_list_personas |
software | healthy | tests/test_personas.py:50 |
test_no_tmp_files_left_behind |
software | healthy | tests/test_personas.py:57 |
make_fake_upstream |
software | healthy | tests/conftest.py:36 |
messages |
software | healthy | tests/conftest.py:41 |
sse |
software | healthy | tests/conftest.py:58 |
proxy_factory |
software | healthy | tests/conftest.py:72 |
factory |
software | healthy | tests/conftest.py:80 |
test_charm_core_round_trip |
software | healthy | tests/test_smoke.py:16 |
test_lexicon_appraiser_runs |
software | healthy | tests/test_smoke.py:25 |
test_coloring_runs |
software | healthy | tests/test_smoke.py:31 |
test_persona_store_round_trip |
software | healthy | tests/test_smoke.py:36 |
test_app_builds |
software | healthy | tests/test_smoke.py:43 |
appraise |
software | healthy | tests/test_appraisal.py:13 |
test_happy_text_is_positive |
software | healthy | tests/test_appraisal.py:17 |
test_angry_text_is_negative_and_aroused |
software | healthy | tests/test_appraisal.py:23 |
test_anxious_text_lowers_dominance |
software | healthy | tests/test_appraisal.py:30 |
test_neutral_text_returns_none |
software | healthy | tests/test_appraisal.py:37 |
test_empty_exchange_returns_none |
software | healthy | tests/test_appraisal.py:41 |
test_single_hit_is_a_nudge_not_a_swing |
software | healthy | tests/test_appraisal.py:45 |
test_exclamations_raise_arousal |
software | healthy | tests/test_appraisal.py:53 |
test_dev_vocabulary_lands |
software | healthy | tests/test_appraisal.py:59 |
test_assistant_text_alone_counts |
software | healthy | tests/test_appraisal.py:65 |
_state |
software | healthy | tests/test_coloring.py:17 |
test_neutral_is_neutral |
software | healthy | tests/test_coloring.py:25 |
test_anchor_labels |
software | healthy | tests/test_coloring.py:30 |
test_sad_is_sad_not_bored |
software | healthy | tests/test_coloring.py:43 |
test_repeated_sad_news_through_charm_network |
software | healthy | tests/test_coloring.py:55 |
test_intensity_grading |
software | healthy | tests/test_coloring.py:66 |
test_mood_block_contents |
software | healthy | tests/test_coloring.py:73 |
test_mixture_is_soft_not_argmax |
software | healthy | tests/test_coloring.py:85 |
test_brief_distinguishes_fresh_from_settled |
software | healthy | tests/test_coloring.py:96 |
test_brief_includes_all_three_timescales |
software | healthy | tests/test_coloring.py:112 |
test_js_exhibit_anchors_match_python |
software | healthy | tests/test_coloring.py:120 |
post_chat |
software | healthy | tests/test_proxy.py:14 |
test_mood_injected_into_existing_system |
software | healthy | tests/test_proxy.py:24 |
test_mood_injected_without_system |
software | healthy | tests/test_proxy.py:34 |
test_block_list_system_preserved |
software | healthy | tests/test_proxy.py:42 |
test_charm_headers_on_response |
software | healthy | tests/test_proxy.py:50 |
test_persona_defaults_to_key_hash |
software | healthy | tests/test_proxy.py:58 |
test_exchange_updates_mood_and_turns |
software | healthy | tests/test_proxy.py:64 |
test_surprise_in_mood_and_headers |
software | healthy | tests/test_proxy.py:72 |
test_mood_accumulates_across_requests |
software | healthy | tests/test_proxy.py:84 |
test_state_persists_to_disk |
software | healthy | tests/test_proxy.py:96 |
test_streaming_passthrough_and_update |
software | healthy | tests/test_proxy.py:102 |
test_upstream_error_passes_through |
software | healthy | tests/test_proxy.py:114 |
test_invalid_json_is_400 |
software | healthy | tests/test_proxy.py:126 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
pyproject.toml |
software | healthy | pyproject.toml |
LICENSE |
software | healthy | LICENSE |
test_personas.py |
software | healthy | tests/test_personas.py |
conftest.py |
software | healthy | tests/conftest.py |
test_smoke.py |
software | healthy | tests/test_smoke.py |
test_appraisal.py |
software | healthy | tests/test_appraisal.py |
test_coloring.py |
software | healthy | tests/test_coloring.py |
test_proxy.py |
software | healthy | tests/test_proxy.py |
test_charm.py |
software | healthy | tests/test_charm.py |
coloring.py |
software | healthy | letsconsciousness/coloring.py |
__init__.py |
software | healthy | letsconsciousness/__init__.py |
__main__.py |
software | healthy | letsconsciousness/__main__.py |
personas.py |
software | healthy | letsconsciousness/personas.py |
landing.py |
software | healthy | letsconsciousness/landing.py |
proxy.py |
software | healthy | letsconsciousness/proxy.py |
charm.py |
software | healthy | letsconsciousness/charm.py |
appraisal.py |
software | healthy | letsconsciousness/appraisal.py |
| Label | Layer | Status | Path |
|---|---|---|---|
PersonaRecord |
software | healthy | letsconsciousness/personas.py:40 |
PersonaStore |
software | healthy | letsconsciousness/personas.py:63 |
Settings |
software | healthy | letsconsciousness/proxy.py:61 |
_SSETextAccumulator |
software | healthy | letsconsciousness/proxy.py:154 |
CharmNetwork |
software | healthy | letsconsciousness/charm.py:94 |
LexiconAppraiser |
software | healthy | letsconsciousness/appraisal.py:133 |
AnthropicAppraiser |
software | healthy | letsconsciousness/appraisal.py:197 |
| Label | Layer | Status | Path |
|---|---|---|---|
POST /v1/messages |
api | healthy | letsconsciousness/proxy.py |
GET /mood |
api | healthy | letsconsciousness/proxy.py |
GET /personas |
api | healthy | letsconsciousness/proxy.py |
GET /health |
api | healthy | letsconsciousness/proxy.py |
GET / |
api | healthy | letsconsciousness/proxy.py |
GET /titlecard.jpg |
api | healthy | letsconsciousness/proxy.py |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
letsconsciousness |
software | healthy | letsconsciousness |
| Label | Layer | Status | Path |
|---|---|---|---|
caitlynmeeks__letsconsciousness |
software | healthy | /data/fable5_failed_archive/caitlynmeeks__letsconsciousness |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | letsconsciousness/__main__.py |
This page is publicly accessible at:
https://repobility.com/scan/4d1a762e-4e8e-4a1b-8240-f51ec4f75633/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/4d1a762e-4e8e-4a1b-8240-f51ec4f75633/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.