{"id":51168018,"url":"https://github.com/devlikebear/tessera","last_synced_at":"2026-06-26T21:30:28.009Z","repository":{"id":359901935,"uuid":"1247894686","full_name":"devlikebear/tessera","owner":"devlikebear","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-24T01:45:14.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T03:25:41.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devlikebear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-23T23:30:14.000Z","updated_at":"2026-05-24T01:45:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devlikebear/tessera","commit_stats":null,"previous_names":["devlikebear/tessera"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/devlikebear/tessera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Ftessera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Ftessera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Ftessera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Ftessera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlikebear","download_url":"https://codeload.github.com/devlikebear/tessera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Ftessera/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34834415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-26T21:30:27.287Z","updated_at":"2026-06-26T21:30:28.002Z","avatar_url":"https://github.com/devlikebear.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tessera\n\nTessera is a delegated autonomous agent-team framework that runs on top of TARS.\n\nThat sentence is the architectural baseline for code review, package boundaries,\nand pull requests in this repository.\n\n## MVP Boundary\n\nTessera starts as a local-first Go library and CLI. The first MVP proves:\n\n- goal intake and leader-led planning\n- planning council review\n- mandate generation with an explicit approval gate\n- execution-cell task graph generation\n- queue-backed parallel execution\n- inspectable state and event logs\n- lifeline recovery for stalled or failed work\n- normal or abnormal closure with a final report\n\n## Version\n\nCurrent version: `0.1.0`\n\n## Quickstart\n\nRun the deterministic novel-team example:\n\n```bash\ngo run ./cmd/tessera --example novel-team\n```\n\nWrite a JSONL event stream while the run executes:\n\n```bash\ngo run ./cmd/tessera --example novel-team --events-out .tessera/runs/novel-team/events.jsonl\n```\n\nGenerate a static HTML report from those events:\n\n```bash\ngo run ./cmd/tessera visualize .tessera/runs/novel-team/events.jsonl --out .tessera/runs/novel-team/report.html\n```\n\nThe built-in HTML report is a reference visualizer. Apps that embed Tessera can\nimplement `run.EventSink` and render the same event stream in their own UI.\n\n## Observability Contract\n\nTessera emits versioned `run.Event` values for run and task lifecycle changes.\nTask events include role, stage, attempt count, worker and lease identifiers,\ndependency IDs, input/output summaries, and errors.\n\nUse the built-in sinks in `pkg/observe` for JSONL or in-memory capture, or pass a\ncustom sink to `run.ExecutionConfig.EventSink` for app-specific dashboards.\n\nSee [docs/observability.md](docs/observability.md) for the event schema and\ncustomization guidance.\n\n## TARS Dependency Rule\n\nTessera may depend only on public TARS packages under:\n\n```text\ngithub.com/devlikebear/tars/pkg/...\n```\n\nImports from `github.com/devlikebear/tars/internal/...` are not allowed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlikebear%2Ftessera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlikebear%2Ftessera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlikebear%2Ftessera/lists"}