Language: English | 日本語 | 简体中文
A docs and runtime kit for workflow operations and context engineering. Integrates Birdseye/Codemap, Task Seeds, acceptance operations, reusable CI, and Evidence tracking.
| Feature | Description |
|---|---|
| Birdseye / Codemap | Auto-sync Markdown hubs and dependencies |
| Task Seed | Task definition templates and operational workflows |
| Acceptance | Acceptance records and quality gates |
| CI / Governance | Reusable workflows and policy validation |
| Evidence | LLM behavior tracking and agent-protocols integration |
| Plugins | Cross-repo integration and docs resolve |
質問に合う最小の原文へ到達するための導線:
- README/HUBから必要な資料を特定する。
- Birdseyeが対象に合う場合は
docs/birdseye/index.jsonと必要なcapsを使う。 - 質問と返却量に応じて0/1/2hopを選び、未登録・不適合・鮮度不明なら通常検索へ戻る。
原文が根拠の正本。生成日・世代だけで要約を確認済みとしない。
Workflow Cookbookのcheckoutで次を1回実行すると、固定コミットの全ファイルと 導入先のAGENTS参照入口を設置します。Python 3.11以上とGitが必要です。
python -m tools.adoption --repo /path/to/target既存文書を保全し、再実行では同じコピーを重複作成しません。
--dry-runで事前確認、--checkでコピーの欠落・改変を検査できます。
コピーは準拠に必要な原文・ツール一式を提供するもので、導入先のテスト合格を認定するものではありません。
導入手順 /
仕様と保全条件
# 1. Update Birdseye
python tools/codemap/update.py --since --emit index+caps
# 2. Run tests
uv run pytest tests/ -q
# 3. Validate CI gates
python tools/ci/check_ci_gate_matrix.py
# 4. Check Birdseye freshness
python tools/ci/check_birdseye_freshness.py --checkWindows users: The
pythoncommand may invoke the Windows Store stub. Usepy -3oruv run pythoninstead ofpythonin the examples above.
評価・取得・観測・再開の利用手順: 比較用CLI、予算付き取得、run trace、永続checkpoint。
| File | Description |
|---|---|
BLUEPRINT.md |
Requirements, constraints, background |
RUNBOOK.md |
Execution procedures, commands |
EVALUATION.md |
Acceptance criteria, quality metrics |
HUB.codex.md |
Agent-oriented hub |
| File | Description |
|---|---|
CHECKLISTS.md |
Release checklist items |
docs/ci-config.md |
CI gates and job mapping |
governance/policy.yaml |
Self-modification bounds, SLOs |
| File | Description |
|---|---|
docs/acceptance/README.md |
Acceptance record workflow |
docs/addenda/J_Test_Engineering.md |
Test quality baseline |
docs/addenda/O_Adaptive_Improvement_Loop.md |
Adaptive improvement loop |
| Skill | Description |
|---|---|
skills/workflow-agent-evidence/SKILL.md |
Evidence integration |
skills/workflow-agent-evidence/agents/claude.yaml |
Claude metadata |
skills/workflow-agent-evidence/agents/openai.yaml |
OpenAI metadata |
# Full update
python tools/codemap/update.py --targets docs/birdseye/index.json,docs/birdseye/hot.json --emit index+caps
# Local update (radius 1)
python tools/codemap/update.py --since --radius 1 --emit caps
# Freshness check
python tools/ci/check_birdseye_freshness.py --check --max-verified-age-days 90
# Freshness remediation suggestions
python tools/ci/check_birdseye_freshness.py --check --remediation-output .ga/birdseye-remediation.json
# CI phase rollout doctor
python tools/ci/check_ci_phase_doctor.py --json# QA metrics collection
python -m tools.perf.collect_metrics --suite qa --metrics-url <url> --log-path <path>
# Threshold validation
python tools/ci/check_metrics_thresholds.py --check --metrics-json .ga/qa-metrics.json
# Regression check against previous-good metrics
python tools/ci/check_metrics_thresholds.py --check --metrics-json .ga/qa-metrics.json --baseline-json .ga/qa-metrics.previous.json# Acceptance record validation
python tools/ci/check_acceptance.py --check
# Task/Acceptance sync check
python tools/ci/check_task_acceptance_sync.py --plugin-config examples/workflow_plugins.cross_repo.sample.json
# Strict mode: fail when done tasks do not have acceptance records
python tools/ci/check_task_acceptance_sync.py --plugin-config examples/workflow_plugins.cross_repo.sample.json --require-acceptance-for-done
# Generate acceptance index
python tools/ci/generate_acceptance_index.py --plugin-config examples/workflow_plugins.cross_repo.sample.json# Security posture check
python tools/ci/check_security_posture.py --check --github-repo owner/name
# Security posture snapshot and diff
python tools/ci/check_security_posture.py --export-json .ga/security-posture.json
python tools/ci/check_security_posture.py --baseline-json .ga/security-posture.previous.json --json
# Release evidence check
python tools/ci/check_release_evidence.py --check --github-repo owner/name
# Branch protection validation
python tools/ci/check_branch_protection.py --protection-json <json>
# Branch protection weekly audit artifacts
python tools/ci/check_branch_protection.py --protection-json <json> --report-output .ga/branch-protection-weekly.json --nudge-output .ga/branch-protection-nudge.json
# Security docs freshness check
python tools/ci/check_security_docs_freshness.py --check
# Sample/docs sync check
python tools/ci/check_sample_docs_sync.py --check
# Schema/sample/docs matrix check
python tools/ci/check_sample_docs_sync.py --matrix-check --json
# Docs review automation
python tools/ci/check_docs_review_due.py --owner-summary-json .ga/docs-review-owner-summary.json --nudge-output .ga/docs-review-nudges.json# Generate evidence report
python tools/ci/generate_evidence_report.py --output docs/evidence_report.md
# Generate release readiness report
python tools/ci/generate_evidence_report.py --security-json .ga/security-posture.json --metrics-json .ga/qa-metrics.json --output docs/release_readiness.md
# Generate acceptance index
python tools/ci/generate_acceptance_index_standalone.py --output docs/acceptance_index.md
# Extract upstream changes
python tools/ci/extract_upstream_changes.py --upstream-md docs/UPSTREAM.md --weekly-log docs/WEEKLY.md
# Export task state
python tools/ci/export_task_state.py --output task_state.json
# Assess downstream adoption tier
python tools/ci/check_adoption_tier.py --repo ../agent-taskstate --json
# Assess downstream onboarding readiness
python tools/ci/check_downstream_onboarding.py --repo ../agent-taskstate --json
# Adaptive improvement utilities
python tools/ci/self_improvement_ops.py export-memory --output .ga/curated-memory.json
python tools/ci/self_improvement_ops.py build-recall --query "release readiness" --output .ga/recall-response.json
# Analyze shipyard runtime observations without changing Gate configuration
python tools/ci/self_improvement_ops.py analyze-gates --bundle-json observations.json --output .ga/gate-effectiveness-report.json
# Validate the single-owner repository responsibility manifest
python tools/ci/check_repo_responsibilities.py --check
# Five-tool validation manifest
python tools/ci/five_tool_manifest.py generate --config examples/five-tool-chain-manifest.sample.json --out docs/evidence/five-tool-validation-20260703/five-tool-run-manifest.json --validate
python tools/ci/five_tool_manifest.py validate --manifest docs/evidence/five-tool-validation-20260703/five-tool-run-manifest.json --json| Workflow | Description |
|---|---|
.github/workflows/test.yml |
Tests + coverage |
.github/workflows/governance-gate.yml |
Policy validation |
.github/workflows/security.yml |
Security checks (Bandit, Semgrep, Gitleaks, Dependency Audit) |
.github/workflows/release-evidence.yml |
Release evidence |
.github/workflows/cross-repo-integration.yml |
Cross-repo integration |
.github/workflows/docs-resolve-pr-gate.yml |
Docs resolve validation |
Reusable workflows:
| Repository | Role | Integration Type |
|---|---|---|
agent-protocols |
Contract schemas (Evidence, TaskSeed, Acceptance, etc.) | Schema reference |
agent-taskstate |
Task state management, typed_ref, context bundle | Workflow plugin |
memx-resolver |
Docs resolve, ack, stale check | Workflow plugin |
RanD |
Requirements audit packet | Five-tool validation manifest |
code-to-gate |
Static gate signals | Five-tool validation manifest |
harness-auto-test-evidence |
Automated test evidence | Five-tool validation manifest |
manual-bb-test-harness |
Manual black-box Go/No-Go brief | Five-tool validation manifest |
quality-evidence-graph |
QEG policyHash and final verdict | Five-tool validation manifest |
# Config sample
examples/inference_plugins.agent_protocol.sample.json
# Consumer sample
examples/agent_protocol_evidence_consumer.sample.py
# Details
tools/protocols/README.md# Config sample
examples/workflow_plugins.cross_repo.sample.json
# Schema
schemas/workflow-plugin-config.schema.json
# Validation
python tools/workflow_plugins/validate_workflow_plugin_config.py --config examples/workflow_plugins.cross_repo.sample.json| Category | Files |
|---|---|
| Spec | docs/requirements.md, docs/spec.md, docs/design.md |
| Ops | docs/ROADMAP_AND_SPECS.md, CHANGELOG.md |
| Security | docs/security/SAC.md, docs/security/Security_Review_Checklist.md |
| Extension | docs/addenda/N_Improvement_Backlog.md, docs/addenda/P_Expansion_Candidates.md |
| Adoption | docs/adoption-tiers.md, docs/adoption-guide.md, templates/ |
| Schemas | schemas/ including tool-request, plugin config, and self-improvement DTO contracts |
MIT. Unless noted otherwise, files copied from this repo into other projects remain under the MIT License.