Skip to content

Add taskmd worktickets directory#52039

Draft
scottopell wants to merge 1 commit into
mainfrom
task-00001-add-taskmd-worktickets
Draft

Add taskmd worktickets directory#52039
scottopell wants to merge 1 commit into
mainfrom
task-00001-add-taskmd-worktickets

Conversation

@scottopell

Copy link
Copy Markdown
Contributor

Summary

Introduce taskmd work tickets for repository-local task context in worktickets/.

This adds:

  • a top-level worktickets/ directory with the standard _TEMPLATE.md
  • a short worktickets/README explaining the filename convention and optional taskmd usage
  • taskmd validation in pre-commit and GitLab technical linters
  • CODEOWNERS/JOBOWNERS entries so workticket files are intentionally free-form while the CI job has an owner

Validation

  • /home/bits/.local/bin/taskmd validate
  • /home/bits/.local/bin/taskmd list
  • pre-commit run taskmd-validate --all-files
  • pre-push hooks, including gitlab-configuration

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

@codex review

@dd-octo-sts dd-octo-sts Bot added internal Identify a non-fork PR team/agent-devx labels Jun 9, 2026
@github-actions github-actions Bot added the medium review PR review might take time label Jun 9, 2026
@datadog-official

datadog-official Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Pipelines

Fix all issues with BitsAI

⚠️ Warnings

🚦 7 Pipeline jobs failed

DataDog/datadog-agent | bazel:test:windows-amd64   View in Datadog   GitLab

DataDog/datadog-agent | files_inventory_check   View in Datadog   GitLab

DataDog/datadog-agent | oracle: [21.3.0-xe]   View in Datadog   GitLab

View all 7 failed jobs.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 6c1337a | Docs | Datadog PR Page | Give us feedback!

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. What shall we delve into next?

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@dd-octo-sts

dd-octo-sts Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Gitlab CI Configuration Changes

Added Jobs

validate_worktickets
validate_worktickets:
  image: registry.ddbuild.io/ci/datadog-agent-buildimages/linux$CI_IMAGE_LINUX_SUFFIX:$CI_IMAGE_LINUX
  needs: []
  rules:
  - changes:
      compare_to: $COMPARE_TO_BRANCH
      paths:
      - worktickets/**/*
    when: on_success
  script:
  - uvx 'taskmd>=1.3.0' validate
  stage: lint
  tags:
  - arch:amd64
  - specific:true

Changes Summary

Removed Modified Added Renamed
0 0 1 0

ℹ️ Diff available in the job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Identify a non-fork PR medium review PR review might take time team/agent-devx

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant