Skip to content

[auto] Sync docs site — 20522d behind source repos#1

Closed
stackbilt-admin wants to merge 2 commits intomainfrom
auto/92a64cf3
Closed

[auto] Sync docs site — 20522d behind source repos#1
stackbilt-admin wants to merge 2 commits intomainfrom
auto/92a64cf3

Conversation

@stackbilt-admin
Copy link
Copy Markdown
Member

Autonomous Task

Task ID: 92a64cf3-82a4-47a6-a533-e5c22722ca26
Authority: auto_safe
Exit code: 0

Task Prompt

Docs site is 20522 days behind source repos (latest activity in stackbilt-auth).

Run the docs sync pipeline:

  1. cd to the docs repo root
  2. Export GITHUB_TOKEN from .dev.vars or environment
  3. Run: ./scripts/docs-sync.sh --sync-only
  4. Review the changes with git diff
  5. If changes look correct, commit with: git add -A src/content/docs/ && git commit -m "docs: sync from source repos"
  6. Do NOT deploy — the deploy will be handled separately

If docs-sync.sh doesn't exist yet, check if docs-manifest.json exists and read it to understand the sync architecture.

Result Summary

Build passed and commit succeeded.

Summary:

  • Ran docs-sync.sh --sync-only which pulled content from 2 source repos:
    • getting-started.md — synced from charter repo README (fallback path, since docs/getting-started.md doesn't exist)
    • img-forge.md — synced from img-forge/docs/img-forge.md
  • 7 other pages were skipped (source doc files don't exist in the repos yet — would need --generate flag)
  • Fixed a sync script bug where frontmatter was stripped (bash subshell pipe issue)
  • Removed README-only elements from getting-started.md (badges, hero image, repo-relative links) that don't work in the docs context
  • Commit: d286201 — build verified by pre-commit hook

TASK_COMPLETE

[TASKRUNNER] Auto-committed uncommitted changes


Generated by AEGIS task runner. Review before merging.

SmartBrandStrategies and others added 2 commits March 9, 2026 13:06
Synced getting-started.md (from charter README) and img-forge.md
(from img-forge/docs) via docs-sync pipeline. Restored frontmatter
and removed README-only elements (badges, hero image, repo-relative links).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Task: Sync docs site — 20522d behind source repos
Note: These changes were not committed by the task itself.
@stackbilt-admin stackbilt-admin added the auto-generated Created by AEGIS task runner label Mar 9, 2026
@stackbilt-admin
Copy link
Copy Markdown
Member Author

Codex Review

 2	{"version":1,"timestamp":"2026-03-04T11:38:48.692Z","commandPath":"setup","flags":["--detect-only","--format"],"format":"json","ciMode":false,"durationMs":8,"exitCode":0,"success":true}
 3	{"version":1,"timestamp":"2026-03-04T11:38:52.119Z","commandPath":"setup","flags":["--preset","--yes"],"format":"text","ciMode":false,"durationMs":22,"exitCode":0,"success":true}
 4	{"version":1,"timestamp":"2026-03-04T11:38:56.228Z","commandPath":"doctor","flags":[],"format":"text","ciMode":false,"durationMs":35,"exitCode":0,"success":true}
 5	{"version":1,"timestamp":"2026-03-04T11:39:00.252Z","commandPath":"adf.init","flags":[],"format":"text","ciMode":false,"durationMs":14,"exitCode":0,"success":true}
 6	{"version":1,"timestamp":"2026-03-04T11:39:04.156Z","commandPath":"doctor","flags":[],"format":"text","ciMode":false,"durationMs":49,"exitCode":0,"success":true}
 7	{"version":1,"timestamp":"2026-03-04T11:39:08.702Z","commandPath":"adf.migrate","flags":["--dry-run"],"format":"text","ciMode":false,"durationMs":22,"exitCode":0,"success":true}
 8	{"version":1,"timestamp":"2026-03-04T11:39:50.202Z","commandPath":"adf.migrate","flags":[],"format":"text","ciMode":false,"durationMs":45,"exitCode":0,"success":true}
 9	{"version":1,"timestamp":"2026-03-04T11:39:54.319Z","commandPath":"doctor","flags":[],"format":"text","ciMode":false,"durationMs":54,"exitCode":0,"success":true}

codex


Automated review by Codex CLI. Not a substitute for human review.

@stackbilt-admin
Copy link
Copy Markdown
Member Author

Closing: drift calculation bug produced absurd 20000+ day title. Fix in aegis self-improvement.ts. Sync state on main is current as of 2026-03-10.

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

Labels

auto-generated Created by AEGIS task runner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants