Point docs at Gitea and enable Actions workflow path
CI / Lint + tests (push) Successful in 10m33s

Add .gitea/workflows CI mirror and link the README to git.levkin.ca.
This commit is contained in:
2026-07-15 15:04:15 -04:00
parent c91cd221d1
commit f79552249e
2 changed files with 79 additions and 1 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
# Context Extractor
**Repo:** [git.levkin.ca/ilia/context-extractor](https://git.levkin.ca/ilia/context-extractor)
**Clone:** `gitea@git.levkin.ca:ilia/context-extractor.git`
Capture console logs, network activity, JS errors, and clean markdown content
from a webpage, formatted as an AI-ready prompt. Ships two ways from one
shared core:
@@ -22,7 +25,7 @@ context-extractor/
│ │ └── js/ symlinks → extension/core/*.js
│ └── tests/ pytest + fixture page
├── scripts/package_extension.py optional zip for distribution
├── .github/workflows/ci.yml JS lint + pytest + package smoke
├── .gitea/workflows/ci.yml Gitea Actions: JS lint + pytest + package smoke
├── CURSOR_PROMPT.md paste into other Cursor chats
└── Makefile make test / make lint / make package
```