Skip to content

Releases: Yurii201811/tasksignal

TaskSignal v0.1.3

01 Jun 07:50

Choose a tag to compare

Evidence and screenshot polish.

Added

  • Connector guidance in the dashboard so live-source scans show credential, query, and privacy expectations before running.
  • Evidence trail and export-readiness UI for opportunity detail and generated prompt review.
  • Prompt generation now includes source mix, evidence focus terms, traceability checks, and current TaskSignal endpoints/schema.

Fixed

  • Live scan failures now return redacted, connector-specific guidance without leaking credential values.
  • README dashboard screenshot now reflects the current production UI and fixture demo data.
  • API and model-card docs now match the default thematic clustering path and current scan endpoint behavior.

Verification

  • Release check passed locally with backend tests, frontend tests, lint, production build, docs/tracked-file checks, secret scan, and clean worktree validation.

TaskSignal v0.1.2

01 Jun 06:00

Choose a tag to compare

OSS review-readiness polish

  • Added a demo evidence snapshot with fixture counts, source mix, generated opportunities, and reproduction commands.
  • Added a release-readiness GitHub Action so the public repository exposes the release gate in CI.
  • Documented the remaining public-signal gap honestly for reviewers.
  • Added prompt-export privacy regression coverage and redaction for known author identifiers.
  • Tuned live scan defaults toward public GitHub issue research and allowed small public signal sets to produce reviewable opportunities.

Verification before release:

  • python3 scripts/release_check.py
  • RUFF_CACHE_DIR=/private/tmp/tasksignal-ruff-cache python3 -m ruff check app tests
  • DATABASE_URL=sqlite:////private/tmp/tasksignal-test.db AUTO_CREATE_TABLES=true python3 -m pytest -p no:cacheprovider
  • PATH=/Users/yuriibakurov/.nvm/versions/node/v25.4.0/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/pkg/env/global/bin:/Library/Apple/usr/bin:/opt/homebrew/bin:/Users/yuriibakurov/.codex/tmp/arg0/codex-arg06XZoS9:/Users/yuriibakurov/.antigravity/antigravity/bin:/Users/yuriibakurov/.nvm/versions/node/v25.4.0/bin:/opt/homebrew/opt/node@20/bin:/Users/yuriibakurov/.codeium/windsurf/bin:/opt/homebrew/sbin:/Applications/Codex.app/Contents/Resources npm test
  • PATH=/Users/yuriibakurov/.nvm/versions/node/v25.4.0/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/pkg/env/global/bin:/Library/Apple/usr/bin:/opt/homebrew/bin:/Users/yuriibakurov/.codex/tmp/arg0/codex-arg06XZoS9:/Users/yuriibakurov/.antigravity/antigravity/bin:/Users/yuriibakurov/.nvm/versions/node/v25.4.0/bin:/opt/homebrew/opt/node@20/bin:/Users/yuriibakurov/.codeium/windsurf/bin:/opt/homebrew/sbin:/Applications/Codex.app/Contents/Resources npm run build

TaskSignal v0.1.1

31 May 21:00

Choose a tag to compare

Application-readiness polish for TaskSignal.\n\nHighlights:\n- Added a browser-verified dashboard screenshot to the README.\n- Fixed opportunity regeneration so it rebuilds fields and prompts from stored cluster evidence instead of reusing prior generated text.\n- Added a strict release-readiness gate with tests, lint, build, required docs, tracked-file checks, secret-pattern scan, and clean-worktree enforcement.\n- Added Codex for OSS application evidence notes covering honest claims, API-credit maintenance workflow, and remaining external-signal gaps.\n- Migrated FastAPI table creation to the lifespan hook.\n\nVerification:\n- make release-check

TaskSignal v0.1.0

31 May 20:38

Choose a tag to compare

Initial public release candidate for TaskSignal. Includes the local-first demo pipeline, live-source scan workflow, privacy-first normalization, CI, release docs, issue templates, roadmap, threat model, maintainer automation plan, SECURITY.md, CONTRIBUTING.md, and changelog. Verified locally with make test, make lint, and the frontend production build; GitHub Actions CI succeeded for commit 42f5fea.