You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fill derivable placeholders, drop false ARCHITECTURE, surface the rest (#39)
Automated estate top-up. **Nothing here invents a value.**
**Filled** — every token with one mechanical answer (owner, repo, forge,
author, dates, project name, main branch). Identity from the git remote,
dates from the clock, name from the README H1.
**Not filled, on purpose** — `SECURITY_EMAIL` (two competing addresses
exist in the estate), `RESPONSE_TIME`, `CONDUCT_TEAM` (substitutes into
*"a {{CONDUCT_TEAM}} member"*, which is not English), `WEBSITE`,
`PROJECT_DESCRIPTION`, `LANG_STACK`. More than one defensible answer
exists, and a confident wrong value is worse than a visible gap.
**Deleted** — `ARCHITECTURE.md` where it is byte-identical to the
346-copy estate boilerplate (blob `607e3d8c`). Those 33 lines describe a
`src/ tests/ docs/ scripts/ config/` tree this repo does not have.
Matched by **hash**, so a genuinely written ARCHITECTURE can never be
caught by it.
**CODEOWNERS** — the solo form from `standards/CODEOWNERS-POLICY.adoc`
Rule 1, which forbids a catch-all where the only owner is the sole
maintainer. `templates/CODEOWNERS` contradicts that policy; the policy
is versioned, dated and resolves `standards#55`, so it wins. Genuine
co-owners (Rule 2) are untouched.
**Surfaced** — `REQUIRES_INITIALISATION.md` plus a priority action in
`0-AI-MANIFEST.a2ml`, listing every remaining token, what it means,
which files it belongs in, why it was not done already, and that it is
to be deleted only when the work is genuinely complete.
Built from a **fresh clone of `origin/main`**, never a local checkout —
several of those are dirty and hold unpushed commits.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Copy file name to clipboardExpand all lines: .devcontainer/README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ This dev container uses `cgr.dev/chainguard/wolfi-base` with git, curl, bash, an
25
25
26
26
== Customization
27
27
28
-
Replace `{{PROJECT_NAME}}` placeholders in both `devcontainer.json` and `Containerfile` with your actual project name. Run `just deps` to verify the environment after first launch.
28
+
Replace `PseudoScript` placeholders in both `devcontainer.json` and `Containerfile` with your actual project name. Run `just deps` to verify the environment after first launch.
- Adjust enforcement ladder for your community size
@@ -26,7 +26,7 @@ Review and customise:
26
26
27
27
## Our Pledge
28
28
29
-
We as members, contributors, and leaders pledge to make participation in {{PROJECT_NAME}} a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
29
+
We as members, contributors, and leaders pledge to make participation in PseudoScript a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
30
30
31
31
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
32
32
@@ -140,7 +140,7 @@ If you experience or witness unacceptable behaviour, or have any other concerns,
0 commit comments