Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: add Tasks Core Principles Page#19878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
david-fraley merged 32 commits intomainfromdavidfraley/tasks-core-principles
Sep 30, 2025

Conversation

david-fraley
Copy link
Collaborator

@david-fraleydavid-fraley commentedSep 18, 2025
edited
Loading

If you have used AI to produce some or all of this PR, please ensure you have read ourAI Contribution guidelines before submitting.

This PR adds in a Tasks Core Principles page. The purpose of this page is to quickly get new developers up to speed on what Tasks are, how to think about them, and how to interact with them.

See the changes here:https://coder.com/docs/@davidfraley%2Ftasks-core-principles/ai-coder/tasks-core-principles

I couldn't figure out how to comment out the mermaid diagram, so just deleting and storing it here for the future.

flowchart LR    A[User Reports Bug] --> B[Coder Task Triggered]    B --> C[Spin Up Workspace]    C --> D[AI Agent Analyzes Issue]    D --> E[Agent Implements Fix]    E --> F[Run Tests & Validation]    F --> G[Create Pull Request]    G --> H[Human Review]    H --> I{Approve Changes?}    I -->|Yes| J[Merge PR]    I -->|No| K[Request Changes]    K --> D    J --> L[Deploy & Close Issue]        subgraph "Phase 1: Setup"        B        C    end        subgraph "Phase 2: AI Execution"        D        E        F    end        subgraph "Phase 3: Human Review"        G        H        I    end        style A fill:#ff9999    style L fill:#99ff99    style D fill:#ffcc99    style E fill:#ffcc99    style F fill:#ffcc99
Loading

blink-sobotand others added2 commitsSeptember 24, 2025 19:30
- Rename tasks-core-princinples.md to tasks-core-principles.md- Add new page to manifest.json under Coder Tasks section
Co-authored-by: Ben Potter <ben@coder.com>
@david-fraleydavid-fraley marked this pull request as ready for reviewSeptember 24, 2025 19:34
@david-fraleydavid-fraley changed the titleDavidfraley/tasks core principlesdocs: add Tasks Core Principles PageSep 24, 2025
david-fraleyand others added14 commitsSeptember 24, 2025 14:35
- Add blank lines before lists (MD032)- Fix ordered list numbering to start with 1 (MD029)
- Remove TODO comment about capitalization inconsistencies- Standardize capitalization throughout the document:  * 'Coder Tasks' (capitalized when referring to the feature)  * 'tasks' (lowercase when generic)  * 'Coder Workspaces' (capitalized when referring to the feature)  * 'workspaces' (lowercase when generic)  * 'Coder Templates' (capitalized when referring to the feature)  * 'templates' (lowercase when generic)  * 'task templates' (lowercase when generic)- Fix various typos: writtin->written, snippit->snippet, etc.
- Fix 'Reproducability' → 'Reproducibility'- Fix 'define's' → 'defines'- Fix 'it's own' → 'its own'- Fix 'scrip' → 'script'- Fix 'snippit' → 'snippet'- Fix 'an agent to detect' → 'an agent can detect'- Fix 'to specially configure' → 'for special configuration'
- Fix 'identitiy' → 'identity'- Fix 'souce' → 'source'- Fix 'ca also run' → 'can also run'
@bpmct
Copy link
Member

Leaving this comment here, but don't consider this blocking a merge: I think this document solves a lot of problems, but I am sensing it's becoming "one document to rule them all." After we merge this, let's begin asking the hard questions:

  • What do we want to communicate on the landing page?
  • What do we want to communicate on the sub-pages?
  • What do we want to communicate on a single "mega" page?
david-fraley reacted with thumbs up emoji

@david-fraleydavid-fraleyenabled auto-merge (squash)September 29, 2025 21:07
@david-fraleydavid-fraley merged commit95aa16d intomainSep 30, 2025
31 checks passed
@david-fraleydavid-fraley deleted the davidfraley/tasks-core-principles branchSeptember 30, 2025 15:49
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 30, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@matifalimatifalimatifali left review comments

@stirbystirbystirby left review comments

@bpmctbpmctbpmct approved these changes

Assignees

@david-fraleydavid-fraley

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@david-fraley@bpmct@matifali@stirby

[8]ページ先頭

©2009-2025 Movatter.jp